Crazy Eddies GUI System 0.7.6
|
00001 /* cegui/include/config.h. Generated from config.h.in by configure. */ 00002 /* cegui/include/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to enable bidirectional text support in CEGUI */ 00005 /* #undef CEGUI_BIDI_SUPPORT */ 00006 00007 /* Defines the suffix appended to output binaries. */ 00008 /* #undef CEGUI_BUILD_SUFFIX */ 00009 00010 /* Set this to the default ImageCodec to be used (CoronaImageCodec, 00011 DevILImageCodec FreeImageImageCode, SILLYImageCodec, TGAImageCodec, 00012 STBImageCodec). */ 00013 #define CEGUI_DEFAULT_IMAGE_CODEC SILLYImageCodec 00014 00015 /* Set this to the default XMLParser to be used (XercesParser, ExpatParser, 00016 LibxmlParser or TinyXMLParser). */ 00017 #define CEGUI_DEFAULT_XMLPARSER ExpatParser 00018 00019 /* Define if output names have an added suffix. */ 00020 /* #undef CEGUI_HAS_BUILD_SUFFIX */ 00021 00022 /* Define to enable possible use of CEGUI::DefaultLogger. */ 00023 #define CEGUI_HAS_DEFAULT_LOGGER 00024 00025 /* Define to enable freetype 2 font support in CEGUI */ 00026 #define CEGUI_HAS_FREETYPE 00027 00028 /* Defined when the resource provider with minizip support is built. */ 00029 /* #undef CEGUI_HAS_MINIZIP_RESOURCE_PROVIDER */ 00030 00031 /* Define to enable PCRE regular expression support in CEGUI */ 00032 #define CEGUI_HAS_PCRE_REGEX 00033 00034 /* Define if shared libraries have a version suffix. */ 00035 #define CEGUI_HAS_VERSION_SUFFIX 00036 00037 /* Defines irrlicht SDK version. 14 is 1.4 or 1.5.x and 16 is 1.6 or later. */ 00038 #define CEGUI_IRR_SDK_VERSION 16 00039 00040 /* Define if your OIS uses the older numKeyboards like APIs rather than the 00041 newer getNumberOfDevices API */ 00042 /* #undef CEGUI_OLD_OIS_API */ 00043 00044 /* Define to have the DirectFB CEGUI renderer available in the samples */ 00045 /* #undef CEGUI_SAMPLES_USE_DIRECTFB */ 00046 00047 /* Define to have a GTK2 based dialog used for renderer selection in the 00048 samples */ 00049 /* #undef CEGUI_SAMPLES_USE_GTK2 */ 00050 00051 /* Define to have the Irrlicht CEGUI renderer available in the samples */ 00052 #define CEGUI_SAMPLES_USE_IRRLICHT 00053 00054 /* Define to have the Ogre renderer available in the samples */ 00055 #define CEGUI_SAMPLES_USE_OGRE 00056 00057 /* Define to have the OpenGL CEGUI renderer available in the samples (requires 00058 glut) */ 00059 #define CEGUI_SAMPLES_USE_OPENGL 00060 00061 /* Set this to the name of the tinyxml.h file */ 00062 #define CEGUI_TINYXML_H <tinyxml.h> 00063 00064 /* Set this if your tiny xml version is 2.6 or higher */ 00065 #define CEGUI_TINYXML_HAS_2_6_API 1 00066 00067 /* Set this to the name of the tinyxml namespace */ 00068 #define CEGUI_TINYXML_NAMESPACE 00069 00070 /* Define to use external fribidi lib. */ 00071 /* #undef CEGUI_USE_FRIBIDI */ 00072 00073 /* Define to use embedded minibidi lib. */ 00074 /* #undef CEGUI_USE_MINIBIDI */ 00075 00076 /* Defines the shared library version suffix. */ 00077 #define CEGUI_VERSION_SUFFIX "0.7.6" 00078 00079 /* Define to 1 if you have the `alarm' function. */ 00080 #define HAVE_ALARM 1 00081 00082 /* Define to 1 if you have the `atexit' function. */ 00083 #define HAVE_ATEXIT 1 00084 00085 /* define if the Boost::Python library is available */ 00086 #define HAVE_BOOST_PYTHON 00087 00088 /* Define to 1 if you have the <dlfcn.h> header file. */ 00089 #define HAVE_DLFCN_H 1 00090 00091 /* Define to 1 if you have the `floor' function. */ 00092 /* #undef HAVE_FLOOR */ 00093 00094 /* Define to 1 if you have the <inttypes.h> header file. */ 00095 #define HAVE_INTTYPES_H 1 00096 00097 /* Define to 1 if you have the `dl' library (-ldl). */ 00098 #define HAVE_LIBDL 1 00099 00100 /* Define to 1 if you have the `pthread' library (-lpthread). */ 00101 #define HAVE_LIBPTHREAD 1 00102 00103 /* Define to 1 if you have the <limits.h> header file. */ 00104 #define HAVE_LIMITS_H 1 00105 00106 /* Define to 1 if you have the <locale.h> header file. */ 00107 #define HAVE_LOCALE_H 1 00108 00109 /* Define to 1 if you have the <malloc.h> header file. */ 00110 #define HAVE_MALLOC_H 1 00111 00112 /* Define to 1 if you have the `memchr' function. */ 00113 #define HAVE_MEMCHR 1 00114 00115 /* Define to 1 if you have the `memmove' function. */ 00116 #define HAVE_MEMMOVE 1 00117 00118 /* Define to 1 if you have the <memory.h> header file. */ 00119 #define HAVE_MEMORY_H 1 00120 00121 /* Define to 1 if you have the `memset' function. */ 00122 #define HAVE_MEMSET 1 00123 00124 /* Define to 1 if you have the `pow' function. */ 00125 /* #undef HAVE_POW */ 00126 00127 /* Define to 1 if the system has the type `ptrdiff_t'. */ 00128 #define HAVE_PTRDIFF_T 1 00129 00130 /* Define to 1 if you have the `regcomp' function. */ 00131 #define HAVE_REGCOMP 1 00132 00133 /* Define to 1 if you have the `setlocale' function. */ 00134 #define HAVE_SETLOCALE 1 00135 00136 /* Define to 1 if you have the `sqrt' function. */ 00137 /* #undef HAVE_SQRT */ 00138 00139 /* Define to 1 if stdbool.h conforms to C99. */ 00140 #define HAVE_STDBOOL_H 1 00141 00142 /* Define to 1 if you have the <stddef.h> header file. */ 00143 #define HAVE_STDDEF_H 1 00144 00145 /* Define to 1 if you have the <stdint.h> header file. */ 00146 #define HAVE_STDINT_H 1 00147 00148 /* Define to 1 if you have the <stdlib.h> header file. */ 00149 #define HAVE_STDLIB_H 1 00150 00151 /* Define to 1 if you have the `strchr' function. */ 00152 #define HAVE_STRCHR 1 00153 00154 /* Define to 1 if you have the `strcoll' function and it is properly defined. 00155 */ 00156 #define HAVE_STRCOLL 1 00157 00158 /* Define to 1 if you have the `strcspn' function. */ 00159 #define HAVE_STRCSPN 1 00160 00161 /* Define to 1 if you have the `strerror' function. */ 00162 #define HAVE_STRERROR 1 00163 00164 /* Define to 1 if you have the `strftime' function. */ 00165 #define HAVE_STRFTIME 1 00166 00167 /* Define to 1 if you have the <strings.h> header file. */ 00168 #define HAVE_STRINGS_H 1 00169 00170 /* Define to 1 if you have the <string.h> header file. */ 00171 #define HAVE_STRING_H 1 00172 00173 /* Define to 1 if you have the `strpbrk' function. */ 00174 #define HAVE_STRPBRK 1 00175 00176 /* Define to 1 if you have the `strtoul' function. */ 00177 #define HAVE_STRTOUL 1 00178 00179 /* Define to 1 if you have the <sys/stat.h> header file. */ 00180 #define HAVE_SYS_STAT_H 1 00181 00182 /* Define to 1 if you have the <sys/time.h> header file. */ 00183 #define HAVE_SYS_TIME_H 1 00184 00185 /* Define to 1 if you have the <sys/types.h> header file. */ 00186 #define HAVE_SYS_TYPES_H 1 00187 00188 /* Define to 1 if you have the <unistd.h> header file. */ 00189 #define HAVE_UNISTD_H 1 00190 00191 /* zlib is available */ 00192 /* #undef HAVE_ZLIB */ 00193 00194 /* Define to 1 if the system has the type `_Bool'. */ 00195 #define HAVE__BOOL 1 00196 00197 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00198 */ 00199 #define LT_OBJDIR ".libs/" 00200 00201 /* Name of package */ 00202 #define PACKAGE "CEGUI" 00203 00204 /* Define to the address where bug reports for this package should be sent. */ 00205 #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/" 00206 00207 /* Define to the full name of this package. */ 00208 #define PACKAGE_NAME "CEGUI" 00209 00210 /* Define to the full name and version of this package. */ 00211 #define PACKAGE_STRING "CEGUI 0.7.6" 00212 00213 /* Define to the one symbol short name of this package. */ 00214 #define PACKAGE_TARNAME "CEGUI" 00215 00216 /* Define to the home page for this package. */ 00217 #define PACKAGE_URL "" 00218 00219 /* Define to the version of this package. */ 00220 #define PACKAGE_VERSION "0.7.6" 00221 00222 /* Define to 1 if you have the ANSI C header files. */ 00223 #define STDC_HEADERS 1 00224 00225 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00226 #define TIME_WITH_SYS_TIME 1 00227 00228 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00229 /* #undef TM_IN_SYS_TIME */ 00230 00231 /* Version number of package */ 00232 #define VERSION "0.7.6" 00233 00234 /* Define to 1 if the X Window System is missing or not being used. */ 00235 /* #undef X_DISPLAY_MISSING */ 00236 00237 /* Define to empty if `const' does not conform to ANSI C. */ 00238 /* #undef const */ 00239 00240 /* Define to `__inline__' or `__inline' if that's what the C compiler 00241 calls it, or to nothing if 'inline' is not supported under any name. */ 00242 #ifndef __cplusplus 00243 /* #undef inline */ 00244 #endif 00245 00246 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00247 /* #undef size_t */ 00248 00249 /* Define to empty if the keyword `volatile' does not work. Warning: valid 00250 code using `volatile' can become incorrect without. Disable with care. */ 00251 /* #undef volatile */