| | |
| | | /* |
| | | Simple DirectMedia Layer |
| | | Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org> |
| | | Copyright (C) 1997-2014 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__STRNICMP |
| | | #undef HAVE_STRNCASECMP |
| | | #undef HAVE_SSCANF |
| | | #undef HAVE_VSSCANF |
| | | #undef HAVE_SNPRINTF |
| | | #undef HAVE_VSNPRINTF |
| | | #undef HAVE_M_PI |
| | | #undef HAVE_ATAN |
| | | #undef HAVE_ATAN2 |
| | | #undef HAVE_ACOS |
| | | #undef HAVE_ASIN |
| | | #undef HAVE_CEIL |
| | | #undef HAVE_COPYSIGN |
| | | #undef HAVE_COS |
| | |
| | | #undef SDL_AUDIO_DRIVER_ARTS_DYNAMIC |
| | | #undef SDL_AUDIO_DRIVER_PULSEAUDIO |
| | | #undef SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC |
| | | #undef SDL_AUDIO_DRIVER_BEOSAUDIO |
| | | #undef SDL_AUDIO_DRIVER_HAIKU |
| | | #undef SDL_AUDIO_DRIVER_BSD |
| | | #undef SDL_AUDIO_DRIVER_COREAUDIO |
| | | #undef SDL_AUDIO_DRIVER_DISK |
| | |
| | | #undef SDL_INPUT_LINUXEV |
| | | #undef SDL_INPUT_LINUXKD |
| | | #undef SDL_INPUT_TSLIB |
| | | #undef SDL_JOYSTICK_BEOS |
| | | #undef SDL_JOYSTICK_HAIKU |
| | | #undef SDL_JOYSTICK_DINPUT |
| | | #undef SDL_JOYSTICK_DUMMY |
| | | #undef SDL_JOYSTICK_IOKIT |
| | |
| | | #undef SDL_HAPTIC_DINPUT |
| | | |
| | | /* Enable various shared object loading systems */ |
| | | #undef SDL_LOADSO_BEOS |
| | | #undef SDL_LOADSO_HAIKU |
| | | #undef SDL_LOADSO_DLOPEN |
| | | #undef SDL_LOADSO_DUMMY |
| | | #undef SDL_LOADSO_LDG |
| | | #undef SDL_LOADSO_WINDOWS |
| | | |
| | | /* Enable various threading systems */ |
| | | #undef SDL_THREAD_BEOS |
| | | #undef SDL_THREAD_PTHREAD |
| | | #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX |
| | | #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP |
| | | #undef SDL_THREAD_WINDOWS |
| | | |
| | | /* Enable various timer systems */ |
| | | #undef SDL_TIMER_BEOS |
| | | #undef SDL_TIMER_HAIKU |
| | | #undef SDL_TIMER_DUMMY |
| | | #undef SDL_TIMER_UNIX |
| | | #undef SDL_TIMER_WINDOWS |
| | | |
| | | /* Enable various video drivers */ |
| | | #undef SDL_VIDEO_DRIVER_BWINDOW |
| | | #undef SDL_VIDEO_DRIVER_HAIKU |
| | | #undef SDL_VIDEO_DRIVER_COCOA |
| | | #undef SDL_VIDEO_DRIVER_DIRECTFB |
| | | #undef SDL_VIDEO_DRIVER_DIRECTFB_DYNAMIC |
| | | #undef SDL_VIDEO_DRIVER_DUMMY |
| | | #undef SDL_VIDEO_DRIVER_WINDOWS |
| | | #undef SDL_VIDEO_DRIVER_WAYLAND |
| | | #undef SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH |
| | | #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC |
| | | #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_X11_DYNAMIC |
| | |
| | | #undef SDL_POWER_LINUX |
| | | #undef SDL_POWER_WINDOWS |
| | | #undef SDL_POWER_MACOSX |
| | | #undef SDL_POWER_BEOS |
| | | #undef SDL_POWER_HAIKU |
| | | #undef SDL_POWER_HARDWIRED |
| | | |
| | | /* Enable system filesystem support */ |
| | | #undef SDL_FILESYSTEM_BEOS |
| | | #undef SDL_FILESYSTEM_HAIKU |
| | | #undef SDL_FILESYSTEM_COCOA |
| | | #undef SDL_FILESYSTEM_DUMMY |
| | | #undef SDL_FILESYSTEM_UNIX |