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