| | |
| | | |
| | | #define SDL_AUDIO_DRIVER_DUMMY 1 |
| | | #define SDL_AUDIO_DRIVER_DISK 1 |
| | | #define SDL_AUDIO_DRIVER_OS2 1 |
| | | |
| | | #define SDL_POWER_DISABLED 1 |
| | | #define SDL_JOYSTICK_DISABLED 1 |
| | | #define SDL_HAPTIC_DISABLED 1 |
| | | /*#undef SDL_JOYSTICK_HIDAPI */ |
| | | /*#undef SDL_JOYSTICK_VIRTUAL */ |
| | | |
| | | #define SDL_SENSOR_DUMMY 1 |
| | | #define SDL_VIDEO_DRIVER_DUMMY 1 |
| | | #define SDL_VIDEO_DRIVER_OS2 1 |
| | | |
| | | /* Enable OpenGL support */ |
| | | /* #undef SDL_VIDEO_OPENGL */ |
| | |
| | | /* Enable Vulkan support */ |
| | | /* #undef SDL_VIDEO_VULKAN */ |
| | | |
| | | #define SDL_LOADSO_DISABLED 1 |
| | | #define SDL_THREADS_DISABLED 1 |
| | | #define SDL_TIMERS_DISABLED 1 |
| | | #define SDL_FILESYSTEM_DUMMY 1 |
| | | #define SDL_THREAD_OS2 1 |
| | | #define SDL_LOADSO_OS2 1 |
| | | #define SDL_TIMER_OS2 1 |
| | | #define SDL_FILESYSTEM_OS2 1 |
| | | |
| | | /* Enable assembly routines */ |
| | | #define SDL_ASSEMBLY_ROUTINES 1 |
| | | |
| | | /* #undef HAVE_LIBSAMPLERATE_H */ |
| | | /* use libsamplerate for audio rate conversion. */ |
| | | /*#define HAVE_LIBSAMPLERATE_H 1 */ |
| | | |
| | | /* Enable dynamic libsamplerate support */ |
| | | /* #undef SDL_LIBSAMPLERATE_DYNAMIC */ |
| | | #define SDL_LIBSAMPLERATE_DYNAMIC "SAMPRATE.DLL" |
| | | |
| | | #define HAVE_LIBC 1 |
| | | |
| | |
| | | #define HAVE_WCSLCPY 1 |
| | | #define HAVE_WCSLCAT 1 |
| | | #define HAVE_WCSCMP 1 |
| | | #define HAVE__WCSICMP 1 |
| | | #define HAVE__WCSNICMP 1 |
| | | #define HAVE_STRLEN 1 |
| | | #define HAVE_STRLCPY 1 |
| | | #define HAVE_STRLCAT 1 |
| | |
| | | /* #undef HAVE_SQRTF */ |
| | | #define HAVE_TAN 1 |
| | | /* #undef HAVE_TANF */ |
| | | /* #undef HAVE_TRUNC */ |
| | | /* #undef HAVE_TRUNCF */ |
| | | |
| | | #endif /* SDL_config_os2_h_ */ |