00001 /* include/config.h. Generated from config.h.in by configure. */ 00002 /* include/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Set this to the default ImageCodec to be used (CoronaImageCodec, 00005 DevILImageCodec FreeImageImageCode, SILLYImageCodec, TGAImageCodec). */ 00006 #define CEGUI_DEFAULT_IMAGE_CODEC DevILImageCodec 00007 00008 /* Set this to the default XMLParser to be used (XercesParser, ExpatParser, 00009 LibxmlParser or TinyXMLParser). */ 00010 #define CEGUI_DEFAULT_XMLPARSER XercesParser 00011 00012 /* Define to have a GTK2 based dialog used for renderer selection in the 00013 samples */ 00014 /* #undef CEGUI_SAMPLES_USE_GTK2 */ 00015 00016 /* Define to have the Irrlicht CEGUI renderer available in the samples */ 00017 #define CEGUI_SAMPLES_USE_IRRLICHT 00018 00019 /* Define to have the Ogre3D CEGUI renderer available in the samples */ 00020 #define CEGUI_SAMPLES_USE_OGRE 00021 00022 /* Define to have the OpenGL CEGUI renderer available in the samples (requires 00023 glut) */ 00024 #define CEGUI_SAMPLES_USE_OPENGL 00025 00026 /* Define to 1 if you have the `alarm' function. */ 00027 #define HAVE_ALARM 1 00028 00029 /* Define to 1 if you have the `atexit' function. */ 00030 #define HAVE_ATEXIT 1 00031 00032 /* Define to 1 if you have the <dlfcn.h> header file. */ 00033 #define HAVE_DLFCN_H 1 00034 00035 /* Define to 1 if you have the `floor' function. */ 00036 #define HAVE_FLOOR 1 00037 00038 /* Define to 1 if you have the <inttypes.h> header file. */ 00039 #define HAVE_INTTYPES_H 1 00040 00041 /* Define to 1 if you have the `dl' library (-ldl). */ 00042 #define HAVE_LIBDL 1 00043 00044 /* Define to 1 if you have the `pthread' library (-lpthread). */ 00045 #define HAVE_LIBPTHREAD 1 00046 00047 /* Define to 1 if you have the <limits.h> header file. */ 00048 #define HAVE_LIMITS_H 1 00049 00050 /* Define to 1 if you have the <locale.h> header file. */ 00051 #define HAVE_LOCALE_H 1 00052 00053 /* Define to 1 if you have the <malloc.h> header file. */ 00054 #define HAVE_MALLOC_H 1 00055 00056 /* Define to 1 if you have the `memchr' function. */ 00057 #define HAVE_MEMCHR 1 00058 00059 /* Define to 1 if you have the `memmove' function. */ 00060 #define HAVE_MEMMOVE 1 00061 00062 /* Define to 1 if you have the <memory.h> header file. */ 00063 #define HAVE_MEMORY_H 1 00064 00065 /* Define to 1 if you have the `memset' function. */ 00066 #define HAVE_MEMSET 1 00067 00068 /* Define to 1 if you have the `pow' function. */ 00069 #define HAVE_POW 1 00070 00071 /* Define to 1 if the system has the type `ptrdiff_t'. */ 00072 #define HAVE_PTRDIFF_T 1 00073 00074 /* Define to 1 if you have the `regcomp' function. */ 00075 #define HAVE_REGCOMP 1 00076 00077 /* Define to 1 if you have the `setlocale' function. */ 00078 #define HAVE_SETLOCALE 1 00079 00080 /* Define to 1 if you have the `sqrt' function. */ 00081 #define HAVE_SQRT 1 00082 00083 /* Define to 1 if stdbool.h conforms to C99. */ 00084 #define HAVE_STDBOOL_H 1 00085 00086 /* Define to 1 if you have the <stddef.h> header file. */ 00087 #define HAVE_STDDEF_H 1 00088 00089 /* Define to 1 if you have the <stdint.h> header file. */ 00090 #define HAVE_STDINT_H 1 00091 00092 /* Define to 1 if you have the <stdlib.h> header file. */ 00093 #define HAVE_STDLIB_H 1 00094 00095 /* Define to 1 if you have the `strchr' function. */ 00096 #define HAVE_STRCHR 1 00097 00098 /* Define to 1 if you have the `strcoll' function and it is properly defined. 00099 */ 00100 #define HAVE_STRCOLL 1 00101 00102 /* Define to 1 if you have the `strcspn' function. */ 00103 #define HAVE_STRCSPN 1 00104 00105 /* Define to 1 if you have the `strerror' function. */ 00106 #define HAVE_STRERROR 1 00107 00108 /* Define to 1 if you have the `strftime' function. */ 00109 #define HAVE_STRFTIME 1 00110 00111 /* Define to 1 if you have the <strings.h> header file. */ 00112 #define HAVE_STRINGS_H 1 00113 00114 /* Define to 1 if you have the <string.h> header file. */ 00115 #define HAVE_STRING_H 1 00116 00117 /* Define to 1 if you have the `strpbrk' function. */ 00118 #define HAVE_STRPBRK 1 00119 00120 /* Define to 1 if you have the `strtoul' function. */ 00121 #define HAVE_STRTOUL 1 00122 00123 /* Define to 1 if you have the <sys/stat.h> header file. */ 00124 #define HAVE_SYS_STAT_H 1 00125 00126 /* Define to 1 if you have the <sys/time.h> header file. */ 00127 #define HAVE_SYS_TIME_H 1 00128 00129 /* Define to 1 if you have the <sys/types.h> header file. */ 00130 #define HAVE_SYS_TYPES_H 1 00131 00132 /* Define to 1 if you have the <unistd.h> header file. */ 00133 #define HAVE_UNISTD_H 1 00134 00135 /* Define to 1 if the system has the type `_Bool'. */ 00136 #define HAVE__BOOL 1 00137 00138 /* Name of package */ 00139 #define PACKAGE "CEGUI" 00140 00141 /* Define to the address where bug reports for this package should be sent. */ 00142 #define PACKAGE_BUGREPORT "" 00143 00144 /* Define to the full name of this package. */ 00145 #define PACKAGE_NAME "CEGUI" 00146 00147 /* Define to the full name and version of this package. */ 00148 #define PACKAGE_STRING "CEGUI 0.5.0" 00149 00150 /* Define to the one symbol short name of this package. */ 00151 #define PACKAGE_TARNAME "cegui" 00152 00153 /* Define to the version of this package. */ 00154 #define PACKAGE_VERSION "0.5.0" 00155 00156 /* Define to 1 if you have the ANSI C header files. */ 00157 #define STDC_HEADERS 1 00158 00159 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00160 #define TIME_WITH_SYS_TIME 1 00161 00162 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00163 /* #undef TM_IN_SYS_TIME */ 00164 00165 /* Version number of package */ 00166 #define VERSION "0.5.0" 00167 00168 /* Define to 1 if the X Window System is missing or not being used. */ 00169 /* #undef X_DISPLAY_MISSING */ 00170 00171 /* Define to empty if `const' does not conform to ANSI C. */ 00172 /* #undef const */ 00173 00174 /* Define to `__inline__' or `__inline' if that's what the C compiler 00175 calls it, or to nothing if 'inline' is not supported under any name. */ 00176 #ifndef __cplusplus 00177 /* #undef inline */ 00178 #endif 00179 00180 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00181 /* #undef size_t */ 00182 00183 /* Define to empty if the keyword `volatile' does not work. Warning: valid 00184 code using `volatile' can become incorrect without. Disable with care. */ 00185 /* #undef volatile */