Crazy Eddies GUI System  0.7.6
config.h
1 /* cegui/include/config.h. Generated from config.h.in by configure. */
2 /* cegui/include/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to enable bidirectional text support in CEGUI */
5 /* #undef CEGUI_BIDI_SUPPORT */
6 
7 /* Defines the suffix appended to output binaries. */
8 /* #undef CEGUI_BUILD_SUFFIX */
9 
10 /* Set this to the default ImageCodec to be used (CoronaImageCodec,
11  DevILImageCodec FreeImageImageCode, SILLYImageCodec, TGAImageCodec,
12  STBImageCodec). */
13 #define CEGUI_DEFAULT_IMAGE_CODEC SILLYImageCodec
14 
15 /* Set this to the default XMLParser to be used (XercesParser, ExpatParser,
16  LibxmlParser or TinyXMLParser). */
17 #define CEGUI_DEFAULT_XMLPARSER ExpatParser
18 
19 /* Define if output names have an added suffix. */
20 /* #undef CEGUI_HAS_BUILD_SUFFIX */
21 
22 /* Define to enable possible use of CEGUI::DefaultLogger. */
23 #define CEGUI_HAS_DEFAULT_LOGGER
24 
25 /* Define to enable freetype 2 font support in CEGUI */
26 #define CEGUI_HAS_FREETYPE
27 
28 /* Defined when the resource provider with minizip support is built. */
29 /* #undef CEGUI_HAS_MINIZIP_RESOURCE_PROVIDER */
30 
31 /* Define to enable PCRE regular expression support in CEGUI */
32 #define CEGUI_HAS_PCRE_REGEX
33 
34 /* Define if shared libraries have a version suffix. */
35 #define CEGUI_HAS_VERSION_SUFFIX
36 
37 /* Defines irrlicht SDK version. 14 is 1.4 or 1.5.x and 16 is 1.6 or later. */
38 #define CEGUI_IRR_SDK_VERSION 16
39 
40 /* Define if your OIS uses the older numKeyboards like APIs rather than the
41  newer getNumberOfDevices API */
42 /* #undef CEGUI_OLD_OIS_API */
43 
44 /* Define to have the DirectFB CEGUI renderer available in the samples */
45 /* #undef CEGUI_SAMPLES_USE_DIRECTFB */
46 
47 /* Define to have a GTK2 based dialog used for renderer selection in the
48  samples */
49 /* #undef CEGUI_SAMPLES_USE_GTK2 */
50 
51 /* Define to have the Irrlicht CEGUI renderer available in the samples */
52 #define CEGUI_SAMPLES_USE_IRRLICHT
53 
54 /* Define to have the Ogre renderer available in the samples */
55 /* #undef CEGUI_SAMPLES_USE_OGRE */
56 
57 /* Define to have the OpenGL CEGUI renderer available in the samples (requires
58  glut) */
59 /* #undef CEGUI_SAMPLES_USE_OPENGL */
60 
61 /* Set this to the name of the tinyxml.h file */
62 #define CEGUI_TINYXML_H <tinyxml.h>
63 
64 /* Set this if your tiny xml version is 2.6 or higher */
65 #define CEGUI_TINYXML_HAS_2_6_API 1
66 
67 /* Set this to the name of the tinyxml namespace */
68 #define CEGUI_TINYXML_NAMESPACE
69 
70 /* Define to use external fribidi lib. */
71 /* #undef CEGUI_USE_FRIBIDI */
72 
73 /* Define to use embedded minibidi lib. */
74 /* #undef CEGUI_USE_MINIBIDI */
75 
76 /* Defines the shared library version suffix. */
77 #define CEGUI_VERSION_SUFFIX "0.7.6"
78 
79 /* Define to 1 if you have the `alarm' function. */
80 #define HAVE_ALARM 1
81 
82 /* Define to 1 if you have the `atexit' function. */
83 #define HAVE_ATEXIT 1
84 
85 /* define if the Boost::Python library is available */
86 #define HAVE_BOOST_PYTHON
87 
88 /* Define to 1 if you have the <dlfcn.h> header file. */
89 #define HAVE_DLFCN_H 1
90 
91 /* Define to 1 if you have the `floor' function. */
92 /* #undef HAVE_FLOOR */
93 
94 /* Define to 1 if you have the <inttypes.h> header file. */
95 #define HAVE_INTTYPES_H 1
96 
97 /* Define to 1 if you have the `dl' library (-ldl). */
98 #define HAVE_LIBDL 1
99 
100 /* Define to 1 if you have the `pthread' library (-lpthread). */
101 #define HAVE_LIBPTHREAD 1
102 
103 /* Define to 1 if you have the <limits.h> header file. */
104 #define HAVE_LIMITS_H 1
105 
106 /* Define to 1 if you have the <locale.h> header file. */
107 #define HAVE_LOCALE_H 1
108 
109 /* Define to 1 if you have the <malloc.h> header file. */
110 #define HAVE_MALLOC_H 1
111 
112 /* Define to 1 if you have the `memchr' function. */
113 #define HAVE_MEMCHR 1
114 
115 /* Define to 1 if you have the `memmove' function. */
116 #define HAVE_MEMMOVE 1
117 
118 /* Define to 1 if you have the <memory.h> header file. */
119 #define HAVE_MEMORY_H 1
120 
121 /* Define to 1 if you have the `memset' function. */
122 #define HAVE_MEMSET 1
123 
124 /* Define to 1 if you have the `pow' function. */
125 /* #undef HAVE_POW */
126 
127 /* Define to 1 if the system has the type `ptrdiff_t'. */
128 #define HAVE_PTRDIFF_T 1
129 
130 /* Define to 1 if you have the `regcomp' function. */
131 #define HAVE_REGCOMP 1
132 
133 /* Define to 1 if you have the `setlocale' function. */
134 #define HAVE_SETLOCALE 1
135 
136 /* Define to 1 if you have the `sqrt' function. */
137 /* #undef HAVE_SQRT */
138 
139 /* Define to 1 if stdbool.h conforms to C99. */
140 #define HAVE_STDBOOL_H 1
141 
142 /* Define to 1 if you have the <stddef.h> header file. */
143 #define HAVE_STDDEF_H 1
144 
145 /* Define to 1 if you have the <stdint.h> header file. */
146 #define HAVE_STDINT_H 1
147 
148 /* Define to 1 if you have the <stdlib.h> header file. */
149 #define HAVE_STDLIB_H 1
150 
151 /* Define to 1 if you have the `strchr' function. */
152 #define HAVE_STRCHR 1
153 
154 /* Define to 1 if you have the `strcoll' function and it is properly defined.
155  */
156 #define HAVE_STRCOLL 1
157 
158 /* Define to 1 if you have the `strcspn' function. */
159 #define HAVE_STRCSPN 1
160 
161 /* Define to 1 if you have the `strerror' function. */
162 #define HAVE_STRERROR 1
163 
164 /* Define to 1 if you have the `strftime' function. */
165 #define HAVE_STRFTIME 1
166 
167 /* Define to 1 if you have the <strings.h> header file. */
168 #define HAVE_STRINGS_H 1
169 
170 /* Define to 1 if you have the <string.h> header file. */
171 #define HAVE_STRING_H 1
172 
173 /* Define to 1 if you have the `strpbrk' function. */
174 #define HAVE_STRPBRK 1
175 
176 /* Define to 1 if you have the `strtoul' function. */
177 #define HAVE_STRTOUL 1
178 
179 /* Define to 1 if you have the <sys/stat.h> header file. */
180 #define HAVE_SYS_STAT_H 1
181 
182 /* Define to 1 if you have the <sys/time.h> header file. */
183 #define HAVE_SYS_TIME_H 1
184 
185 /* Define to 1 if you have the <sys/types.h> header file. */
186 #define HAVE_SYS_TYPES_H 1
187 
188 /* Define to 1 if you have the <unistd.h> header file. */
189 #define HAVE_UNISTD_H 1
190 
191 /* zlib is available */
192 /* #undef HAVE_ZLIB */
193 
194 /* Define to 1 if the system has the type `_Bool'. */
195 #define HAVE__BOOL 1
196 
197 /* Define to the sub-directory in which libtool stores uninstalled libraries.
198  */
199 #define LT_OBJDIR ".libs/"
200 
201 /* Name of package */
202 #define PACKAGE "CEGUI"
203 
204 /* Define to the address where bug reports for this package should be sent. */
205 #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
206 
207 /* Define to the full name of this package. */
208 #define PACKAGE_NAME "CEGUI"
209 
210 /* Define to the full name and version of this package. */
211 #define PACKAGE_STRING "CEGUI 0.7.6"
212 
213 /* Define to the one symbol short name of this package. */
214 #define PACKAGE_TARNAME "CEGUI"
215 
216 /* Define to the home page for this package. */
217 #define PACKAGE_URL ""
218 
219 /* Define to the version of this package. */
220 #define PACKAGE_VERSION "0.7.6"
221 
222 /* Define to 1 if you have the ANSI C header files. */
223 #define STDC_HEADERS 1
224 
225 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
226 #define TIME_WITH_SYS_TIME 1
227 
228 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
229 /* #undef TM_IN_SYS_TIME */
230 
231 /* Version number of package */
232 #define VERSION "0.7.6"
233 
234 /* Define to 1 if the X Window System is missing or not being used. */
235 /* #undef X_DISPLAY_MISSING */
236 
237 /* Define to empty if `const' does not conform to ANSI C. */
238 /* #undef const */
239 
240 /* Define to `__inline__' or `__inline' if that's what the C compiler
241  calls it, or to nothing if 'inline' is not supported under any name. */
242 #ifndef __cplusplus
243 /* #undef inline */
244 #endif
245 
246 /* Define to `unsigned int' if <sys/types.h> does not define. */
247 /* #undef size_t */
248 
249 /* Define to empty if the keyword `volatile' does not work. Warning: valid
250  code using `volatile' can become incorrect without. Disable with care. */
251 /* #undef volatile */