Initial Import
[profile/ivi/clutter.git] / config.h.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 /* Can use Cogl 2.0 API internally */
10 #undef COGL_ENABLE_EXPERIMENTAL_2_0_API
11
12 /* Define to 1 if translation of program messages to the user's native
13    language is requested. */
14 #undef ENABLE_NLS
15
16 /* The prefix for our gettext translation domains. */
17 #undef GETTEXT_PACKAGE
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 client 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 #undef HAVE_CLUTTER_WIN32
47
48 /* Define if the GNU dcgettext() function is already present or preinstalled.
49    */
50 #undef HAVE_DCGETTEXT
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 #undef HAVE_GETTEXT
60
61 /* Define if you have the iconv() function and it works. */
62 #undef HAVE_ICONV
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 #undef HAVE_MEMORY_H
72
73 /* Supports PangoFt2 */
74 #undef HAVE_PANGO_FT2
75
76 /* Define to 1 if you have the <stdint.h> header file. */
77 #undef HAVE_STDINT_H
78
79 /* Define to 1 if you have the <stdlib.h> header file. */
80 #undef HAVE_STDLIB_H
81
82 /* Define to 1 if you have the <strings.h> header file. */
83 #undef HAVE_STRINGS_H
84
85 /* Define to 1 if you have the <string.h> header file. */
86 #undef HAVE_STRING_H
87
88 /* Define to 1 if you have the <sys/stat.h> header file. */
89 #undef HAVE_SYS_STAT_H
90
91 /* Define to 1 if you have the <sys/types.h> header file. */
92 #undef HAVE_SYS_TYPES_H
93
94 /* Have tslib for touchscreen handling */
95 #undef HAVE_TSLIB
96
97 /* Define to 1 if you have the <unistd.h> header file. */
98 #undef HAVE_UNISTD_H
99
100 /* Define to 1 if you have the <X11/extensions/XInput2.h> header file. */
101 #undef HAVE_X11_EXTENSIONS_XINPUT2_H
102
103 /* Define to 1 if we have the XCOMPOSITE X extension */
104 #undef HAVE_XCOMPOSITE
105
106 /* Define to 1 if we have the XDAMAGE X extension */
107 #undef HAVE_XDAMAGE
108
109 /* Define to 1 if we have the XEXT X extension */
110 #undef HAVE_XEXT
111
112 /* Define to 1 if we have the XFIXES X extension */
113 #undef HAVE_XFIXES
114
115 /* Define to 1 if X Generic Extensions is available */
116 #undef HAVE_XGE
117
118 /* Define to 1 if XInput is available */
119 #undef HAVE_XINPUT
120
121 /* Define to 1 if XI2 is available */
122 #undef HAVE_XINPUT_2
123
124 /* Define to use XKB extension */
125 #undef HAVE_XKB
126
127 /* Define to the sub-directory in which libtool stores uninstalled libraries.
128    */
129 #undef LT_OBJDIR
130
131 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
132 #undef NO_MINUS_C_MINUS_O
133
134 /* Define to the address where bug reports for this package should be sent. */
135 #undef PACKAGE_BUGREPORT
136
137 /* Define to the full name of this package. */
138 #undef PACKAGE_NAME
139
140 /* Define to the full name and version of this package. */
141 #undef PACKAGE_STRING
142
143 /* Define to the one symbol short name of this package. */
144 #undef PACKAGE_TARNAME
145
146 /* Define to the home page for this package. */
147 #undef PACKAGE_URL
148
149 /* Define to the version of this package. */
150 #undef PACKAGE_VERSION
151
152 /* Define to 1 if you have the ANSI C header files. */
153 #undef STDC_HEADERS
154
155 /* Define to 1 if XInput 2.2 is available */
156 #undef XINPUT_2_2