| | |
| | | /* |
| | | Simple DirectMedia Layer |
| | | Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org> |
| | | Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> |
| | | |
| | | This software is provided 'as-is', without any express or implied |
| | | warranty. In no event will the authors be held liable for any damages |
| | |
| | | #undef HAVE_WCSLEN |
| | | #undef HAVE_WCSLCPY |
| | | #undef HAVE_WCSLCAT |
| | | #undef HAVE_WCSDUP |
| | | #undef HAVE_WCSSTR |
| | | #undef HAVE_WCSCMP |
| | | #undef HAVE_WCSNCMP |
| | | #undef HAVE_STRLEN |
| | | #undef HAVE_STRLCPY |
| | | #undef HAVE_STRLCAT |
| | |
| | | #undef HAVE_STRCHR |
| | | #undef HAVE_STRRCHR |
| | | #undef HAVE_STRSTR |
| | | #undef HAVE_STRTOK_R |
| | | #undef HAVE_STRTOK_S |
| | | #undef HAVE_ITOA |
| | | #undef HAVE__LTOA |
| | | #undef HAVE__UITOA |
| | |
| | | #undef HAVE_SEM_TIMEDWAIT |
| | | #undef HAVE_GETAUXVAL |
| | | #undef HAVE_POLL |
| | | #undef HAVE__EXIT |
| | | |
| | | #else |
| | | #define HAVE_STDARG_H 1 |
| | |
| | | #undef HAVE_DSOUND_H |
| | | #undef HAVE_DXGI_H |
| | | #undef HAVE_XINPUT_H |
| | | #undef HAVE_ENDPOINTVOLUME_H |
| | | #undef HAVE_MMDEVICEAPI_H |
| | | #undef HAVE_AUDIOCLIENT_H |
| | | #undef HAVE_XINPUT_GAMEPAD_EX |
| | |
| | | #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL |
| | | #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR |
| | | #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON |
| | | #undef SDL_VIDEO_DRIVER_MIR |
| | | #undef SDL_VIDEO_DRIVER_MIR_DYNAMIC |
| | | #undef SDL_VIDEO_DRIVER_MIR_DYNAMIC_XKBCOMMON |
| | | #undef SDL_VIDEO_DRIVER_X11 |
| | | #undef SDL_VIDEO_DRIVER_RPI |
| | | #undef SDL_VIDEO_DRIVER_KMSDRM |
| | |
| | | /* Enable Vulkan support */ |
| | | #undef SDL_VIDEO_VULKAN |
| | | |
| | | /* Enable Metal support */ |
| | | #undef SDL_VIDEO_METAL |
| | | |
| | | /* Enable system power support */ |
| | | #undef SDL_POWER_LINUX |
| | | #undef SDL_POWER_WINDOWS |
| | |
| | | /* Enable assembly routines */ |
| | | #undef SDL_ASSEMBLY_ROUTINES |
| | | #undef SDL_ALTIVEC_BLITTERS |
| | | #undef SDL_ARM_SIMD_BLITTERS |
| | | #undef SDL_ARM_NEON_BLITTERS |
| | | |
| | | /* Enable ime support */ |
| | | #undef SDL_USE_IME |
| | |
| | | /* Enable dynamic udev support */ |
| | | #undef SDL_UDEV_DYNAMIC |
| | | |
| | | /* Enable dynamic libusb support */ |
| | | #undef SDL_LIBUSB_DYNAMIC |
| | | |
| | | /* Enable dynamic libsamplerate support */ |
| | | #undef SDL_LIBSAMPLERATE_DYNAMIC |
| | | |