comparison include/SDL_config.h.in @ 2062:c9aa6bcb26f3

Removed AmigaOS code for 1.3 branch.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 29 Oct 2006 04:09:17 +0000
parents 5f6550e5184f
children dbfa1ebd73b0
comparison
equal deleted inserted replaced
2061:6051761b5934 2062:c9aa6bcb26f3
147 #undef SDL_THREADS_DISABLED 147 #undef SDL_THREADS_DISABLED
148 #undef SDL_TIMERS_DISABLED 148 #undef SDL_TIMERS_DISABLED
149 #undef SDL_VIDEO_DISABLED 149 #undef SDL_VIDEO_DISABLED
150 150
151 /* Enable various audio drivers */ 151 /* Enable various audio drivers */
152 #undef SDL_AUDIO_DRIVER_AHI
153 #undef SDL_AUDIO_DRIVER_ALSA 152 #undef SDL_AUDIO_DRIVER_ALSA
154 #undef SDL_AUDIO_DRIVER_ALSA_DYNAMIC 153 #undef SDL_AUDIO_DRIVER_ALSA_DYNAMIC
155 #undef SDL_AUDIO_DRIVER_ARTS 154 #undef SDL_AUDIO_DRIVER_ARTS
156 #undef SDL_AUDIO_DRIVER_ARTS_DYNAMIC 155 #undef SDL_AUDIO_DRIVER_ARTS_DYNAMIC
157 #undef SDL_AUDIO_DRIVER_BEOSAUDIO 156 #undef SDL_AUDIO_DRIVER_BEOSAUDIO
193 #undef SDL_CDROM_QNX 192 #undef SDL_CDROM_QNX
194 #undef SDL_CDROM_WIN32 193 #undef SDL_CDROM_WIN32
195 194
196 /* Enable various input drivers */ 195 /* Enable various input drivers */
197 #undef SDL_INPUT_TSLIB 196 #undef SDL_INPUT_TSLIB
198 #undef SDL_JOYSTICK_AMIGA
199 #undef SDL_JOYSTICK_BEOS 197 #undef SDL_JOYSTICK_BEOS
200 #undef SDL_JOYSTICK_DC 198 #undef SDL_JOYSTICK_DC
201 #undef SDL_JOYSTICK_DINPUT 199 #undef SDL_JOYSTICK_DINPUT
202 #undef SDL_JOYSTICK_DUMMY 200 #undef SDL_JOYSTICK_DUMMY
203 #undef SDL_JOYSTICK_IOKIT 201 #undef SDL_JOYSTICK_IOKIT
218 #undef SDL_LOADSO_LDG 216 #undef SDL_LOADSO_LDG
219 #undef SDL_LOADSO_OS2 217 #undef SDL_LOADSO_OS2
220 #undef SDL_LOADSO_WIN32 218 #undef SDL_LOADSO_WIN32
221 219
222 /* Enable various threading systems */ 220 /* Enable various threading systems */
223 #undef SDL_THREAD_AMIGA
224 #undef SDL_THREAD_BEOS 221 #undef SDL_THREAD_BEOS
225 #undef SDL_THREAD_DC 222 #undef SDL_THREAD_DC
226 #undef SDL_THREAD_EPOC 223 #undef SDL_THREAD_EPOC
227 #undef SDL_THREAD_OS2 224 #undef SDL_THREAD_OS2
228 #undef SDL_THREAD_PTH 225 #undef SDL_THREAD_PTH
231 #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP 228 #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP
232 #undef SDL_THREAD_SPROC 229 #undef SDL_THREAD_SPROC
233 #undef SDL_THREAD_WIN32 230 #undef SDL_THREAD_WIN32
234 231
235 /* Enable various timer systems */ 232 /* Enable various timer systems */
236 #undef SDL_TIMER_AMIGA
237 #undef SDL_TIMER_BEOS 233 #undef SDL_TIMER_BEOS
238 #undef SDL_TIMER_DC 234 #undef SDL_TIMER_DC
239 #undef SDL_TIMER_DUMMY 235 #undef SDL_TIMER_DUMMY
240 #undef SDL_TIMER_EPOC 236 #undef SDL_TIMER_EPOC
241 #undef SDL_TIMER_MINT 237 #undef SDL_TIMER_MINT
246 #undef SDL_TIMER_WINCE 242 #undef SDL_TIMER_WINCE
247 243
248 /* Enable various video drivers */ 244 /* Enable various video drivers */
249 #undef SDL_VIDEO_DRIVER_BWINDOW 245 #undef SDL_VIDEO_DRIVER_BWINDOW
250 #undef SDL_VIDEO_DRIVER_COCOA 246 #undef SDL_VIDEO_DRIVER_COCOA
251 #undef SDL_VIDEO_DRIVER_CYBERGRAPHICS
252 #undef SDL_VIDEO_DRIVER_DC 247 #undef SDL_VIDEO_DRIVER_DC
253 #undef SDL_VIDEO_DRIVER_DIRECTFB 248 #undef SDL_VIDEO_DRIVER_DIRECTFB
254 #undef SDL_VIDEO_DRIVER_DUMMY 249 #undef SDL_VIDEO_DRIVER_DUMMY
255 #undef SDL_VIDEO_DRIVER_EPOC 250 #undef SDL_VIDEO_DRIVER_EPOC
256 #undef SDL_VIDEO_DRIVER_FBCON 251 #undef SDL_VIDEO_DRIVER_FBCON