update to 1.10.4
[profile/ivi/clutter.git] / config.h.win32
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Use CEX100 EGL backend */
4 /*#undef CLUTTER_EGL_BACKEND_CEX100*/
5
6 /* Use Generic EGL backend */
7 /*#undef CLUTTER_EGL_BACKEND_GENERIC*/
8
9 /* Can use Cogl 2.0 API internally */
10 #define COGL_ENABLE_EXPERIMENTAL_2_0_API 1
11
12 /* Define to 1 if translation of program messages to the user's native
13    language is requested. */
14 #define ENABLE_NLS 1
15
16 /* The prefix for our gettext translation domains. */
17 #define GETTEXT_PACKAGE "clutter-1.0"
18
19 /* Define to 1 if you have the <CE4100/libgdl.h> header file. */
20 /*#undef HAVE_CE4100_LIBGDL_H*/
21
22 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
23    CoreFoundation framework. */
24 /*#undef HAVE_CFLOCALECOPYCURRENT*/
25
26 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
27    the CoreFoundation framework. */
28 /*#undef HAVE_CFPREFERENCESCOPYAPPVALUE*/
29
30 /* Have the EGL backend */
31 /*#undef HAVE_CLUTTER_EGL*/
32
33 /* Have the GLX backend */
34 /*#undef HAVE_CLUTTER_GLX*/
35
36 /* Have the OSX backend */
37 /*#undef HAVE_CLUTTER_OSX*/
38
39 /* Have the Wayland backend */
40 /*#undef HAVE_CLUTTER_WAYLAND*/
41
42 /* Have Wayland compositor support */
43 /* #undef HAVE_CLUTTER_WAYLAND_COMPOSITOR */
44
45 /* Have the Win32 backend */
46 #define HAVE_CLUTTER_WIN32 1
47
48 /* Define if the GNU dcgettext() function is already present or preinstalled.
49    */
50 #define HAVE_DCGETTEXT 1
51
52 /* Define to 1 if you have the <dlfcn.h> header file. */
53 /*#undef HAVE_DLFCN_H*/
54
55 /* Have evdev support for input handling */
56 /*#undef HAVE_EVDEV*/
57
58 /* Define if the GNU gettext() function is already present or preinstalled. */
59 #define HAVE_GETTEXT 1
60
61 /* Define if you have the iconv() function and it works. */
62 #define HAVE_ICONV 1
63
64 /* Define to 1 if you have the <inttypes.h> header file. */
65 /*#undef HAVE_INTTYPES_H*/
66
67 /* Define to 1 if you have the <libgdl.h> header file. */
68 /*#undef HAVE_LIBGDL_H*/
69
70 /* Define to 1 if you have the <memory.h> header file. */
71 #define HAVE_MEMORY_H 1
72
73 /* Supports PangoFt2 */
74 /* #undef HAVE_PANGO_FT2 */
75
76 /* Define to 1 if you have the <stdint.h> header file. */
77 #if (_MSC_VER >= 1600)
78 #define HAVE_STDINT_H 1
79 #endif
80
81 /* Define to 1 if you have the <stdlib.h> header file. */
82 #define HAVE_STDLIB_H 1
83
84 /* Define to 1 if you have the <strings.h> header file. */
85 /*#undef HAVE_STRINGS_H*/
86
87 /* Define to 1 if you have the <string.h> header file. */
88 #define HAVE_STRING_H 1
89
90 /* Define to 1 if you have the <sys/stat.h> header file. */
91 #define HAVE_SYS_STAT_H 1
92
93 /* Define to 1 if you have the <sys/types.h> header file. */
94 #define HAVE_SYS_TYPES_H 1
95
96 /* Have tslib for touchscreen handling */
97 /*#undef HAVE_TSLIB*/
98
99 /* Define to 1 if you have the <unistd.h> header file. */
100 /*#undef HAVE_UNISTD_H*/
101
102 /* Define to 1 if you have the <X11/extensions/XInput2.h> header file. */
103 /*#undef HAVE_X11_EXTENSIONS_XINPUT2_H*/
104
105 /* Define to 1 if we have the XCOMPOSITE X extension */
106 /*#undef HAVE_XCOMPOSITE*/
107
108 /* Define to 1 if we have the XDAMAGE X extension */
109 /*#undef HAVE_XDAMAGE*/
110
111 /* Define to 1 if we have the XEXT X extension */
112 /*#undef HAVE_XEXT*/
113
114 /* Define to 1 if we have the XFIXES X extension */
115 /*#undef HAVE_XFIXES*/
116
117 /* Define to 1 if X Generic Extensions is available */
118 /* #undef HAVE_XGE */
119
120 /* Define to 1 if XInput is available */
121 /*#undef HAVE_XINPUT*/
122
123 /* Define to 1 if XI2 is available */
124 /*#undef HAVE_XINPUT_2*/
125
126 /* Define to use XKB extension */
127 /*#undef HAVE_XKB*/
128
129 /* Define to the sub-directory in which libtool stores uninstalled libraries.
130    */
131 #define LT_OBJDIR ".libs/"
132
133 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
134 #define NO_MINUS_C_MINUS_O 1
135
136 /* Define to the address where bug reports for this package should be sent. */
137 #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=clutter"
138
139 /* Define to the full name of this package. */
140 #define PACKAGE_NAME "clutter"
141
142 /* Define to the full name and version of this package. */
143 #define PACKAGE_STRING "clutter 1.10.4"
144
145 /* Define to the one symbol short name of this package. */
146 #define PACKAGE_TARNAME "clutter"
147
148 /* Define to the home page for this package. */
149 #define PACKAGE_URL "http://www.clutter-project.org"
150
151 /* Define to the version of this package. */
152 #define PACKAGE_VERSION "1.10.4"
153
154 /* Define to 1 if you have the ANSI C header files. */
155 #define STDC_HEADERS 1