2 Simple DirectMedia Layer
3 Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
5 This software is provided 'as-is', without any express or implied
6 warranty. In no event will the authors be held liable for any damages
7 arising from the use of this software.
9 Permission is granted to anyone to use this software for any purpose,
10 including commercial applications, and to alter it and redistribute it
11 freely, subject to the following restrictions:
13 1. The origin of this software must not be misrepresented; you must not
14 claim that you wrote the original software. If you use this software
15 in a product, an acknowledgment in the product documentation would be
16 appreciated but is not required.
17 2. Altered source versions must be plainly marked as such, and must not be
18 misrepresented as being the original software.
19 3. This notice may not be removed or altered from any source distribution.
26 * \file SDL_config.h.in
28 * This is a set of defines to configure the SDL features
31/* General platform specific identifiers */
32#include "SDL_platform.h"
34/* Make sure that this isn't included by Visual C++ */
36#error You should run git checkout -f include/SDL_config.h
39/* C language features */
45#if defined(__LP64__) || defined(_LP64) || defined(_WIN64)
51#undef HAVE_GCC_ATOMICS
52#undef HAVE_GCC_SYNC_LOCK_TEST_AND_SET
54/* Comment this if you want to build without any C library requirements */
76#undef HAVE_SYS_TYPES_H
78#undef HAVE_LINUX_INPUT_H
79#undef HAVE_PTHREAD_NP_H
80#undef HAVE_LIBUNWIND_H
82/* C library functions */
89#ifndef __WIN32__ /* Don't use C runtime versions of these on Windows */
111#undef HAVE_WCSCASECMP
113#undef HAVE_WCSNCASECMP
143#undef HAVE_STRCASECMP
145#undef HAVE_STRNCASECMP
146#undef HAVE_STRCASESTR
198#undef HAVE_SIGTIMEDWAIT
199#undef HAVE_SA_SIGACTION
203#undef HAVE_SYSCTLBYNAME
204#undef HAVE_CLOCK_GETTIME
205#undef HAVE_GETPAGESIZE
208#undef SDL_USE_LIBICONV
209#undef HAVE_PTHREAD_SETNAME_NP
210#undef HAVE_PTHREAD_SET_NAME_NP
211#undef HAVE_SEM_TIMEDWAIT
213#undef HAVE_ELF_AUX_INFO
215#undef HAVE_MEMFD_CREATE
216#undef HAVE_POSIX_FALLOCATE
221#define HAVE_STDARG_H 1
222#define HAVE_STDDEF_H 1
223#define HAVE_STDINT_H 1
224#endif /* HAVE_LIBC */
228#undef HAVE_DBUS_DBUS_H
230#undef HAVE_SYS_INOTIFY_H
231#undef HAVE_INOTIFY_INIT
232#undef HAVE_INOTIFY_INIT1
234#undef HAVE_IBUS_IBUS_H
235#undef HAVE_IMMINTRIN_H
238#undef HAVE_LIBSAMPLERATE_H
239#undef HAVE_LIBDECOR_H
240#undef HAVE_LSXINTRIN_H
241#undef HAVE_LASXINTRIN_H
247#undef HAVE_WINDOWS_GAMING_INPUT_H
250#undef HAVE_MMDEVICEAPI_H
251#undef HAVE_AUDIOCLIENT_H
253#undef HAVE_SENSORSAPI_H
255#undef HAVE_SHELLSCALINGAPI_H
257/* SDL internal assertion support */
258#undef SDL_DEFAULT_ASSERT_LEVEL
260/* Allow disabling of core subsystems */
261#undef SDL_ATOMIC_DISABLED
262#undef SDL_AUDIO_DISABLED
263#undef SDL_CPUINFO_DISABLED
264#undef SDL_EVENTS_DISABLED
265#undef SDL_FILE_DISABLED
266#undef SDL_JOYSTICK_DISABLED
267#undef SDL_HAPTIC_DISABLED
268#undef SDL_HIDAPI_DISABLED
269#undef SDL_SENSOR_DISABLED
270#undef SDL_LOADSO_DISABLED
271#undef SDL_RENDER_DISABLED
272#undef SDL_THREADS_DISABLED
273#undef SDL_TIMERS_DISABLED
274#undef SDL_VIDEO_DISABLED
275#undef SDL_POWER_DISABLED
276#undef SDL_FILESYSTEM_DISABLED
277#undef SDL_LOCALE_DISABLED
278#undef SDL_MISC_DISABLED
280/* Enable various audio drivers */
281#undef SDL_AUDIO_DRIVER_AAUDIO
282#undef SDL_AUDIO_DRIVER_ALSA
283#undef SDL_AUDIO_DRIVER_ALSA_DYNAMIC
284#undef SDL_AUDIO_DRIVER_ANDROID
285#undef SDL_AUDIO_DRIVER_ARTS
286#undef SDL_AUDIO_DRIVER_ARTS_DYNAMIC
287#undef SDL_AUDIO_DRIVER_COREAUDIO
288#undef SDL_AUDIO_DRIVER_DISK
289#undef SDL_AUDIO_DRIVER_DSOUND
290#undef SDL_AUDIO_DRIVER_DUMMY
291#undef SDL_AUDIO_DRIVER_EMSCRIPTEN
292#undef SDL_AUDIO_DRIVER_ESD
293#undef SDL_AUDIO_DRIVER_ESD_DYNAMIC
294#undef SDL_AUDIO_DRIVER_FUSIONSOUND
295#undef SDL_AUDIO_DRIVER_FUSIONSOUND_DYNAMIC
296#undef SDL_AUDIO_DRIVER_HAIKU
297#undef SDL_AUDIO_DRIVER_JACK
298#undef SDL_AUDIO_DRIVER_JACK_DYNAMIC
299#undef SDL_AUDIO_DRIVER_NACL
300#undef SDL_AUDIO_DRIVER_NAS
301#undef SDL_AUDIO_DRIVER_NAS_DYNAMIC
302#undef SDL_AUDIO_DRIVER_NETBSD
303#undef SDL_AUDIO_DRIVER_OPENSLES
304#undef SDL_AUDIO_DRIVER_OSS
305#undef SDL_AUDIO_DRIVER_PAUDIO
306#undef SDL_AUDIO_DRIVER_PIPEWIRE
307#undef SDL_AUDIO_DRIVER_PIPEWIRE_DYNAMIC
308#undef SDL_AUDIO_DRIVER_PULSEAUDIO
309#undef SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC
310#undef SDL_AUDIO_DRIVER_QSA
311#undef SDL_AUDIO_DRIVER_SNDIO
312#undef SDL_AUDIO_DRIVER_SNDIO_DYNAMIC
313#undef SDL_AUDIO_DRIVER_SUNAUDIO
314#undef SDL_AUDIO_DRIVER_WASAPI
315#undef SDL_AUDIO_DRIVER_WINMM
316#undef SDL_AUDIO_DRIVER_OS2
318/* Enable various input drivers */
319#undef SDL_INPUT_LINUXEV
320#undef SDL_INPUT_FBSDKBIO
321#undef SDL_INPUT_LINUXKD
322#undef SDL_INPUT_WSCONS
323#undef SDL_JOYSTICK_HAIKU
324#undef SDL_JOYSTICK_DINPUT
325#undef SDL_JOYSTICK_WGI
326#undef SDL_JOYSTICK_XINPUT
327#undef SDL_JOYSTICK_DUMMY
328#undef SDL_JOYSTICK_IOKIT
329#undef SDL_JOYSTICK_MFI
330#undef SDL_JOYSTICK_LINUX
331#undef SDL_JOYSTICK_ANDROID
332#undef SDL_JOYSTICK_OS2
333#undef SDL_JOYSTICK_USBHID
334#undef SDL_HAVE_MACHINE_JOYSTICK_H
335#undef SDL_JOYSTICK_HIDAPI
336#undef SDL_JOYSTICK_RAWINPUT
337#undef SDL_JOYSTICK_EMSCRIPTEN
338#undef SDL_JOYSTICK_VIRTUAL
339#undef SDL_HAPTIC_DUMMY
340#undef SDL_HAPTIC_ANDROID
341#undef SDL_HAPTIC_LINUX
342#undef SDL_HAPTIC_IOKIT
343#undef SDL_HAPTIC_DINPUT
344#undef SDL_HAPTIC_XINPUT
346/* Enable various sensor drivers */
347#undef SDL_SENSOR_ANDROID
348#undef SDL_SENSOR_COREMOTION
349#undef SDL_SENSOR_WINDOWS
350#undef SDL_SENSOR_DUMMY
352/* Enable various shared object loading systems */
353#undef SDL_LOADSO_DLOPEN
354#undef SDL_LOADSO_DUMMY
356#undef SDL_LOADSO_WINDOWS
359/* Enable various threading systems */
360#undef SDL_THREAD_GENERIC_COND_SUFFIX
361#undef SDL_THREAD_PTHREAD
362#undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX
363#undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP
364#undef SDL_THREAD_WINDOWS
367/* Enable various timer systems */
368#undef SDL_TIMER_HAIKU
369#undef SDL_TIMER_DUMMY
371#undef SDL_TIMER_WINDOWS
374/* Enable various video drivers */
375#undef SDL_VIDEO_DRIVER_HAIKU
376#undef SDL_VIDEO_DRIVER_COCOA
377#undef SDL_VIDEO_DRIVER_DIRECTFB
378#undef SDL_VIDEO_DRIVER_DIRECTFB_DYNAMIC
379#undef SDL_VIDEO_DRIVER_DUMMY
380#undef SDL_VIDEO_DRIVER_WINDOWS
381#undef SDL_VIDEO_DRIVER_WAYLAND
382#undef SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH
383#undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC
384#undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL
385#undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR
386#undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON
387#undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_LIBDECOR
388#undef SDL_VIDEO_DRIVER_X11
389#undef SDL_VIDEO_DRIVER_RPI
390#undef SDL_VIDEO_DRIVER_KMSDRM
391#undef SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC
392#undef SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC_GBM
393#undef SDL_VIDEO_DRIVER_ANDROID
394#undef SDL_VIDEO_DRIVER_EMSCRIPTEN
395#undef SDL_VIDEO_DRIVER_OFFSCREEN
396#undef SDL_VIDEO_DRIVER_X11_DYNAMIC
397#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT
398#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR
399#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2
400#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XFIXES
401#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR
402#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS
403#undef SDL_VIDEO_DRIVER_X11_XCURSOR
404#undef SDL_VIDEO_DRIVER_X11_XDBE
405#undef SDL_VIDEO_DRIVER_X11_XINPUT2
406#undef SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH
407#undef SDL_VIDEO_DRIVER_X11_XFIXES
408#undef SDL_VIDEO_DRIVER_X11_XRANDR
409#undef SDL_VIDEO_DRIVER_X11_XSCRNSAVER
410#undef SDL_VIDEO_DRIVER_X11_XSHAPE
411#undef SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS
412#undef SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM
413#undef SDL_VIDEO_DRIVER_NACL
414#undef SDL_VIDEO_DRIVER_VIVANTE
415#undef SDL_VIDEO_DRIVER_VIVANTE_VDK
416#undef SDL_VIDEO_DRIVER_OS2
417#undef SDL_VIDEO_DRIVER_QNX
418#undef SDL_VIDEO_DRIVER_RISCOS
420#undef SDL_VIDEO_RENDER_D3D
421#undef SDL_VIDEO_RENDER_D3D11
422#undef SDL_VIDEO_RENDER_D3D12
423#undef SDL_VIDEO_RENDER_OGL
424#undef SDL_VIDEO_RENDER_OGL_ES
425#undef SDL_VIDEO_RENDER_OGL_ES2
426#undef SDL_VIDEO_RENDER_DIRECTFB
427#undef SDL_VIDEO_RENDER_METAL
429/* Enable OpenGL support */
430#undef SDL_VIDEO_OPENGL
431#undef SDL_VIDEO_OPENGL_ES
432#undef SDL_VIDEO_OPENGL_ES2
433#undef SDL_VIDEO_OPENGL_BGL
434#undef SDL_VIDEO_OPENGL_CGL
435#undef SDL_VIDEO_OPENGL_EGL
436#undef SDL_VIDEO_OPENGL_GLX
437#undef SDL_VIDEO_OPENGL_WGL
438#undef SDL_VIDEO_OPENGL_OSMESA
439#undef SDL_VIDEO_OPENGL_OSMESA_DYNAMIC
441/* Enable Vulkan support */
442#undef SDL_VIDEO_VULKAN
444/* Enable Metal support */
445#undef SDL_VIDEO_METAL
447/* Enable system power support */
448#undef SDL_POWER_LINUX
449#undef SDL_POWER_WINDOWS
450#undef SDL_POWER_MACOSX
451#undef SDL_POWER_HAIKU
452#undef SDL_POWER_ANDROID
453#undef SDL_POWER_EMSCRIPTEN
454#undef SDL_POWER_HARDWIRED
456/* Enable system filesystem support */
457#undef SDL_FILESYSTEM_ANDROID
458#undef SDL_FILESYSTEM_HAIKU
459#undef SDL_FILESYSTEM_COCOA
460#undef SDL_FILESYSTEM_DUMMY
461#undef SDL_FILESYSTEM_RISCOS
462#undef SDL_FILESYSTEM_UNIX
463#undef SDL_FILESYSTEM_WINDOWS
464#undef SDL_FILESYSTEM_NACL
465#undef SDL_FILESYSTEM_EMSCRIPTEN
466#undef SDL_FILESYSTEM_OS2
467#undef SDL_FILESYSTEM_VITA
468#undef SDL_FILESYSTEM_PSP
469#undef SDL_FILESYSTEM_PS2
471/* Enable misc subsystem */
474/* Enable locale subsystem */
475#undef SDL_LOCALE_DUMMY
477/* Enable assembly routines */
478#undef SDL_ALTIVEC_BLITTERS
479#undef SDL_ARM_SIMD_BLITTERS
480#undef SDL_ARM_NEON_BLITTERS
482/* Whether SDL_DYNAMIC_API needs dlopen() */
483#undef DYNAPI_NEEDS_DLOPEN
485/* Enable ime support */
488/* Enable dynamic udev support */
489#undef SDL_UDEV_DYNAMIC
491/* Enable dynamic libusb support */
492#undef SDL_LIBUSB_DYNAMIC
494/* Enable dynamic libsamplerate support */
495#undef SDL_LIBSAMPLERATE_DYNAMIC
497/* Libdecor get min/max content size functions */
498#undef SDL_HAVE_LIBDECOR_GET_MIN_MAX
500#endif /* SDL_config_h_ */