Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.in @ 3243:5db962a9a991
CD-ROM support is so passé :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 05 Sep 2009 09:11:03 +0000 |
parents | af4a5af3cd2b |
children | 94fb40a4a9a7 |
comparison
equal
deleted
inserted
replaced
3242:af4a5af3cd2b | 3243:5db962a9a991 |
---|---|
158 #include <stdarg.h> | 158 #include <stdarg.h> |
159 #endif /* HAVE_LIBC */ | 159 #endif /* HAVE_LIBC */ |
160 | 160 |
161 /* Allow disabling of core subsystems */ | 161 /* Allow disabling of core subsystems */ |
162 #undef SDL_AUDIO_DISABLED | 162 #undef SDL_AUDIO_DISABLED |
163 #undef SDL_CDROM_DISABLED | |
164 #undef SDL_CPUINFO_DISABLED | 163 #undef SDL_CPUINFO_DISABLED |
165 #undef SDL_EVENTS_DISABLED | 164 #undef SDL_EVENTS_DISABLED |
166 #undef SDL_FILE_DISABLED | 165 #undef SDL_FILE_DISABLED |
167 #undef SDL_JOYSTICK_DISABLED | 166 #undef SDL_JOYSTICK_DISABLED |
168 #undef SDL_HAPTIC_DISABLED | 167 #undef SDL_HAPTIC_DISABLED |
201 #undef SDL_AUDIO_DRIVER_QSA | 200 #undef SDL_AUDIO_DRIVER_QSA |
202 #undef SDL_AUDIO_DRIVER_SUNAUDIO | 201 #undef SDL_AUDIO_DRIVER_SUNAUDIO |
203 #undef SDL_AUDIO_DRIVER_WINWAVEOUT | 202 #undef SDL_AUDIO_DRIVER_WINWAVEOUT |
204 #undef SDL_AUDIO_DRIVER_FUSIONSOUND | 203 #undef SDL_AUDIO_DRIVER_FUSIONSOUND |
205 #undef SDL_AUDIO_DRIVER_FUSIONSOUND_DYNAMIC | 204 #undef SDL_AUDIO_DRIVER_FUSIONSOUND_DYNAMIC |
206 | |
207 /* Enable various cdrom drivers */ | |
208 #undef SDL_CDROM_AIX | |
209 #undef SDL_CDROM_BEOS | |
210 #undef SDL_CDROM_BSDI | |
211 #undef SDL_CDROM_DC | |
212 #undef SDL_CDROM_DUMMY | |
213 #undef SDL_CDROM_FREEBSD | |
214 #undef SDL_CDROM_LINUX | |
215 #undef SDL_CDROM_MACOSX | |
216 #undef SDL_CDROM_MINT | |
217 #undef SDL_CDROM_OPENBSD | |
218 #undef SDL_CDROM_OS2 | |
219 #undef SDL_CDROM_OSF | |
220 #undef SDL_CDROM_QNX | |
221 #undef SDL_CDROM_WIN32 | |
222 | 205 |
223 /* Enable various input drivers */ | 206 /* Enable various input drivers */ |
224 #undef SDL_INPUT_LINUXEV | 207 #undef SDL_INPUT_LINUXEV |
225 #undef SDL_INPUT_TSLIB | 208 #undef SDL_INPUT_TSLIB |
226 #undef SDL_JOYSTICK_BEOS | 209 #undef SDL_JOYSTICK_BEOS |