2 Simple DirectMedia Layer
3 Copyright (C) 1997-2019 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 hg revert SDL_config.h
39 /* C language features */
46 #define SIZEOF_VOIDP 8
48 #define SIZEOF_VOIDP 4
50 #undef HAVE_GCC_ATOMICS
51 #undef HAVE_GCC_SYNC_LOCK_TEST_AND_SET
53 /* Comment this if you want to build without any C library requirements */
63 #undef HAVE_INTTYPES_H
75 #undef HAVE_SYS_TYPES_H
77 #undef HAVE_PTHREAD_NP_H
78 #undef HAVE_LIBUNWIND_H
80 /* C library functions */
86 #ifndef __WIN32__ /* Don't use C runtime versions of these on Windows */
130 #undef HAVE_STRCASECMP
131 #undef HAVE__STRNICMP
132 #undef HAVE_STRNCASECMP
136 #undef HAVE_VSNPRINTF
149 #undef HAVE_COPYSIGNF
177 #undef HAVE_SIGACTION
178 #undef HAVE_SA_SIGACTION
180 #undef HAVE_NANOSLEEP
182 #undef HAVE_SYSCTLBYNAME
183 #undef HAVE_CLOCK_GETTIME
184 #undef HAVE_GETPAGESIZE
187 #undef HAVE_PTHREAD_SETNAME_NP
188 #undef HAVE_PTHREAD_SET_NAME_NP
189 #undef HAVE_SEM_TIMEDWAIT
190 #undef HAVE_GETAUXVAL
195 #define HAVE_STDARG_H 1
196 #define HAVE_STDDEF_H 1
197 #define HAVE_STDINT_H 1
198 #endif /* HAVE_LIBC */
200 #undef HAVE_ALTIVEC_H
201 #undef HAVE_DBUS_DBUS_H
202 #undef HAVE_FCITX_FRONTEND_H
203 #undef HAVE_IBUS_IBUS_H
204 #undef HAVE_IMMINTRIN_H
205 #undef HAVE_LIBSAMPLERATE_H
206 #undef HAVE_LIBUDEV_H
213 #undef HAVE_ENDPOINTVOLUME_H
214 #undef HAVE_MMDEVICEAPI_H
215 #undef HAVE_AUDIOCLIENT_H
216 #undef HAVE_XINPUT_GAMEPAD_EX
217 #undef HAVE_XINPUT_STATE_EX
219 /* SDL internal assertion support */
220 #undef SDL_DEFAULT_ASSERT_LEVEL
222 /* Allow disabling of core subsystems */
223 #undef SDL_ATOMIC_DISABLED
224 #undef SDL_AUDIO_DISABLED
225 #undef SDL_CPUINFO_DISABLED
226 #undef SDL_EVENTS_DISABLED
227 #undef SDL_FILE_DISABLED
228 #undef SDL_JOYSTICK_DISABLED
229 #undef SDL_HAPTIC_DISABLED
230 #undef SDL_SENSOR_DISABLED
231 #undef SDL_LOADSO_DISABLED
232 #undef SDL_RENDER_DISABLED
233 #undef SDL_THREADS_DISABLED
234 #undef SDL_TIMERS_DISABLED
235 #undef SDL_VIDEO_DISABLED
236 #undef SDL_POWER_DISABLED
237 #undef SDL_FILESYSTEM_DISABLED
239 /* Enable various audio drivers */
240 #undef SDL_AUDIO_DRIVER_ALSA
241 #undef SDL_AUDIO_DRIVER_ALSA_DYNAMIC
242 #undef SDL_AUDIO_DRIVER_ANDROID
243 #undef SDL_AUDIO_DRIVER_ARTS
244 #undef SDL_AUDIO_DRIVER_ARTS_DYNAMIC
245 #undef SDL_AUDIO_DRIVER_COREAUDIO
246 #undef SDL_AUDIO_DRIVER_DISK
247 #undef SDL_AUDIO_DRIVER_DSOUND
248 #undef SDL_AUDIO_DRIVER_DUMMY
249 #undef SDL_AUDIO_DRIVER_EMSCRIPTEN
250 #undef SDL_AUDIO_DRIVER_ESD
251 #undef SDL_AUDIO_DRIVER_ESD_DYNAMIC
252 #undef SDL_AUDIO_DRIVER_FUSIONSOUND
253 #undef SDL_AUDIO_DRIVER_FUSIONSOUND_DYNAMIC
254 #undef SDL_AUDIO_DRIVER_HAIKU
255 #undef SDL_AUDIO_DRIVER_JACK
256 #undef SDL_AUDIO_DRIVER_JACK_DYNAMIC
257 #undef SDL_AUDIO_DRIVER_NACL
258 #undef SDL_AUDIO_DRIVER_NAS
259 #undef SDL_AUDIO_DRIVER_NAS_DYNAMIC
260 #undef SDL_AUDIO_DRIVER_NETBSD
261 #undef SDL_AUDIO_DRIVER_OSS
262 #undef SDL_AUDIO_DRIVER_OSS_SOUNDCARD_H
263 #undef SDL_AUDIO_DRIVER_PAUDIO
264 #undef SDL_AUDIO_DRIVER_PULSEAUDIO
265 #undef SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC
266 #undef SDL_AUDIO_DRIVER_QSA
267 #undef SDL_AUDIO_DRIVER_SNDIO
268 #undef SDL_AUDIO_DRIVER_SNDIO_DYNAMIC
269 #undef SDL_AUDIO_DRIVER_SUNAUDIO
270 #undef SDL_AUDIO_DRIVER_WASAPI
271 #undef SDL_AUDIO_DRIVER_WINMM
273 /* Enable various input drivers */
274 #undef SDL_INPUT_LINUXEV
275 #undef SDL_INPUT_LINUXKD
276 #undef SDL_INPUT_TSLIB
277 #undef SDL_JOYSTICK_HAIKU
278 #undef SDL_JOYSTICK_DINPUT
279 #undef SDL_JOYSTICK_XINPUT
280 #undef SDL_JOYSTICK_DUMMY
281 #undef SDL_JOYSTICK_IOKIT
282 #undef SDL_JOYSTICK_LINUX
283 #undef SDL_JOYSTICK_ANDROID
284 #undef SDL_JOYSTICK_WINMM
285 #undef SDL_JOYSTICK_USBHID
286 #undef SDL_JOYSTICK_USBHID_MACHINE_JOYSTICK_H
287 #undef SDL_JOYSTICK_HIDAPI
288 #undef SDL_JOYSTICK_EMSCRIPTEN
289 #undef SDL_HAPTIC_DUMMY
290 #undef SDL_HAPTIC_ANDROID
291 #undef SDL_HAPTIC_LINUX
292 #undef SDL_HAPTIC_IOKIT
293 #undef SDL_HAPTIC_DINPUT
294 #undef SDL_HAPTIC_XINPUT
296 /* Enable various sensor drivers */
297 #undef SDL_SENSOR_ANDROID
298 #undef SDL_SENSOR_DUMMY
300 /* Enable various shared object loading systems */
301 #undef SDL_LOADSO_DLOPEN
302 #undef SDL_LOADSO_DUMMY
303 #undef SDL_LOADSO_LDG
304 #undef SDL_LOADSO_WINDOWS
306 /* Enable various threading systems */
307 #undef SDL_THREAD_PTHREAD
308 #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX
309 #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP
310 #undef SDL_THREAD_WINDOWS
312 /* Enable various timer systems */
313 #undef SDL_TIMER_HAIKU
314 #undef SDL_TIMER_DUMMY
315 #undef SDL_TIMER_UNIX
316 #undef SDL_TIMER_WINDOWS
318 /* Enable various video drivers */
319 #undef SDL_VIDEO_DRIVER_HAIKU
320 #undef SDL_VIDEO_DRIVER_COCOA
321 #undef SDL_VIDEO_DRIVER_DIRECTFB
322 #undef SDL_VIDEO_DRIVER_DIRECTFB_DYNAMIC
323 #undef SDL_VIDEO_DRIVER_DUMMY
324 #undef SDL_VIDEO_DRIVER_WINDOWS
325 #undef SDL_VIDEO_DRIVER_WAYLAND
326 #undef SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH
327 #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC
328 #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL
329 #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR
330 #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON
331 #undef SDL_VIDEO_DRIVER_X11
332 #undef SDL_VIDEO_DRIVER_RPI
333 #undef SDL_VIDEO_DRIVER_KMSDRM
334 #undef SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC
335 #undef SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC_GBM
336 #undef SDL_VIDEO_DRIVER_ANDROID
337 #undef SDL_VIDEO_DRIVER_EMSCRIPTEN
338 #undef SDL_VIDEO_DRIVER_MALI
339 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC
340 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT
341 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR
342 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA
343 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2
344 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR
345 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS
346 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE
347 #undef SDL_VIDEO_DRIVER_X11_XCURSOR
348 #undef SDL_VIDEO_DRIVER_X11_XDBE
349 #undef SDL_VIDEO_DRIVER_X11_XINERAMA
350 #undef SDL_VIDEO_DRIVER_X11_XINPUT2
351 #undef SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH
352 #undef SDL_VIDEO_DRIVER_X11_XRANDR
353 #undef SDL_VIDEO_DRIVER_X11_XSCRNSAVER
354 #undef SDL_VIDEO_DRIVER_X11_XSHAPE
355 #undef SDL_VIDEO_DRIVER_X11_XVIDMODE
356 #undef SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS
357 #undef SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY
358 #undef SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM
359 #undef SDL_VIDEO_DRIVER_NACL
360 #undef SDL_VIDEO_DRIVER_VIVANTE
361 #undef SDL_VIDEO_DRIVER_VIVANTE_VDK
362 #undef SDL_VIDEO_DRIVER_QNX
364 #undef SDL_VIDEO_RENDER_D3D
365 #undef SDL_VIDEO_RENDER_D3D11
366 #undef SDL_VIDEO_RENDER_OGL
367 #undef SDL_VIDEO_RENDER_OGL_ES
368 #undef SDL_VIDEO_RENDER_OGL_ES2
369 #undef SDL_VIDEO_RENDER_DIRECTFB
370 #undef SDL_VIDEO_RENDER_METAL
372 /* Enable OpenGL support */
373 #undef SDL_VIDEO_OPENGL
374 #undef SDL_VIDEO_OPENGL_ES
375 #undef SDL_VIDEO_OPENGL_ES2
376 #undef SDL_VIDEO_OPENGL_BGL
377 #undef SDL_VIDEO_OPENGL_CGL
378 #undef SDL_VIDEO_OPENGL_EGL
379 #undef SDL_VIDEO_OPENGL_GLX
380 #undef SDL_VIDEO_OPENGL_WGL
381 #undef SDL_VIDEO_OPENGL_OSMESA
382 #undef SDL_VIDEO_OPENGL_OSMESA_DYNAMIC
384 /* Enable Vulkan support */
385 #undef SDL_VIDEO_VULKAN
387 /* Enable system power support */
388 #undef SDL_POWER_LINUX
389 #undef SDL_POWER_WINDOWS
390 #undef SDL_POWER_MACOSX
391 #undef SDL_POWER_HAIKU
392 #undef SDL_POWER_ANDROID
393 #undef SDL_POWER_EMSCRIPTEN
394 #undef SDL_POWER_HARDWIRED
396 /* Enable system filesystem support */
397 #undef SDL_FILESYSTEM_HAIKU
398 #undef SDL_FILESYSTEM_COCOA
399 #undef SDL_FILESYSTEM_DUMMY
400 #undef SDL_FILESYSTEM_UNIX
401 #undef SDL_FILESYSTEM_WINDOWS
402 #undef SDL_FILESYSTEM_NACL
403 #undef SDL_FILESYSTEM_ANDROID
404 #undef SDL_FILESYSTEM_EMSCRIPTEN
406 /* Enable assembly routines */
407 #undef SDL_ASSEMBLY_ROUTINES
408 #undef SDL_ALTIVEC_BLITTERS
410 /* Enable ime support */
413 /* Enable dynamic udev support */
414 #undef SDL_UDEV_DYNAMIC
416 /* Enable dynamic libsamplerate support */
417 #undef SDL_LIBSAMPLERATE_DYNAMIC
419 #endif /* SDL_config_h_ */