| 1 | /* include/SDL_config.h.  Generated from SDL_config.h.in by configure.  */ | 
|---|
| 2 | /* | 
|---|
| 3 | Simple DirectMedia Layer | 
|---|
| 4 | Copyright (C) 1997-2018 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 |  | 
|---|
| 54 | /* Comment this if you want to build without any C library requirements */ | 
|---|
| 55 | #define HAVE_LIBC 1 | 
|---|
| 56 | #if HAVE_LIBC | 
|---|
| 57 |  | 
|---|
| 58 | /* Useful headers */ | 
|---|
| 59 | #define  1 | 
|---|
| 60 | #define HAVE_ALLOCA_H 1 | 
|---|
| 61 | #define HAVE_CTYPE_H 1 | 
|---|
| 62 | #define HAVE_FLOAT_H 1 | 
|---|
| 63 | #define HAVE_ICONV_H 1 | 
|---|
| 64 | #define HAVE_INTTYPES_H 1 | 
|---|
| 65 | #define HAVE_LIMITS_H 1 | 
|---|
| 66 | #define HAVE_MALLOC_H 1 | 
|---|
| 67 | #define HAVE_MATH_H 1 | 
|---|
| 68 | #define HAVE_MEMORY_H 1 | 
|---|
| 69 | #define HAVE_SIGNAL_H 1 | 
|---|
| 70 | #define HAVE_STDARG_H 1 | 
|---|
| 71 | #define HAVE_STDINT_H 1 | 
|---|
| 72 | #define HAVE_STDIO_H 1 | 
|---|
| 73 | #define HAVE_STDLIB_H 1 | 
|---|
| 74 | #define HAVE_STRINGS_H 1 | 
|---|
| 75 | #define HAVE_STRING_H 1 | 
|---|
| 76 | #define HAVE_SYS_TYPES_H 1 | 
|---|
| 77 | #define HAVE_WCHAR_H 1 | 
|---|
| 78 | /* #undef HAVE_PTHREAD_NP_H */ | 
|---|
| 79 | /* #undef HAVE_LIBUNWIND_H */ | 
|---|
| 80 |  | 
|---|
| 81 | /* C library functions */ | 
|---|
| 82 | #define HAVE_MALLOC 1 | 
|---|
| 83 | #define HAVE_CALLOC 1 | 
|---|
| 84 | #define HAVE_REALLOC 1 | 
|---|
| 85 | #define HAVE_FREE 1 | 
|---|
| 86 | #define HAVE_ALLOCA 1 | 
|---|
| 87 | #ifndef __WIN32__ /* Don't use C runtime versions of these on Windows */ | 
|---|
| 88 | #define HAVE_GETENV 1 | 
|---|
| 89 | #define HAVE_SETENV 1 | 
|---|
| 90 | #define HAVE_PUTENV 1 | 
|---|
| 91 | #define HAVE_UNSETENV 1 | 
|---|
| 92 | #endif | 
|---|
| 93 | #define HAVE_QSORT 1 | 
|---|
| 94 | #define HAVE_ABS 1 | 
|---|
| 95 | #define HAVE_BCOPY 1 | 
|---|
| 96 | #define HAVE_MEMSET 1 | 
|---|
| 97 | #define HAVE_MEMCPY 1 | 
|---|
| 98 | #define HAVE_MEMMOVE 1 | 
|---|
| 99 | #define HAVE_MEMCMP 1 | 
|---|
| 100 | #define HAVE_WCSLEN 1 | 
|---|
| 101 | /* #undef HAVE_WCSLCPY */ | 
|---|
| 102 | /* #undef HAVE_WCSLCAT */ | 
|---|
| 103 | #define HAVE_WCSCMP 1 | 
|---|
| 104 | #define HAVE_STRLEN 1 | 
|---|
| 105 | /* #undef HAVE_STRLCPY */ | 
|---|
| 106 | /* #undef HAVE_STRLCAT */ | 
|---|
| 107 | /* #undef HAVE__STRREV */ | 
|---|
| 108 | /* #undef HAVE__STRUPR */ | 
|---|
| 109 | /* #undef HAVE__STRLWR */ | 
|---|
| 110 | /* #undef HAVE_INDEX */ | 
|---|
| 111 | /* #undef HAVE_RINDEX */ | 
|---|
| 112 | #define HAVE_STRCHR 1 | 
|---|
| 113 | #define HAVE_STRRCHR 1 | 
|---|
| 114 | #define HAVE_STRSTR 1 | 
|---|
| 115 | /* #undef HAVE_ITOA */ | 
|---|
| 116 | /* #undef HAVE__LTOA */ | 
|---|
| 117 | /* #undef HAVE__UITOA */ | 
|---|
| 118 | /* #undef HAVE__ULTOA */ | 
|---|
| 119 | #define HAVE_STRTOL 1 | 
|---|
| 120 | #define HAVE_STRTOUL 1 | 
|---|
| 121 | /* #undef HAVE__I64TOA */ | 
|---|
| 122 | /* #undef HAVE__UI64TOA */ | 
|---|
| 123 | #define HAVE_STRTOLL 1 | 
|---|
| 124 | #define HAVE_STRTOULL 1 | 
|---|
| 125 | #define HAVE_STRTOD 1 | 
|---|
| 126 | #define HAVE_ATOI 1 | 
|---|
| 127 | #define HAVE_ATOF 1 | 
|---|
| 128 | #define HAVE_STRCMP 1 | 
|---|
| 129 | #define HAVE_STRNCMP 1 | 
|---|
| 130 | /* #undef HAVE__STRICMP */ | 
|---|
| 131 | #define HAVE_STRCASECMP 1 | 
|---|
| 132 | /* #undef HAVE__STRNICMP */ | 
|---|
| 133 | #define HAVE_STRNCASECMP 1 | 
|---|
| 134 | /* #undef HAVE_SSCANF */ | 
|---|
| 135 | #define HAVE_VSSCANF 1 | 
|---|
| 136 | /* #undef HAVE_SNPRINTF */ | 
|---|
| 137 | #define HAVE_VSNPRINTF 1 | 
|---|
| 138 | #define HAVE_M_PI /**/ | 
|---|
| 139 | #define HAVE_ACOS 1 | 
|---|
| 140 | #define HAVE_ACOSF 1 | 
|---|
| 141 | #define HAVE_ASIN 1 | 
|---|
| 142 | #define HAVE_ASINF 1 | 
|---|
| 143 | #define HAVE_ATAN 1 | 
|---|
| 144 | #define HAVE_ATANF 1 | 
|---|
| 145 | #define HAVE_ATAN2 1 | 
|---|
| 146 | #define HAVE_ATAN2F 1 | 
|---|
| 147 | #define HAVE_CEIL 1 | 
|---|
| 148 | #define HAVE_CEILF 1 | 
|---|
| 149 | #define HAVE_COPYSIGN 1 | 
|---|
| 150 | #define HAVE_COPYSIGNF 1 | 
|---|
| 151 | #define HAVE_COS 1 | 
|---|
| 152 | #define HAVE_COSF 1 | 
|---|
| 153 | #define HAVE_FABS 1 | 
|---|
| 154 | #define HAVE_FABSF 1 | 
|---|
| 155 | #define HAVE_FLOOR 1 | 
|---|
| 156 | #define HAVE_FLOORF 1 | 
|---|
| 157 | #define HAVE_FMOD 1 | 
|---|
| 158 | #define HAVE_FMODF 1 | 
|---|
| 159 | #define HAVE_LOG 1 | 
|---|
| 160 | #define HAVE_LOGF 1 | 
|---|
| 161 | #define HAVE_LOG10 1 | 
|---|
| 162 | #define HAVE_LOG10F 1 | 
|---|
| 163 | #define HAVE_POW 1 | 
|---|
| 164 | #define HAVE_POWF 1 | 
|---|
| 165 | #define HAVE_SCALBN 1 | 
|---|
| 166 | #define HAVE_SCALBNF 1 | 
|---|
| 167 | #define HAVE_SIN 1 | 
|---|
| 168 | #define HAVE_SINF 1 | 
|---|
| 169 | #define HAVE_SQRT 1 | 
|---|
| 170 | #define HAVE_SQRTF 1 | 
|---|
| 171 | #define HAVE_TAN 1 | 
|---|
| 172 | #define HAVE_TANF 1 | 
|---|
| 173 | #define HAVE_FOPEN64 1 | 
|---|
| 174 | #define HAVE_FSEEKO 1 | 
|---|
| 175 | #define HAVE_FSEEKO64 1 | 
|---|
| 176 | #define HAVE_SIGACTION 1 | 
|---|
| 177 | #define HAVE_SA_SIGACTION 1 | 
|---|
| 178 | #define HAVE_SETJMP 1 | 
|---|
| 179 | #define HAVE_NANOSLEEP 1 | 
|---|
| 180 | #define HAVE_SYSCONF 1 | 
|---|
| 181 | /* #undef HAVE_SYSCTLBYNAME */ | 
|---|
| 182 | #define HAVE_CLOCK_GETTIME 1 | 
|---|
| 183 | /* #undef HAVE_GETPAGESIZE */ | 
|---|
| 184 | #define HAVE_MPROTECT 1 | 
|---|
| 185 | #define HAVE_ICONV 1 | 
|---|
| 186 | #define HAVE_PTHREAD_SETNAME_NP 1 | 
|---|
| 187 | /* #undef HAVE_PTHREAD_SET_NAME_NP */ | 
|---|
| 188 | #define HAVE_SEM_TIMEDWAIT 1 | 
|---|
| 189 | #define HAVE_GETAUXVAL 1 | 
|---|
| 190 | #define HAVE_POLL 1 | 
|---|
| 191 |  | 
|---|
| 192 | #else | 
|---|
| 193 | #define HAVE_STDARG_H 1 | 
|---|
| 194 | #define HAVE_STDDEF_H 1 | 
|---|
| 195 | #define HAVE_STDINT_H 1 | 
|---|
| 196 | #endif /* HAVE_LIBC */ | 
|---|
| 197 |  | 
|---|
| 198 | /* #undef HAVE_ALTIVEC_H */ | 
|---|
| 199 | #define HAVE_DBUS_DBUS_H 1 | 
|---|
| 200 | #define HAVE_FCITX_FRONTEND_H 1 | 
|---|
| 201 | #define HAVE_IBUS_IBUS_H 1 | 
|---|
| 202 | #define HAVE_IMMINTRIN_H 1 | 
|---|
| 203 | #define HAVE_LIBSAMPLERATE_H 1 | 
|---|
| 204 | #define HAVE_LIBUDEV_H 1 | 
|---|
| 205 |  | 
|---|
| 206 | /* #undef HAVE_DDRAW_H */ | 
|---|
| 207 | /* #undef HAVE_DINPUT_H */ | 
|---|
| 208 | /* #undef HAVE_DSOUND_H */ | 
|---|
| 209 | /* #undef HAVE_DXGI_H */ | 
|---|
| 210 | /* #undef HAVE_XINPUT_H */ | 
|---|
| 211 | /* #undef HAVE_XINPUT_GAMEPAD_EX */ | 
|---|
| 212 | /* #undef HAVE_XINPUT_STATE_EX */ | 
|---|
| 213 |  | 
|---|
| 214 | /* SDL internal assertion support */ | 
|---|
| 215 | /* #undef SDL_DEFAULT_ASSERT_LEVEL */ | 
|---|
| 216 |  | 
|---|
| 217 | /* Allow disabling of core subsystems */ | 
|---|
| 218 | /* #undef SDL_ATOMIC_DISABLED */ | 
|---|
| 219 | /* #undef SDL_AUDIO_DISABLED */ | 
|---|
| 220 | /* #undef SDL_CPUINFO_DISABLED */ | 
|---|
| 221 | /* #undef SDL_EVENTS_DISABLED */ | 
|---|
| 222 | /* #undef SDL_FILE_DISABLED */ | 
|---|
| 223 | /* #undef SDL_JOYSTICK_DISABLED */ | 
|---|
| 224 | /* #undef SDL_HAPTIC_DISABLED */ | 
|---|
| 225 | /* #undef SDL_LOADSO_DISABLED */ | 
|---|
| 226 | /* #undef SDL_RENDER_DISABLED */ | 
|---|
| 227 | /* #undef SDL_THREADS_DISABLED */ | 
|---|
| 228 | /* #undef SDL_TIMERS_DISABLED */ | 
|---|
| 229 | /* #undef SDL_VIDEO_DISABLED */ | 
|---|
| 230 | /* #undef SDL_POWER_DISABLED */ | 
|---|
| 231 | /* #undef SDL_FILESYSTEM_DISABLED */ | 
|---|
| 232 |  | 
|---|
| 233 | /* Enable various audio drivers */ | 
|---|
| 234 | #define SDL_AUDIO_DRIVER_ALSA 1 | 
|---|
| 235 | /* #undef SDL_AUDIO_DRIVER_ALSA_DYNAMIC */ | 
|---|
| 236 | /* #undef SDL_AUDIO_DRIVER_ANDROID */ | 
|---|
| 237 | /* #undef SDL_AUDIO_DRIVER_ARTS */ | 
|---|
| 238 | /* #undef SDL_AUDIO_DRIVER_ARTS_DYNAMIC */ | 
|---|
| 239 | /* #undef SDL_AUDIO_DRIVER_COREAUDIO */ | 
|---|
| 240 | #define SDL_AUDIO_DRIVER_DISK 1 | 
|---|
| 241 | /* #undef SDL_AUDIO_DRIVER_DSOUND */ | 
|---|
| 242 | #define SDL_AUDIO_DRIVER_DUMMY 1 | 
|---|
| 243 | /* #undef SDL_AUDIO_DRIVER_EMSCRIPTEN */ | 
|---|
| 244 | /* #undef SDL_AUDIO_DRIVER_ESD */ | 
|---|
| 245 | /* #undef SDL_AUDIO_DRIVER_ESD_DYNAMIC */ | 
|---|
| 246 | /* #undef SDL_AUDIO_DRIVER_FUSIONSOUND */ | 
|---|
| 247 | /* #undef SDL_AUDIO_DRIVER_FUSIONSOUND_DYNAMIC */ | 
|---|
| 248 | /* #undef SDL_AUDIO_DRIVER_HAIKU */ | 
|---|
| 249 | /* #undef SDL_AUDIO_DRIVER_JACK */ | 
|---|
| 250 | /* #undef SDL_AUDIO_DRIVER_JACK_DYNAMIC */ | 
|---|
| 251 | /* #undef SDL_AUDIO_DRIVER_NACL */ | 
|---|
| 252 | /* #undef SDL_AUDIO_DRIVER_NAS */ | 
|---|
| 253 | /* #undef SDL_AUDIO_DRIVER_NAS_DYNAMIC */ | 
|---|
| 254 | /* #undef SDL_AUDIO_DRIVER_NETBSD */ | 
|---|
| 255 | #define SDL_AUDIO_DRIVER_OSS 1 | 
|---|
| 256 | /* #undef SDL_AUDIO_DRIVER_OSS_SOUNDCARD_H */ | 
|---|
| 257 | /* #undef SDL_AUDIO_DRIVER_PAUDIO */ | 
|---|
| 258 | #define SDL_AUDIO_DRIVER_PULSEAUDIO 1 | 
|---|
| 259 | /* #undef SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC */ | 
|---|
| 260 | /* #undef SDL_AUDIO_DRIVER_QSA */ | 
|---|
| 261 | #define SDL_AUDIO_DRIVER_SNDIO 1 | 
|---|
| 262 | /* #undef SDL_AUDIO_DRIVER_SNDIO_DYNAMIC */ | 
|---|
| 263 | /* #undef SDL_AUDIO_DRIVER_SUNAUDIO */ | 
|---|
| 264 | /* #undef SDL_AUDIO_DRIVER_WASAPI */ | 
|---|
| 265 | /* #undef SDL_AUDIO_DRIVER_WINMM */ | 
|---|
| 266 |  | 
|---|
| 267 | /* Enable various input drivers */ | 
|---|
| 268 | #define SDL_INPUT_LINUXEV 1 | 
|---|
| 269 | #define SDL_INPUT_LINUXKD 1 | 
|---|
| 270 | /* #undef SDL_INPUT_TSLIB */ | 
|---|
| 271 | /* #undef SDL_JOYSTICK_HAIKU */ | 
|---|
| 272 | /* #undef SDL_JOYSTICK_DINPUT */ | 
|---|
| 273 | /* #undef SDL_JOYSTICK_XINPUT */ | 
|---|
| 274 | /* #undef SDL_JOYSTICK_DUMMY */ | 
|---|
| 275 | /* #undef SDL_JOYSTICK_IOKIT */ | 
|---|
| 276 | #define SDL_JOYSTICK_LINUX 1 | 
|---|
| 277 | /* #undef SDL_JOYSTICK_ANDROID */ | 
|---|
| 278 | /* #undef SDL_JOYSTICK_WINMM */ | 
|---|
| 279 | /* #undef SDL_JOYSTICK_USBHID */ | 
|---|
| 280 | /* #undef SDL_JOYSTICK_USBHID_MACHINE_JOYSTICK_H */ | 
|---|
| 281 | /* #undef SDL_JOYSTICK_EMSCRIPTEN */ | 
|---|
| 282 | /* #undef SDL_HAPTIC_DUMMY */ | 
|---|
| 283 | /* #undef SDL_HAPTIC_ANDROID */ | 
|---|
| 284 | #define SDL_HAPTIC_LINUX 1 | 
|---|
| 285 | /* #undef SDL_HAPTIC_IOKIT */ | 
|---|
| 286 | /* #undef SDL_HAPTIC_DINPUT */ | 
|---|
| 287 | /* #undef SDL_HAPTIC_XINPUT */ | 
|---|
| 288 |  | 
|---|
| 289 | /* Enable various shared object loading systems */ | 
|---|
| 290 | #define SDL_LOADSO_DLOPEN 1 | 
|---|
| 291 | /* #undef SDL_LOADSO_DUMMY */ | 
|---|
| 292 | /* #undef SDL_LOADSO_LDG */ | 
|---|
| 293 | /* #undef SDL_LOADSO_WINDOWS */ | 
|---|
| 294 |  | 
|---|
| 295 | /* Enable various threading systems */ | 
|---|
| 296 | #define SDL_THREAD_PTHREAD 1 | 
|---|
| 297 | #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1 | 
|---|
| 298 | /* #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP */ | 
|---|
| 299 | /* #undef SDL_THREAD_WINDOWS */ | 
|---|
| 300 |  | 
|---|
| 301 | /* Enable various timer systems */ | 
|---|
| 302 | /* #undef SDL_TIMER_HAIKU */ | 
|---|
| 303 | /* #undef SDL_TIMER_DUMMY */ | 
|---|
| 304 | #define SDL_TIMER_UNIX 1 | 
|---|
| 305 | /* #undef SDL_TIMER_WINDOWS */ | 
|---|
| 306 |  | 
|---|
| 307 | /* Enable various video drivers */ | 
|---|
| 308 | /* #undef SDL_VIDEO_DRIVER_HAIKU */ | 
|---|
| 309 | /* #undef SDL_VIDEO_DRIVER_COCOA */ | 
|---|
| 310 | /* #undef SDL_VIDEO_DRIVER_DIRECTFB */ | 
|---|
| 311 | /* #undef SDL_VIDEO_DRIVER_DIRECTFB_DYNAMIC */ | 
|---|
| 312 | #define SDL_VIDEO_DRIVER_DUMMY 1 | 
|---|
| 313 | /* #undef SDL_VIDEO_DRIVER_WINDOWS */ | 
|---|
| 314 | #define SDL_VIDEO_DRIVER_WAYLAND 1 | 
|---|
| 315 | #define SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH 1 | 
|---|
| 316 | /* #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC */ | 
|---|
| 317 | /* #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL */ | 
|---|
| 318 | /* #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR */ | 
|---|
| 319 | /* #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON */ | 
|---|
| 320 | #define SDL_VIDEO_DRIVER_MIR 1 | 
|---|
| 321 | #define SDL_VIDEO_DRIVER_MIR_DYNAMIC "libmirclient.so.9" | 
|---|
| 322 | #define SDL_VIDEO_DRIVER_MIR_DYNAMIC_XKBCOMMON "libxkbcommon.so.0" | 
|---|
| 323 | #define SDL_VIDEO_DRIVER_X11 1 | 
|---|
| 324 | /* #undef SDL_VIDEO_DRIVER_RPI */ | 
|---|
| 325 | /* #undef SDL_VIDEO_DRIVER_KMSDRM */ | 
|---|
| 326 | /* #undef SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC */ | 
|---|
| 327 | /* #undef SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC_GBM */ | 
|---|
| 328 | /* #undef SDL_VIDEO_DRIVER_ANDROID */ | 
|---|
| 329 | /* #undef SDL_VIDEO_DRIVER_EMSCRIPTEN */ | 
|---|
| 330 | /* #undef SDL_VIDEO_DRIVER_X11_DYNAMIC */ | 
|---|
| 331 | /* #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT */ | 
|---|
| 332 | /* #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR */ | 
|---|
| 333 | /* #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA */ | 
|---|
| 334 | /* #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 */ | 
|---|
| 335 | /* #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR */ | 
|---|
| 336 | /* #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS */ | 
|---|
| 337 | /* #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE */ | 
|---|
| 338 | #define SDL_VIDEO_DRIVER_X11_XCURSOR 1 | 
|---|
| 339 | #define SDL_VIDEO_DRIVER_X11_XDBE 1 | 
|---|
| 340 | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | 
|---|
| 341 | #define SDL_VIDEO_DRIVER_X11_XINPUT2 1 | 
|---|
| 342 | #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1 | 
|---|
| 343 | #define SDL_VIDEO_DRIVER_X11_XRANDR 1 | 
|---|
| 344 | #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1 | 
|---|
| 345 | #define SDL_VIDEO_DRIVER_X11_XSHAPE 1 | 
|---|
| 346 | #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1 | 
|---|
| 347 | #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1 | 
|---|
| 348 | #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1 | 
|---|
| 349 | #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1 | 
|---|
| 350 | /* #undef SDL_VIDEO_DRIVER_NACL */ | 
|---|
| 351 | /* #undef SDL_VIDEO_DRIVER_VIVANTE */ | 
|---|
| 352 | /* #undef SDL_VIDEO_DRIVER_VIVANTE_VDK */ | 
|---|
| 353 | /* #undef SDL_VIDEO_DRIVER_QNX */ | 
|---|
| 354 |  | 
|---|
| 355 | /* #undef SDL_VIDEO_RENDER_D3D */ | 
|---|
| 356 | /* #undef SDL_VIDEO_RENDER_D3D11 */ | 
|---|
| 357 | #define SDL_VIDEO_RENDER_OGL 1 | 
|---|
| 358 | /* #undef SDL_VIDEO_RENDER_OGL_ES */ | 
|---|
| 359 | #define SDL_VIDEO_RENDER_OGL_ES2 1 | 
|---|
| 360 | /* #undef SDL_VIDEO_RENDER_DIRECTFB */ | 
|---|
| 361 | /* #undef SDL_VIDEO_RENDER_METAL */ | 
|---|
| 362 |  | 
|---|
| 363 | /* Enable OpenGL support */ | 
|---|
| 364 | #define SDL_VIDEO_OPENGL 1 | 
|---|
| 365 | /* #undef SDL_VIDEO_OPENGL_ES */ | 
|---|
| 366 | #define SDL_VIDEO_OPENGL_ES2 1 | 
|---|
| 367 | /* #undef SDL_VIDEO_OPENGL_BGL */ | 
|---|
| 368 | /* #undef SDL_VIDEO_OPENGL_CGL */ | 
|---|
| 369 | #define SDL_VIDEO_OPENGL_EGL 1 | 
|---|
| 370 | #define SDL_VIDEO_OPENGL_GLX 1 | 
|---|
| 371 | /* #undef SDL_VIDEO_OPENGL_WGL */ | 
|---|
| 372 | /* #undef SDL_VIDEO_OPENGL_OSMESA */ | 
|---|
| 373 | /* #undef SDL_VIDEO_OPENGL_OSMESA_DYNAMIC */ | 
|---|
| 374 |  | 
|---|
| 375 | /* Enable Vulkan support */ | 
|---|
| 376 | #define SDL_VIDEO_VULKAN 1 | 
|---|
| 377 |  | 
|---|
| 378 | /* Enable system power support */ | 
|---|
| 379 | #define SDL_POWER_LINUX 1 | 
|---|
| 380 | /* #undef SDL_POWER_WINDOWS */ | 
|---|
| 381 | /* #undef SDL_POWER_MACOSX */ | 
|---|
| 382 | /* #undef SDL_POWER_HAIKU */ | 
|---|
| 383 | /* #undef SDL_POWER_ANDROID */ | 
|---|
| 384 | /* #undef SDL_POWER_EMSCRIPTEN */ | 
|---|
| 385 | /* #undef SDL_POWER_HARDWIRED */ | 
|---|
| 386 |  | 
|---|
| 387 | /* Enable system filesystem support */ | 
|---|
| 388 | /* #undef SDL_FILESYSTEM_HAIKU */ | 
|---|
| 389 | /* #undef SDL_FILESYSTEM_COCOA */ | 
|---|
| 390 | /* #undef SDL_FILESYSTEM_DUMMY */ | 
|---|
| 391 | #define SDL_FILESYSTEM_UNIX 1 | 
|---|
| 392 | /* #undef SDL_FILESYSTEM_WINDOWS */ | 
|---|
| 393 | /* #undef SDL_FILESYSTEM_NACL */ | 
|---|
| 394 | /* #undef SDL_FILESYSTEM_ANDROID */ | 
|---|
| 395 | /* #undef SDL_FILESYSTEM_EMSCRIPTEN */ | 
|---|
| 396 |  | 
|---|
| 397 | /* Enable assembly routines */ | 
|---|
| 398 | #define SDL_ASSEMBLY_ROUTINES 1 | 
|---|
| 399 | /* #undef SDL_ALTIVEC_BLITTERS */ | 
|---|
| 400 |  | 
|---|
| 401 | /* Enable ime support */ | 
|---|
| 402 | #define SDL_USE_IME 1 | 
|---|
| 403 |  | 
|---|
| 404 | /* Enable dynamic udev support */ | 
|---|
| 405 | #define SDL_UDEV_DYNAMIC "libudev.so.1" | 
|---|
| 406 |  | 
|---|
| 407 | /* Enable dynamic libsamplerate support */ | 
|---|
| 408 | #define SDL_LIBSAMPLERATE_DYNAMIC "libsamplerate.so.0" | 
|---|
| 409 |  | 
|---|
| 410 | #endif /* SDL_config_h_ */ | 
|---|
| 411 |  | 
|---|