cleanup specfile for packaging
[profile/ivi/cogl.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Can use Cogl 2.0 API internally */
4 #undef COGL_ENABLE_EXPERIMENTAL_2_0_API
5
6 /* Can use experimental API internally */
7 #undef COGL_ENABLE_EXPERIMENTAL_API
8
9 /* Cogl supports OpenGL using the WGL API */
10 #undef COGL_HAS_WGL_SUPPORT
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 /* Whether we have cairo or not */
20 #undef HAVE_CAIRO
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 GL for rendering */
34 #undef HAVE_COGL_GL
35
36 /* Have GLES 1.1 for rendering */
37 #undef HAVE_COGL_GLES
38
39 /* Have GLES 2.0 for rendering */
40 #undef HAVE_COGL_GLES2
41
42 /* Define if the GNU dcgettext() function is already present or preinstalled.
43    */
44 #undef HAVE_DCGETTEXT
45
46 /* Defined if the GL library shouldn't be dlopened */
47 #undef HAVE_DIRECTLY_LINKED_GL_LIBRARY
48
49 /* Define to 1 if you have the <dlfcn.h> header file. */
50 #undef HAVE_DLFCN_H
51
52 /* Have libdrm support */
53 #undef HAVE_DRM
54
55 /* Define to 1 if you have the <EGL/eglext.h> header file. */
56 #undef HAVE_EGL_EGLEXT_H
57
58 /* Define to 1 if you have the <EGL/egl.h> header file. */
59 #undef HAVE_EGL_EGL_H
60
61 /* Define to 1 if you have the <fcntl.h> header file. */
62 #undef HAVE_FCNTL_H
63
64 /* Define to 1 if you have the `ffs' function. */
65 #undef HAVE_FFS
66
67 /* Define if the GNU gettext() function is already present or preinstalled. */
68 #undef HAVE_GETTEXT
69
70 /* Define to 1 if you have the <GLES/egl.h> header file. */
71 #undef HAVE_GLES_EGL_H
72
73 /* Define if you have the iconv() function and it works. */
74 #undef HAVE_ICONV
75
76 /* Define to 1 if you have the <inttypes.h> header file. */
77 #undef HAVE_INTTYPES_H
78
79 /* Define to 1 if you have the <libgdl.h> header file. */
80 #undef HAVE_LIBGDL_H
81
82 /* Define to 1 if you have the `GL' library (-lGL). */
83 #undef HAVE_LIBGL
84
85 /* Define to 1 if you have the <limits.h> header file. */
86 #undef HAVE_LIMITS_H
87
88 /* Define to 1 if you have the <memory.h> header file. */
89 #undef HAVE_MEMORY_H
90
91 /* Define to 1 if you have the <stdint.h> header file. */
92 #undef HAVE_STDINT_H
93
94 /* Define to 1 if you have the <stdlib.h> header file. */
95 #undef HAVE_STDLIB_H
96
97 /* Define to 1 if you have the <strings.h> header file. */
98 #undef HAVE_STRINGS_H
99
100 /* Define to 1 if you have the <string.h> header file. */
101 #undef HAVE_STRING_H
102
103 /* Define to 1 if you have the <sys/stat.h> header file. */
104 #undef HAVE_SYS_STAT_H
105
106 /* Define to 1 if you have the <sys/types.h> header file. */
107 #undef HAVE_SYS_TYPES_H
108
109 /* Define to 1 if you have the <unistd.h> header file. */
110 #undef HAVE_UNISTD_H
111
112 /* Define to the sub-directory in which libtool stores uninstalled libraries.
113    */
114 #undef LT_OBJDIR
115
116 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
117 #undef NO_MINUS_C_MINUS_O
118
119 /* Define to the address where bug reports for this package should be sent. */
120 #undef PACKAGE_BUGREPORT
121
122 /* Define to the full name of this package. */
123 #undef PACKAGE_NAME
124
125 /* Define to the full name and version of this package. */
126 #undef PACKAGE_STRING
127
128 /* Define to the one symbol short name of this package. */
129 #undef PACKAGE_TARNAME
130
131 /* Define to the home page for this package. */
132 #undef PACKAGE_URL
133
134 /* Define to the version of this package. */
135 #undef PACKAGE_VERSION
136
137 /* Define to 1 if you have the ANSI C header files. */
138 #undef STDC_HEADERS
139
140 /* Use GdkPixbuf for loading image data */
141 #undef USE_GDKPIXBUF
142
143 /* Use internal image decoding for loading image data */
144 #undef USE_INTERNAL
145
146 /* Use Core Graphics (Quartz) for loading image data */
147 #undef USE_QUARTZ
148
149 /* Define to empty if `const' does not conform to ANSI C. */
150 #undef const
151
152 #include "config-custom.h"