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 overall settings should be cached instead of being retrieved 00005 on the fly */ 00006 #define CACHE_OVERALL_SETTINGS 0 00007 00008 /* Define to 1 if the `closedir' function returns void instead of `int'. */ 00009 /* #undef CLOSEDIR_VOID */ 00010 00011 /* Define to 1 if instance counting mode is to be enabled */ 00012 #define COUNT_INSTANCES 0 00013 00014 /* Define to 1 if generic debug mode is to be enabled */ 00015 #define DEBUG 1 00016 00017 /* Define to 1 if debug mode for audio renderer is to be enabled */ 00018 #define DEBUG_AUDIO_RENDERER 0 00019 00020 /* Define to 1 if debug mode for blit operations is to be enabled */ 00021 #define DEBUG_BLIT 0 00022 00023 /* Define to 1 if debug mode for bounding boxes is to be enabled */ 00024 #define DEBUG_BOUNDING_BOX 0 00025 00026 /* Define to 1 if debug mode for cached states is to be enabled */ 00027 #define DEBUG_CACHED_STATES 1 00028 00029 /* Define to 1 if debug mode for colors is to be enabled */ 00030 #define DEBUG_COLOR 0 00031 00032 /* Define to 1 if debug mode for conics is to be enabled */ 00033 #define DEBUG_CONICS 0 00034 00035 /* Define to 1 if debug mode for events is to be enabled */ 00036 #define DEBUG_EVENTS 0 00037 00038 /* Define to 1 if debug mode for font management is to be enabled */ 00039 #define DEBUG_FONT 0 00040 00041 /* Define to 1 if debug mode for image management is to be enabled */ 00042 #define DEBUG_IMAGE 0 00043 00044 /* Define to 1 if debug mode for palette operations is to be enabled */ 00045 #define DEBUG_PALETTE 0 00046 00047 /* Define to 1 if debug mode for pixel-level operations is to be enabled */ 00048 #define DEBUG_PIXEL 0 00049 00050 /* Define to 1 if debug mode for rectangle management is to be enabled */ 00051 #define DEBUG_RECTANGLES 0 00052 00053 /* Define to 1 if debug mode for general renderer is to be enabled */ 00054 #define DEBUG_RENDERER 0 00055 00056 /* Define to 1 if debug mode for scheduler is to be enabled */ 00057 #define DEBUG_SCHEDULER 1 00058 00059 /* Define to 1 if debug mode for sprites is to be enabled */ 00060 #define DEBUG_SPRITE 0 00061 00062 /* Define to 1 if debug mode for surfaces is to be enabled */ 00063 #define DEBUG_SURFACE 0 00064 00065 /* Define to 1 if debug mode for general video is to be enabled */ 00066 #define DEBUG_VIDEO 0 00067 00068 /* Define to 1 if debug mode for video renderer is to be enabled */ 00069 #define DEBUG_VIDEO_RENDERER 0 00070 00071 /* Define to 1 if debug mode for widgets is to be enabled */ 00072 #define DEBUG_WIDGET 0 00073 00074 /* Use the Apple OpenGL framework. */ 00075 /* #undef HAVE_APPLE_OPENGL_FRAMEWORK */ 00076 00077 /* Define to 1 if you have the <Ceylan.h> header file. */ 00078 #define HAVE_CEYLAN_H 1 00079 00080 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00081 */ 00082 #define HAVE_DIRENT_H 1 00083 00084 /* Define to 1 if you have the <dlfcn.h> header file. */ 00085 #define HAVE_DLFCN_H 1 00086 00087 /* Define to 1 if you have the `fork' function. */ 00088 #define HAVE_FORK 1 00089 00090 /* Define to 1 if you have the <inttypes.h> header file. */ 00091 #define HAVE_INTTYPES_H 1 00092 00093 /* Define to 1 if you have the <memory.h> header file. */ 00094 #define HAVE_MEMORY_H 1 00095 00096 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00097 /* #undef HAVE_NDIR_H */ 00098 00099 /* Define if you have POSIX threads libraries and header files. */ 00100 #define HAVE_PTHREAD 1 00101 00102 /* Define to 1 if `stat' has the bug that it succeeds when given the 00103 zero-length file name argument. */ 00104 /* #undef HAVE_STAT_EMPTY_STRING_BUG */ 00105 00106 /* Define to 1 if stdbool.h conforms to C99. */ 00107 #define HAVE_STDBOOL_H 1 00108 00109 /* Define to 1 if you have the <stdint.h> header file. */ 00110 #define HAVE_STDINT_H 1 00111 00112 /* Define to 1 if you have the <stdlib.h> header file. */ 00113 #define HAVE_STDLIB_H 1 00114 00115 /* Define to 1 if you have the <strings.h> header file. */ 00116 #define HAVE_STRINGS_H 1 00117 00118 /* Define to 1 if you have the <string.h> header file. */ 00119 #define HAVE_STRING_H 1 00120 00121 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00122 */ 00123 /* #undef HAVE_SYS_DIR_H */ 00124 00125 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00126 */ 00127 /* #undef HAVE_SYS_NDIR_H */ 00128 00129 /* Define to 1 if you have the <sys/select.h> header file. */ 00130 #define HAVE_SYS_SELECT_H 1 00131 00132 /* Define to 1 if you have the <sys/socket.h> header file. */ 00133 #define HAVE_SYS_SOCKET_H 1 00134 00135 /* Define to 1 if you have the <sys/stat.h> header file. */ 00136 #define HAVE_SYS_STAT_H 1 00137 00138 /* Define to 1 if you have the <sys/types.h> header file. */ 00139 #define HAVE_SYS_TYPES_H 1 00140 00141 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 00142 #define HAVE_SYS_WAIT_H 1 00143 00144 /* Define to 1 if you have the <unistd.h> header file. */ 00145 #define HAVE_UNISTD_H 1 00146 00147 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */ 00148 #define HAVE_UTIME_NULL 1 00149 00150 /* Define to 1 if you have the `vfork' function. */ 00151 #define HAVE_VFORK 1 00152 00153 /* Define to 1 if you have the <vfork.h> header file. */ 00154 /* #undef HAVE_VFORK_H */ 00155 00156 /* Define to 1 if you have the <windows.h> header file. */ 00157 /* #undef HAVE_WINDOWS_H */ 00158 00159 /* Define to 1 if `fork' works. */ 00160 #define HAVE_WORKING_FORK 1 00161 00162 /* Define to 1 if `vfork' works. */ 00163 #define HAVE_WORKING_VFORK 1 00164 00165 /* Define to 1 if the system has the type `_Bool'. */ 00166 #define HAVE__BOOL 1 00167 00168 /* Current Libtool version for the OSDL library */ 00169 #define LIBTOOL_VERSION "0.4.0" 00170 00171 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing 00172 slash. */ 00173 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 00174 00175 /* Name of package */ 00176 #define PACKAGE "osdl" 00177 00178 /* Define to the address where bug reports for this package should be sent. */ 00179 #define PACKAGE_BUGREPORT "osdl-bugs@lists.sourceforge.net" 00180 00181 /* Define to the full name of this package. */ 00182 #define PACKAGE_NAME "OSDL" 00183 00184 /* Define to the full name and version of this package. */ 00185 #define PACKAGE_STRING "OSDL 0.4" 00186 00187 /* Define to the one symbol short name of this package. */ 00188 #define PACKAGE_TARNAME "osdl" 00189 00190 /* Define to the version of this package. */ 00191 #define PACKAGE_VERSION "0.4" 00192 00193 /* Define to necessary symbol if this constant uses a non-standard name on 00194 your system. */ 00195 /* #undef PTHREAD_CREATE_JOINABLE */ 00196 00197 /* Define as the return type of signal handlers (`int' or `void'). */ 00198 #define RETSIGTYPE void 00199 00200 /* Define to the type of arg 1 for `select'. */ 00201 #define SELECT_TYPE_ARG1 int 00202 00203 /* Define to the type of args 2, 3 and 4 for `select'. */ 00204 #define SELECT_TYPE_ARG234 (fd_set *) 00205 00206 /* Define to the type of arg 5 for `select'. */ 00207 #define SELECT_TYPE_ARG5 (struct timeval *) 00208 00209 /* Define to 1 if you have the ANSI C header files. */ 00210 #define STDC_HEADERS 1 00211 00212 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00213 #define TIME_WITH_SYS_TIME 1 00214 00215 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00216 /* #undef TM_IN_SYS_TIME */ 00217 00218 /* Define to 1 if OSDL is to use OpenGL and GLU */ 00219 #define USES_OPENGL 1 00220 00221 /* Define to 1 if verbose mode for controller is to be enabled */ 00222 #define VERBOSE_CONTROLLER 0 00223 00224 /* Define to 1 if verbose mode for joystick is to be enabled */ 00225 #define VERBOSE_JOYSTICK 0 00226 00227 /* Define to 1 if verbose mode for joystick handler is to be enabled */ 00228 #define VERBOSE_JOYSTICK_HANDLER 0 00229 00230 /* Define to 1 if verbose mode for keyboard handler is to be enabled */ 00231 #define VERBOSE_KEYBOARD_HANDLER 0 00232 00233 /* Define to 1 if verbose mode for mouse is to be enabled */ 00234 #define VERBOSE_MOUSE 0 00235 00236 /* Define to 1 if verbose mode for mouse handler is to be enabled */ 00237 #define VERBOSE_MOUSE_HANDLER 0 00238 00239 /* Version number of package */ 00240 #define VERSION "0.4" 00241 00242 /* Define to empty if `const' does not conform to ANSI C. */ 00243 /* #undef const */ 00244 00245 /* Define to `__inline__' or `__inline' if that's what the C compiler 00246 calls it, or to nothing if 'inline' is not supported under any name. */ 00247 #ifndef __cplusplus 00248 /* #undef inline */ 00249 #endif 00250 00251 /* Define to `int' if <sys/types.h> does not define. */ 00252 /* #undef pid_t */ 00253 00254 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00255 /* #undef size_t */ 00256 00257 /* Define as `fork' if `vfork' does not work. */ 00258 /* #undef vfork */ 00259 00260 /* Define to empty if the keyword `volatile' does not work. Warning: valid 00261 code using `volatile' can become incorrect without. Disable with care. */ 00262 /* #undef volatile */