Crazy Eddies GUI System
0.7.7
Main Page
Related Pages
Namespaces
Classes
Files
File List
cegui
include
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
#define CEGUI_SAMPLES_USE_OGRE
56
57
/* Define to have the OpenGL CEGUI renderer available in the samples (requires
58
glut) */
59
#define 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.7"
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 <Python.h> header file. */
131
#define HAVE_PYTHON_H 1
132
133
/* Define to 1 if you have the `regcomp' function. */
134
#define HAVE_REGCOMP 1
135
136
/* Define to 1 if you have the `setlocale' function. */
137
#define HAVE_SETLOCALE 1
138
139
/* Define to 1 if you have the `sqrt' function. */
140
/* #undef HAVE_SQRT */
141
142
/* Define to 1 if stdbool.h conforms to C99. */
143
#define HAVE_STDBOOL_H 1
144
145
/* Define to 1 if you have the <stddef.h> header file. */
146
#define HAVE_STDDEF_H 1
147
148
/* Define to 1 if you have the <stdint.h> header file. */
149
#define HAVE_STDINT_H 1
150
151
/* Define to 1 if you have the <stdlib.h> header file. */
152
#define HAVE_STDLIB_H 1
153
154
/* Define to 1 if you have the `strchr' function. */
155
#define HAVE_STRCHR 1
156
157
/* Define to 1 if you have the `strcoll' function and it is properly defined.
158
*/
159
#define HAVE_STRCOLL 1
160
161
/* Define to 1 if you have the `strcspn' function. */
162
#define HAVE_STRCSPN 1
163
164
/* Define to 1 if you have the `strerror' function. */
165
#define HAVE_STRERROR 1
166
167
/* Define to 1 if you have the `strftime' function. */
168
#define HAVE_STRFTIME 1
169
170
/* Define to 1 if you have the <strings.h> header file. */
171
#define HAVE_STRINGS_H 1
172
173
/* Define to 1 if you have the <string.h> header file. */
174
#define HAVE_STRING_H 1
175
176
/* Define to 1 if you have the `strpbrk' function. */
177
#define HAVE_STRPBRK 1
178
179
/* Define to 1 if you have the `strtoul' function. */
180
#define HAVE_STRTOUL 1
181
182
/* Define to 1 if you have the <sys/stat.h> header file. */
183
#define HAVE_SYS_STAT_H 1
184
185
/* Define to 1 if you have the <sys/time.h> header file. */
186
#define HAVE_SYS_TIME_H 1
187
188
/* Define to 1 if you have the <sys/types.h> header file. */
189
#define HAVE_SYS_TYPES_H 1
190
191
/* Define to 1 if you have the <unistd.h> header file. */
192
#define HAVE_UNISTD_H 1
193
194
/* zlib is available */
195
/* #undef HAVE_ZLIB */
196
197
/* Define to 1 if the system has the type `_Bool'. */
198
#define HAVE__BOOL 1
199
200
/* Define to the sub-directory in which libtool stores uninstalled libraries.
201
*/
202
#define LT_OBJDIR ".libs/"
203
204
/* Name of package */
205
#define PACKAGE "CEGUI"
206
207
/* Define to the address where bug reports for this package should be sent. */
208
#define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
209
210
/* Define to the full name of this package. */
211
#define PACKAGE_NAME "CEGUI"
212
213
/* Define to the full name and version of this package. */
214
#define PACKAGE_STRING "CEGUI 0.7.7"
215
216
/* Define to the one symbol short name of this package. */
217
#define PACKAGE_TARNAME "CEGUI"
218
219
/* Define to the home page for this package. */
220
#define PACKAGE_URL ""
221
222
/* Define to the version of this package. */
223
#define PACKAGE_VERSION "0.7.7"
224
225
/* Define to 1 if you have the ANSI C header files. */
226
#define STDC_HEADERS 1
227
228
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
229
#define TIME_WITH_SYS_TIME 1
230
231
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
232
/* #undef TM_IN_SYS_TIME */
233
234
/* Version number of package */
235
#define VERSION "0.7.7"
236
237
/* Define to 1 if the X Window System is missing or not being used. */
238
/* #undef X_DISPLAY_MISSING */
239
240
/* Define to empty if `const' does not conform to ANSI C. */
241
/* #undef const */
242
243
/* Define to `__inline__' or `__inline' if that's what the C compiler
244
calls it, or to nothing if 'inline' is not supported under any name. */
245
#ifndef __cplusplus
246
/* #undef inline */
247
#endif
248
249
/* Define to `unsigned int' if <sys/types.h> does not define. */
250
/* #undef size_t */
251
252
/* Define to empty if the keyword `volatile' does not work. Warning: valid
253
code using `volatile' can become incorrect without. Disable with care. */
254
/* #undef volatile */
Generated by
1.8.1.1