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