cleanup specfile for packaging
[profile/ivi/cogl.git] / config.h.win32
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Can use Cogl 2.0 API internally */
4 #define COGL_ENABLE_EXPERIMENTAL_2_0_API 1
5
6 /* Can use experimental API internally */
7 #define COGL_ENABLE_EXPERIMENTAL_API 1
8
9 /* Cogl supports OpenGL using the WGL API */
10 #define COGL_HAS_WIN32_SUPPORT 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 "cogl"
18
19 /* Whether we have cairo or not */
20 #define HAVE_CAIRO 1
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 #define HAVE_COGL_GL 1
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 #define HAVE_DCGETTEXT 1
45
46 /* Defined if the GL library shouldn't be dlopened */
47 #define HAVE_DIRECTLY_LINKED_GL_LIBRARY 1
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 #define HAVE_FCNTL_H 1
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 #define HAVE_GETTEXT 1
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 #define HAVE_ICONV 1
75
76 /* Define to 1 if you have the <inttypes.h> header file. */
77 #ifndef _MSC_VER
78 #define HAVE_INTTYPES_H 1
79 #endif
80
81 /* Define to 1 if you have the <libgdl.h> header file. */
82 /*#undef HAVE_LIBGDL_H*/
83
84 /* Define to 1 if you have the `GL' library (-lGL). */
85 #define HAVE_LIBGL 1
86
87 /* Define to 1 if you have the <limits.h> header file. */
88 #define HAVE_LIMITS_H 1
89
90 /* Define to 1 if you have the <memory.h> header file. */
91 #define HAVE_MEMORY_H 1
92
93 /* Define to 1 if you have the <stdint.h> header file. */
94 #if ((_MSC_VER >= 1600) || !defined(_MSC_VER))
95 #define HAVE_STDINT_H 1
96 #endif
97
98 /* Define to 1 if you have the <stdlib.h> header file. */
99 #define HAVE_STDLIB_H 1
100
101 /* Define to 1 if you have the <strings.h> header file. */
102 #ifndef _MSC_VER
103 #define HAVE_STRINGS_H 1
104 #endif
105
106 /* Define to 1 if you have the <string.h> header file. */
107 #define HAVE_STRING_H 1
108
109 /* Define to 1 if you have the <sys/stat.h> header file. */
110 #define HAVE_SYS_STAT_H 1
111
112 /* Define to 1 if you have the <sys/types.h> header file. */
113 #define HAVE_SYS_TYPES_H 1
114
115 /* Define to 1 if you have the <unistd.h> header file. */
116 #ifndef _MSC_VER
117 #define HAVE_UNISTD_H 1
118 #endif
119
120 /* Define to the sub-directory in which libtool stores uninstalled libraries.
121    */
122 #define LT_OBJDIR ".libs"
123
124 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
125 #ifdef _MSC_VER
126 #define NO_MINUS_C_MINUS_O 1
127 #endif
128
129 /* Define to the address where bug reports for this package should be sent. */
130 #define PACKAGE_BUGREPORT ""
131
132 /* Define to the full name of this package. */
133 #define PACKAGE_NAME "cogl"
134
135 /* Define to the full name and version of this package. */
136 #define PACKAGE_STRING "cogl 2.0.0"
137
138 /* Define to the one symbol short name of this package. */
139 #define PACKAGE_TARNAME "cogl"
140
141 /* Define to the home page for this package. */
142 #define PACKAGE_URL ""
143
144 /* Define to the version of this package. */
145 #define PACKAGE_VERSION "2.0.0"
146
147 /* Define to 1 if you have the ANSI C header files. */
148 #define STDC_HEADERS 1
149
150 /* Use GdkPixbuf for loading image data */
151 #define USE_GDKPIXBUF 1
152
153 /* Use internal image decoding for loading image data */
154 /*#undef USE_INTERNAL*/
155
156 /* Use Core Graphics (Quartz) for loading image data */
157 /*#undef USE_QUARTZ*/
158
159 /* Define to empty if `const' does not conform to ANSI C. */
160 /*#undef const*/
161
162 #include "config-custom.h"