00001 /* src/code/OSDLTemporaryConfig.h. Generated from OSDLTemporaryConfig.h.in by configure. */ 00002 /* src/code/OSDLTemporaryConfig.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to 1 if the target platform is the Nintendo DS */ 00005 #define ARCH_NINTENDO_DS 0 00006 00007 /* Define to 1 if overall settings should be cached instead of being retrieved 00008 on the fly */ 00009 #define CACHE_OVERALL_SETTINGS 0 00010 00011 /* Define to 1 if OpenGL calls should be checked for errors */ 00012 #define CHECK_OPENGL_CALLS 1 00013 00014 /* Define to 1 if the `closedir' function returns void instead of `int'. */ 00015 /* #undef CLOSEDIR_VOID */ 00016 00017 /* Define to 1 if instance counting mode is to be enabled */ 00018 #define COUNT_INSTANCES 0 00019 00020 /* Define to 1 if generic debug mode is to be enabled */ 00021 #define DEBUG 1 00022 00023 /* Define to 1 if debug mode for sound/music playback is to be enabled */ 00024 #define DEBUG_AUDIO_PLAYBACK 0 00025 00026 /* Define to 1 if debug mode for audio renderer is to be enabled */ 00027 #define DEBUG_AUDIO_RENDERER 0 00028 00029 /* Define to 1 if debug mode for blit operations is to be enabled */ 00030 #define DEBUG_BLIT 0 00031 00032 /* Define to 1 if debug mode for bounding boxes is to be enabled */ 00033 #define DEBUG_BOUNDING_BOX 0 00034 00035 /* Define to 1 if debug mode for cached states is to be enabled */ 00036 #define DEBUG_CACHED_STATES 1 00037 00038 /* Define to 1 if debug mode for colors is to be enabled */ 00039 #define DEBUG_COLOR 0 00040 00041 /* Define to 1 if debug mode for conics is to be enabled */ 00042 #define DEBUG_CONICS 0 00043 00044 /* Define to 1 if debug mode for events is to be enabled */ 00045 #define DEBUG_EVENTS 0 00046 00047 /* Define to 1 if debug mode for font management is to be enabled */ 00048 #define DEBUG_FONT 0 00049 00050 /* Define to 1 if debug mode for the graphical user interface is to be enabled 00051 */ 00052 #define DEBUG_GUI 1 00053 00054 /* Define to 1 if debug mode for image management is to be enabled */ 00055 #define DEBUG_IMAGE 0 00056 00057 /* Define to 1 if debug mode for Nintendo DS is to be enabled */ 00058 #define DEBUG_NINTENDO_DS 0 00059 00060 /* Define to 1 if debug mode for palette operations is to be enabled */ 00061 #define DEBUG_PALETTE 0 00062 00063 /* Define to 1 if debug mode for pixel-level operations is to be enabled */ 00064 #define DEBUG_PIXEL 0 00065 00066 /* Define to 1 if debug mode for rectangle management is to be enabled */ 00067 #define DEBUG_RECTANGLES 0 00068 00069 /* Define to 1 if debug mode for general renderer is to be enabled */ 00070 #define DEBUG_RENDERER 0 00071 00072 /* Define to 1 if debug mode for resource manager is to be enabled */ 00073 #define DEBUG_RESOURCE_MANAGER 1 00074 00075 /* Define to 1 if debug mode for scheduler is to be enabled */ 00076 #define DEBUG_SCHEDULER 0 00077 00078 /* Define to 1 if debug mode for sprites is to be enabled */ 00079 #define DEBUG_SPRITE 0 00080 00081 /* Define to 1 if debug mode for surfaces is to be enabled */ 00082 #define DEBUG_SURFACE 0 00083 00084 /* Define to 1 if debug mode for general video is to be enabled */ 00085 #define DEBUG_VIDEO 0 00086 00087 /* Define to 1 if debug mode for video renderer is to be enabled */ 00088 #define DEBUG_VIDEO_RENDERER 1 00089 00090 /* Define to 1 if debug mode for widgets is to be enabled */ 00091 #define DEBUG_WIDGET 0 00092 00093 /* Use the Apple OpenGL framework. */ 00094 /* #undef HAVE_APPLE_OPENGL_FRAMEWORK */ 00095 00096 /* Define to 1 if you have the <Ceylan.h> header file. */ 00097 #define HAVE_CEYLAN_H 1 00098 00099 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00100 */ 00101 #define HAVE_DIRENT_H 1 00102 00103 /* Define to 1 if you have the <dlfcn.h> header file. */ 00104 #define HAVE_DLFCN_H 1 00105 00106 /* Define to 1 if you have the `fork' function. */ 00107 #define HAVE_FORK 1 00108 00109 /* Define to 1 if you have the <inttypes.h> header file. */ 00110 #define HAVE_INTTYPES_H 1 00111 00112 /* Define to 1 if you have the <memory.h> header file. */ 00113 #define HAVE_MEMORY_H 1 00114 00115 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00116 /* #undef HAVE_NDIR_H */ 00117 00118 /* Define if you have POSIX threads libraries and header files. */ 00119 #define HAVE_PTHREAD 1 00120 00121 /* Define to 1 if `stat' has the bug that it succeeds when given the 00122 zero-length file name argument. */ 00123 /* #undef HAVE_STAT_EMPTY_STRING_BUG */ 00124 00125 /* Define to 1 if stdbool.h conforms to C99. */ 00126 #define HAVE_STDBOOL_H 1 00127 00128 /* Define to 1 if you have the <stdint.h> header file. */ 00129 #define HAVE_STDINT_H 1 00130 00131 /* Define to 1 if you have the <stdlib.h> header file. */ 00132 #define HAVE_STDLIB_H 1 00133 00134 /* Define to 1 if you have the <strings.h> header file. */ 00135 #define HAVE_STRINGS_H 1 00136 00137 /* Define to 1 if you have the <string.h> header file. */ 00138 #define HAVE_STRING_H 1 00139 00140 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00141 */ 00142 /* #undef HAVE_SYS_DIR_H */ 00143 00144 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00145 */ 00146 /* #undef HAVE_SYS_NDIR_H */ 00147 00148 /* Define to 1 if you have the <sys/select.h> header file. */ 00149 #define HAVE_SYS_SELECT_H 1 00150 00151 /* Define to 1 if you have the <sys/socket.h> header file. */ 00152 #define HAVE_SYS_SOCKET_H 1 00153 00154 /* Define to 1 if you have the <sys/stat.h> header file. */ 00155 #define HAVE_SYS_STAT_H 1 00156 00157 /* Define to 1 if you have the <sys/types.h> header file. */ 00158 #define HAVE_SYS_TYPES_H 1 00159 00160 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 00161 #define HAVE_SYS_WAIT_H 1 00162 00163 /* Define to 1 if you have the <unistd.h> header file. */ 00164 #define HAVE_UNISTD_H 1 00165 00166 /* Define to 1 if you have the <utime.h> header file. */ 00167 #define HAVE_UTIME_H 1 00168 00169 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */ 00170 #define HAVE_UTIME_NULL 1 00171 00172 /* Define to 1 if you have the `vfork' function. */ 00173 #define HAVE_VFORK 1 00174 00175 /* Define to 1 if you have the <vfork.h> header file. */ 00176 /* #undef HAVE_VFORK_H */ 00177 00178 /* Define to 1 if you have the <windows.h> header file. */ 00179 /* #undef HAVE_WINDOWS_H */ 00180 00181 /* Define to 1 if `fork' works. */ 00182 #define HAVE_WORKING_FORK 1 00183 00184 /* Define to 1 if `vfork' works. */ 00185 #define HAVE_WORKING_VFORK 1 00186 00187 /* Define to 1 if the system has the type `_Bool'. */ 00188 #define HAVE__BOOL 1 00189 00190 /* Current Libtool version for the OSDL library */ 00191 #define LIBTOOL_VERSION "0.5.0" 00192 00193 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing 00194 slash. */ 00195 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 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 "osdl" 00203 00204 /* Define to the address where bug reports for this package should be sent. */ 00205 #define PACKAGE_BUGREPORT "osdl-bugs@lists.sourceforge.net" 00206 00207 /* Define to the full name of this package. */ 00208 #define PACKAGE_NAME "OSDL" 00209 00210 /* Define to the full name and version of this package. */ 00211 #define PACKAGE_STRING "OSDL 0.5" 00212 00213 /* Define to the one symbol short name of this package. */ 00214 #define PACKAGE_TARNAME "osdl" 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.5" 00221 00222 /* Define to necessary symbol if this constant uses a non-standard name on 00223 your system. */ 00224 /* #undef PTHREAD_CREATE_JOINABLE */ 00225 00226 /* Define as the return type of signal handlers (`int' or `void'). */ 00227 #define RETSIGTYPE void 00228 00229 /* Define to the type of arg 1 for `select'. */ 00230 #define SELECT_TYPE_ARG1 int 00231 00232 /* Define to the type of args 2, 3 and 4 for `select'. */ 00233 #define SELECT_TYPE_ARG234 (fd_set *) 00234 00235 /* Define to the type of arg 5 for `select'. */ 00236 #define SELECT_TYPE_ARG5 (struct timeval *) 00237 00238 /* Define to 1 if you have the ANSI C header files. */ 00239 #define STDC_HEADERS 1 00240 00241 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00242 #define TIME_WITH_SYS_TIME 1 00243 00244 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00245 /* #undef TM_IN_SYS_TIME */ 00246 00247 /* Define to 1 if OSDL is to use Agar */ 00248 #define USES_AGAR 1 00249 00250 /* Define to 1 if OSDL is to use libpng */ 00251 #define USES_LIBPNG 1 00252 00253 /* Define to 1 if OSDL is to use OpenGL and GLU */ 00254 #define USES_OPENGL 1 00255 00256 /* Define to 1 if OSDL is to use PhysicsFS */ 00257 #define USES_PHYSICSFS 1 00258 00259 /* Define to 1 if OSDL is to use SDL */ 00260 #define USES_SDL 1 00261 00262 /* Define to 1 if OSDL is to use SDL_gfx */ 00263 #define USES_SDL_GFX 1 00264 00265 /* Define to 1 if OSDL is to use SDL_image */ 00266 #define USES_SDL_IMAGE 1 00267 00268 /* Define to 1 if OSDL is to use SDL_mixer */ 00269 #define USES_SDL_MIXER 1 00270 00271 /* Define to 1 if OSDL is to use SDL_ttf */ 00272 #define USES_SDL_TTF 1 00273 00274 /* Define to 1 if OSDL is to use Zlib */ 00275 #define USES_ZLIB 1 00276 00277 /* Define to 1 if verbose mode for audio module is to be enabled */ 00278 #define VERBOSE_AUDIO_MODULE 0 00279 00280 /* Define to 1 if verbose mode for basic module is to be enabled */ 00281 #define VERBOSE_BASIC_MODULE 0 00282 00283 /* Define to 1 if verbose mode for controller is to be enabled */ 00284 #define VERBOSE_CONTROLLER 0 00285 00286 /* Define to 1 if verbose mode for data module is to be enabled */ 00287 #define VERBOSE_DATA_MODULE 0 00288 00289 /* Define to 1 if verbose mode for engine module is to be enabled */ 00290 #define VERBOSE_ENGINE_MODULE 1 00291 00292 /* Define to 1 if verbose mode for events module is to be enabled */ 00293 #define VERBOSE_EVENTS_MODULE 1 00294 00295 /* Define to 1 if verbose mode for joystick is to be enabled */ 00296 #define VERBOSE_JOYSTICK 0 00297 00298 /* Define to 1 if verbose mode for joystick handler is to be enabled */ 00299 #define VERBOSE_JOYSTICK_HANDLER 0 00300 00301 /* Define to 1 if verbose mode for keyboard handler is to be enabled */ 00302 #define VERBOSE_KEYBOARD_HANDLER 0 00303 00304 /* Define to 1 if verbose mode for mouse is to be enabled */ 00305 #define VERBOSE_MOUSE 0 00306 00307 /* Define to 1 if verbose mode for mouse handler is to be enabled */ 00308 #define VERBOSE_MOUSE_HANDLER 0 00309 00310 /* Define to 1 if verbose mode for video module is to be enabled */ 00311 #define VERBOSE_VIDEO_MODULE 1 00312 00313 /* Version number of package */ 00314 #define VERSION "0.5" 00315 00316 /* Define to empty if `const' does not conform to ANSI C. */ 00317 /* #undef const */ 00318 00319 /* Define to `__inline__' or `__inline' if that's what the C compiler 00320 calls it, or to nothing if 'inline' is not supported under any name. */ 00321 #ifndef __cplusplus 00322 /* #undef inline */ 00323 #endif 00324 00325 /* Define to `int' if <sys/types.h> does not define. */ 00326 /* #undef pid_t */ 00327 00328 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00329 /* #undef size_t */ 00330 00331 /* Define as `fork' if `vfork' does not work. */ 00332 /* #undef vfork */ 00333 00334 /* Define to empty if the keyword `volatile' does not work. Warning: valid 00335 code using `volatile' can become incorrect without. Disable with care. */ 00336 /* #undef volatile */