OLD | NEW |
(Empty) | |
| 1 /* include/SDL_config.h. Generated from SDL_config.h.in by configure. */ |
| 2 /* |
| 3 Simple DirectMedia Layer |
| 4 Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org> |
| 5 |
| 6 This software is provided 'as-is', without any express or implied |
| 7 warranty. In no event will the authors be held liable for any damages |
| 8 arising from the use of this software. |
| 9 |
| 10 Permission is granted to anyone to use this software for any purpose, |
| 11 including commercial applications, and to alter it and redistribute it |
| 12 freely, subject to the following restrictions: |
| 13 |
| 14 1. The origin of this software must not be misrepresented; you must not |
| 15 claim that you wrote the original software. If you use this software |
| 16 in a product, an acknowledgment in the product documentation would be |
| 17 appreciated but is not required. |
| 18 2. Altered source versions must be plainly marked as such, and must not be |
| 19 misrepresented as being the original software. |
| 20 3. This notice may not be removed or altered from any source distribution. |
| 21 */ |
| 22 |
| 23 #ifndef _SDL_config_h |
| 24 #define _SDL_config_h |
| 25 |
| 26 /** |
| 27 * \file SDL_config.h.in |
| 28 * |
| 29 * This is a set of defines to configure the SDL features |
| 30 */ |
| 31 |
| 32 /* General platform specific identifiers */ |
| 33 #include "SDL_platform.h" |
| 34 |
| 35 /* Make sure that this isn't included by Visual C++ */ |
| 36 #ifdef _MSC_VER |
| 37 #error You should run hg revert SDL_config.h |
| 38 #endif |
| 39 |
| 40 /* C language features */ |
| 41 /* #undef const */ |
| 42 /* #undef inline */ |
| 43 /* #undef volatile */ |
| 44 |
| 45 /* C datatypes */ |
| 46 #ifdef __LP64__ |
| 47 #define SIZEOF_VOIDP 8 |
| 48 #else |
| 49 #define SIZEOF_VOIDP 4 |
| 50 #endif |
| 51 #define HAVE_GCC_ATOMICS 1 |
| 52 /* #undef HAVE_GCC_SYNC_LOCK_TEST_AND_SET */ |
| 53 #define HAVE_PTHREAD_SPINLOCK 1 |
| 54 |
| 55 /* Comment this if you want to build without any C library requirements */ |
| 56 #define HAVE_LIBC 1 |
| 57 #if HAVE_LIBC |
| 58 |
| 59 /* Useful headers */ |
| 60 #define HAVE_ALLOCA_H 1 |
| 61 #define HAVE_SYS_TYPES_H 1 |
| 62 #define HAVE_STDIO_H 1 |
| 63 #define STDC_HEADERS 1 |
| 64 #define HAVE_STDLIB_H 1 |
| 65 #define HAVE_STDARG_H 1 |
| 66 #define HAVE_MALLOC_H 1 |
| 67 #define HAVE_MEMORY_H 1 |
| 68 #define HAVE_STRING_H 1 |
| 69 #define HAVE_STRINGS_H 1 |
| 70 #define HAVE_INTTYPES_H 1 |
| 71 #define HAVE_STDINT_H 1 |
| 72 #define HAVE_CTYPE_H 1 |
| 73 #define HAVE_MATH_H 1 |
| 74 #define HAVE_ICONV_H 1 |
| 75 #define HAVE_SIGNAL_H 1 |
| 76 /* #undef HAVE_ALTIVEC_H */ |
| 77 /* #undef HAVE_PTHREAD_NP_H */ |
| 78 // TODO we currently disable this, is this okay? |
| 79 //#define HAVE_LIBUDEV_H 1 |
| 80 //#define HAVE_DBUS_DBUS_H 1 |
| 81 |
| 82 /* C library functions */ |
| 83 #define HAVE_MALLOC 1 |
| 84 #define HAVE_CALLOC 1 |
| 85 #define HAVE_REALLOC 1 |
| 86 #define HAVE_FREE 1 |
| 87 #define HAVE_ALLOCA 1 |
| 88 #ifndef __WIN32__ /* Don't use C runtime versions of these on Windows */ |
| 89 #define HAVE_GETENV 1 |
| 90 #define HAVE_SETENV 1 |
| 91 #define HAVE_PUTENV 1 |
| 92 #define HAVE_UNSETENV 1 |
| 93 #endif |
| 94 #define HAVE_QSORT 1 |
| 95 #define HAVE_ABS 1 |
| 96 #define HAVE_BCOPY 1 |
| 97 #define HAVE_MEMSET 1 |
| 98 #define HAVE_MEMCPY 1 |
| 99 #define HAVE_MEMMOVE 1 |
| 100 #define HAVE_MEMCMP 1 |
| 101 #define HAVE_STRLEN 1 |
| 102 /* #undef HAVE_STRLCPY */ |
| 103 /* #undef HAVE_STRLCAT */ |
| 104 #define HAVE_STRDUP 1 |
| 105 /* #undef HAVE__STRREV */ |
| 106 /* #undef HAVE__STRUPR */ |
| 107 /* #undef HAVE__STRLWR */ |
| 108 /* #undef HAVE_INDEX */ |
| 109 /* #undef HAVE_RINDEX */ |
| 110 #define HAVE_STRCHR 1 |
| 111 #define HAVE_STRRCHR 1 |
| 112 #define HAVE_STRSTR 1 |
| 113 /* #undef HAVE_ITOA */ |
| 114 /* #undef HAVE__LTOA */ |
| 115 /* #undef HAVE__UITOA */ |
| 116 /* #undef HAVE__ULTOA */ |
| 117 #define HAVE_STRTOL 1 |
| 118 #define HAVE_STRTOUL 1 |
| 119 /* #undef HAVE__I64TOA */ |
| 120 /* #undef HAVE__UI64TOA */ |
| 121 #define HAVE_STRTOLL 1 |
| 122 #define HAVE_STRTOULL 1 |
| 123 #define HAVE_STRTOD 1 |
| 124 #define HAVE_ATOI 1 |
| 125 #define HAVE_ATOF 1 |
| 126 #define HAVE_STRCMP 1 |
| 127 #define HAVE_STRNCMP 1 |
| 128 /* #undef HAVE__STRICMP */ |
| 129 #define HAVE_STRCASECMP 1 |
| 130 /* #undef HAVE__STRNICMP */ |
| 131 #define HAVE_STRNCASECMP 1 |
| 132 /* #undef HAVE_SSCANF */ |
| 133 #define HAVE_VSSCANF 1 |
| 134 /* #undef HAVE_SNPRINTF */ |
| 135 #define HAVE_VSNPRINTF 1 |
| 136 #define HAVE_M_PI /**/ |
| 137 #define HAVE_ATAN 1 |
| 138 #define HAVE_ATAN2 1 |
| 139 #define HAVE_TAN 1 |
| 140 #define HAVE_ACOS 1 |
| 141 #define HAVE_ASIN 1 |
| 142 #define HAVE_CEIL 1 |
| 143 #define HAVE_COPYSIGN 1 |
| 144 #define HAVE_COS 1 |
| 145 #define HAVE_COSF 1 |
| 146 #define HAVE_FABS 1 |
| 147 #define HAVE_FLOOR 1 |
| 148 #define HAVE_LOG 1 |
| 149 #define HAVE_POW 1 |
| 150 #define HAVE_SCALBN 1 |
| 151 #define HAVE_SIN 1 |
| 152 #define HAVE_SINF 1 |
| 153 #define HAVE_SQRT 1 |
| 154 #define HAVE_FSEEKO 1 |
| 155 #define HAVE_FSEEKO64 1 |
| 156 #define HAVE_SIGACTION 1 |
| 157 #define HAVE_SA_SIGACTION 1 |
| 158 #define HAVE_SETJMP 1 |
| 159 #define HAVE_NANOSLEEP 1 |
| 160 #define HAVE_SYSCONF 1 |
| 161 /* #undef HAVE_SYSCTLBYNAME */ |
| 162 #define HAVE_CLOCK_GETTIME 1 |
| 163 /* #undef HAVE_GETPAGESIZE */ |
| 164 #define HAVE_MPROTECT 1 |
| 165 #define HAVE_ICONV 1 |
| 166 #define HAVE_PTHREAD_SETNAME_NP 1 |
| 167 /* #undef HAVE_PTHREAD_SET_NAME_NP */ |
| 168 #define HAVE_SEM_TIMEDWAIT 1 |
| 169 |
| 170 #else |
| 171 #define HAVE_STDARG_H 1 |
| 172 #define HAVE_STDDEF_H 1 |
| 173 #define HAVE_STDINT_H 1 |
| 174 #endif /* HAVE_LIBC */ |
| 175 |
| 176 /* SDL internal assertion support */ |
| 177 /* #undef SDL_DEFAULT_ASSERT_LEVEL */ |
| 178 |
| 179 /* Allow disabling of core subsystems */ |
| 180 /* #undef SDL_ATOMIC_DISABLED */ |
| 181 #define SDL_AUDIO_DISABLED 1 |
| 182 /* #undef SDL_CPUINFO_DISABLED */ |
| 183 /* #undef SDL_EVENTS_DISABLED */ |
| 184 /* #undef SDL_FILE_DISABLED */ |
| 185 /* #undef SDL_JOYSTICK_DISABLED */ |
| 186 /* #undef SDL_HAPTIC_DISABLED */ |
| 187 /* #undef SDL_LOADSO_DISABLED */ |
| 188 /* #undef SDL_RENDER_DISABLED */ |
| 189 /* #undef SDL_THREADS_DISABLED */ |
| 190 /* #undef SDL_TIMERS_DISABLED */ |
| 191 /* #undef SDL_VIDEO_DISABLED */ |
| 192 /* #undef SDL_POWER_DISABLED */ |
| 193 /* #undef SDL_FILESYSTEM_DISABLED */ |
| 194 |
| 195 /* Enable various audio drivers */ |
| 196 /* #undef SDL_AUDIO_DRIVER_ALSA */ |
| 197 /* #undef SDL_AUDIO_DRIVER_ALSA_DYNAMIC */ |
| 198 /* #undef SDL_AUDIO_DRIVER_ARTS */ |
| 199 /* #undef SDL_AUDIO_DRIVER_ARTS_DYNAMIC */ |
| 200 /* #undef SDL_AUDIO_DRIVER_PULSEAUDIO */ |
| 201 /* #undef SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC */ |
| 202 /* #undef SDL_AUDIO_DRIVER_HAIKU */ |
| 203 /* #undef SDL_AUDIO_DRIVER_BSD */ |
| 204 /* #undef SDL_AUDIO_DRIVER_COREAUDIO */ |
| 205 /* #undef SDL_AUDIO_DRIVER_DISK */ |
| 206 /* #undef SDL_AUDIO_DRIVER_DUMMY */ |
| 207 /* #undef SDL_AUDIO_DRIVER_XAUDIO2 */ |
| 208 /* #undef SDL_AUDIO_DRIVER_DSOUND */ |
| 209 /* #undef SDL_AUDIO_DRIVER_ESD */ |
| 210 /* #undef SDL_AUDIO_DRIVER_ESD_DYNAMIC */ |
| 211 /* #undef SDL_AUDIO_DRIVER_NAS */ |
| 212 /* #undef SDL_AUDIO_DRIVER_NAS_DYNAMIC */ |
| 213 /* #undef SDL_AUDIO_DRIVER_SNDIO */ |
| 214 /* #undef SDL_AUDIO_DRIVER_SNDIO_DYNAMIC */ |
| 215 /* #undef SDL_AUDIO_DRIVER_OSS */ |
| 216 /* #undef SDL_AUDIO_DRIVER_OSS_SOUNDCARD_H */ |
| 217 /* #undef SDL_AUDIO_DRIVER_PAUDIO */ |
| 218 /* #undef SDL_AUDIO_DRIVER_QSA */ |
| 219 /* #undef SDL_AUDIO_DRIVER_SUNAUDIO */ |
| 220 /* #undef SDL_AUDIO_DRIVER_WINMM */ |
| 221 /* #undef SDL_AUDIO_DRIVER_FUSIONSOUND */ |
| 222 /* #undef SDL_AUDIO_DRIVER_FUSIONSOUND_DYNAMIC */ |
| 223 |
| 224 /* Enable various input drivers */ |
| 225 #define SDL_INPUT_LINUXEV 1 |
| 226 #define SDL_INPUT_LINUXKD 1 |
| 227 /* #undef SDL_INPUT_TSLIB */ |
| 228 /* #undef SDL_JOYSTICK_HAIKU */ |
| 229 /* #undef SDL_JOYSTICK_DINPUT */ |
| 230 /* #undef SDL_JOYSTICK_DUMMY */ |
| 231 /* #undef SDL_JOYSTICK_IOKIT */ |
| 232 #define SDL_JOYSTICK_LINUX 1 |
| 233 /* #undef SDL_JOYSTICK_WINMM */ |
| 234 /* #undef SDL_JOYSTICK_USBHID */ |
| 235 /* #undef SDL_JOYSTICK_USBHID_MACHINE_JOYSTICK_H */ |
| 236 /* #undef SDL_HAPTIC_DUMMY */ |
| 237 #define SDL_HAPTIC_LINUX 1 |
| 238 /* #undef SDL_HAPTIC_IOKIT */ |
| 239 /* #undef SDL_HAPTIC_DINPUT */ |
| 240 |
| 241 /* Enable various shared object loading systems */ |
| 242 /* #undef SDL_LOADSO_HAIKU */ |
| 243 #define SDL_LOADSO_DLOPEN 1 |
| 244 /* #undef SDL_LOADSO_DUMMY */ |
| 245 /* #undef SDL_LOADSO_LDG */ |
| 246 /* #undef SDL_LOADSO_WINDOWS */ |
| 247 |
| 248 /* Enable various threading systems */ |
| 249 #define SDL_THREAD_PTHREAD 1 |
| 250 #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1 |
| 251 /* #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP */ |
| 252 /* #undef SDL_THREAD_WINDOWS */ |
| 253 |
| 254 /* Enable various timer systems */ |
| 255 /* #undef SDL_TIMER_HAIKU */ |
| 256 /* #undef SDL_TIMER_DUMMY */ |
| 257 #define SDL_TIMER_UNIX 1 |
| 258 /* #undef SDL_TIMER_WINDOWS */ |
| 259 |
| 260 /* Enable various video drivers */ |
| 261 /* #undef SDL_VIDEO_DRIVER_HAIKU */ |
| 262 /* #undef SDL_VIDEO_DRIVER_COCOA */ |
| 263 /* #undef SDL_VIDEO_DRIVER_DIRECTFB */ |
| 264 /* #undef SDL_VIDEO_DRIVER_DIRECTFB_DYNAMIC */ |
| 265 #define SDL_VIDEO_DRIVER_DUMMY 1 |
| 266 /* #undef SDL_VIDEO_DRIVER_WINDOWS */ |
| 267 /* #undef SDL_VIDEO_DRIVER_WAYLAND */ |
| 268 /* #undef SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH */ |
| 269 /* #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC */ |
| 270 /* #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL */ |
| 271 /* #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR */ |
| 272 /* #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON */ |
| 273 /* #undef SDL_VIDEO_DRIVER_MIR */ |
| 274 /* #undef SDL_VIDEO_DRIVER_MIR_DYNAMIC */ |
| 275 /* #undef SDL_VIDEO_DRIVER_MIR_DYNAMIC_XKBCOMMON */ |
| 276 #define SDL_VIDEO_DRIVER_X11 1 |
| 277 /* #undef SDL_VIDEO_DRIVER_RPI */ |
| 278 #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6" |
| 279 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6" |
| 280 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1" |
| 281 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1" |
| 282 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6" |
| 283 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2" |
| 284 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1" |
| 285 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1" |
| 286 #define SDL_VIDEO_DRIVER_X11_XCURSOR 1 |
| 287 #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 |
| 288 #define SDL_VIDEO_DRIVER_X11_XINPUT2 1 |
| 289 #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1 |
| 290 #define SDL_VIDEO_DRIVER_X11_XRANDR 1 |
| 291 #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1 |
| 292 #define SDL_VIDEO_DRIVER_X11_XSHAPE 1 |
| 293 #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1 |
| 294 #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1 |
| 295 #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XDATA32 1 |
| 296 #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1 |
| 297 #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1 |
| 298 |
| 299 /* #undef SDL_VIDEO_RENDER_D3D */ |
| 300 /* #undef SDL_VIDEO_RENDER_D3D11 */ |
| 301 #define SDL_VIDEO_RENDER_OGL 1 |
| 302 /* #undef SDL_VIDEO_RENDER_OGL_ES */ |
| 303 #define SDL_VIDEO_RENDER_OGL_ES2 1 |
| 304 /* #undef SDL_VIDEO_RENDER_DIRECTFB */ |
| 305 |
| 306 /* Enable OpenGL support */ |
| 307 #define SDL_VIDEO_OPENGL 1 |
| 308 /* #undef SDL_VIDEO_OPENGL_ES */ |
| 309 #define SDL_VIDEO_OPENGL_ES2 1 |
| 310 /* #undef SDL_VIDEO_OPENGL_BGL */ |
| 311 /* #undef SDL_VIDEO_OPENGL_CGL */ |
| 312 #define SDL_VIDEO_OPENGL_EGL 1 |
| 313 #define SDL_VIDEO_OPENGL_GLX 1 |
| 314 /* #undef SDL_VIDEO_OPENGL_WGL */ |
| 315 /* #undef SDL_VIDEO_OPENGL_OSMESA */ |
| 316 /* #undef SDL_VIDEO_OPENGL_OSMESA_DYNAMIC */ |
| 317 |
| 318 /* Enable system power support */ |
| 319 #define SDL_POWER_LINUX 1 |
| 320 /* #undef SDL_POWER_WINDOWS */ |
| 321 /* #undef SDL_POWER_MACOSX */ |
| 322 /* #undef SDL_POWER_HAIKU */ |
| 323 /* #undef SDL_POWER_HARDWIRED */ |
| 324 |
| 325 /* Enable system filesystem support */ |
| 326 /* #undef SDL_FILESYSTEM_HAIKU */ |
| 327 /* #undef SDL_FILESYSTEM_COCOA */ |
| 328 /* #undef SDL_FILESYSTEM_DUMMY */ |
| 329 #define SDL_FILESYSTEM_UNIX 1 |
| 330 /* #undef SDL_FILESYSTEM_WINDOWS */ |
| 331 |
| 332 /* Enable assembly routines */ |
| 333 #define SDL_ASSEMBLY_ROUTINES 1 |
| 334 /* #undef SDL_ALTIVEC_BLITTERS */ |
| 335 |
| 336 #endif /* _SDL_config_h */ |
OLD | NEW |