Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.in @ 3888:6d2e1961661a SDL-1.2
Removed broken AmigaOS support.
Fixes Bugzilla #337.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 29 Oct 2006 03:58:27 +0000 |
parents | 5ff2c01e475e |
children | 67d518069d9a |
comparison
equal
deleted
inserted
replaced
3887:9dcceea84416 | 3888:6d2e1961661a |
---|---|
193 #undef SDL_CDROM_QNX | 193 #undef SDL_CDROM_QNX |
194 #undef SDL_CDROM_WIN32 | 194 #undef SDL_CDROM_WIN32 |
195 | 195 |
196 /* Enable various input drivers */ | 196 /* Enable various input drivers */ |
197 #undef SDL_INPUT_TSLIB | 197 #undef SDL_INPUT_TSLIB |
198 #undef SDL_JOYSTICK_AMIGA | |
199 #undef SDL_JOYSTICK_BEOS | 198 #undef SDL_JOYSTICK_BEOS |
200 #undef SDL_JOYSTICK_DC | 199 #undef SDL_JOYSTICK_DC |
201 #undef SDL_JOYSTICK_DUMMY | 200 #undef SDL_JOYSTICK_DUMMY |
202 #undef SDL_JOYSTICK_IOKIT | 201 #undef SDL_JOYSTICK_IOKIT |
203 #undef SDL_JOYSTICK_LINUX | 202 #undef SDL_JOYSTICK_LINUX |
219 #undef SDL_LOADSO_MACOS | 218 #undef SDL_LOADSO_MACOS |
220 #undef SDL_LOADSO_OS2 | 219 #undef SDL_LOADSO_OS2 |
221 #undef SDL_LOADSO_WIN32 | 220 #undef SDL_LOADSO_WIN32 |
222 | 221 |
223 /* Enable various threading systems */ | 222 /* Enable various threading systems */ |
224 #undef SDL_THREAD_AMIGA | |
225 #undef SDL_THREAD_BEOS | 223 #undef SDL_THREAD_BEOS |
226 #undef SDL_THREAD_DC | 224 #undef SDL_THREAD_DC |
227 #undef SDL_THREAD_EPOC | 225 #undef SDL_THREAD_EPOC |
228 #undef SDL_THREAD_OS2 | 226 #undef SDL_THREAD_OS2 |
229 #undef SDL_THREAD_PTH | 227 #undef SDL_THREAD_PTH |
232 #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP | 230 #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP |
233 #undef SDL_THREAD_SPROC | 231 #undef SDL_THREAD_SPROC |
234 #undef SDL_THREAD_WIN32 | 232 #undef SDL_THREAD_WIN32 |
235 | 233 |
236 /* Enable various timer systems */ | 234 /* Enable various timer systems */ |
237 #undef SDL_TIMER_AMIGA | |
238 #undef SDL_TIMER_BEOS | 235 #undef SDL_TIMER_BEOS |
239 #undef SDL_TIMER_DC | 236 #undef SDL_TIMER_DC |
240 #undef SDL_TIMER_DUMMY | 237 #undef SDL_TIMER_DUMMY |
241 #undef SDL_TIMER_EPOC | 238 #undef SDL_TIMER_EPOC |
242 #undef SDL_TIMER_MACOS | 239 #undef SDL_TIMER_MACOS |