Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.in @ 1635:92947e3a18db
Make sure code is only compiled if the appropriate subsystem is enabled
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 14 Apr 2006 04:46:47 +0000 |
parents | 34cca785be57 |
children | e49147870aac c546353b1ad4 |
comparison
equal
deleted
inserted
replaced
1634:14f302c5b32c | 1635:92947e3a18db |
---|---|
212 | 212 |
213 /* Enable various shared object loading systems */ | 213 /* Enable various shared object loading systems */ |
214 #undef SDL_LOADSO_BEOS | 214 #undef SDL_LOADSO_BEOS |
215 #undef SDL_LOADSO_DLCOMPAT | 215 #undef SDL_LOADSO_DLCOMPAT |
216 #undef SDL_LOADSO_DLOPEN | 216 #undef SDL_LOADSO_DLOPEN |
217 #undef SDL_LOADSO_DUMMY | |
217 #undef SDL_LOADSO_LDG | 218 #undef SDL_LOADSO_LDG |
218 #undef SDL_LOADSO_MACOS | 219 #undef SDL_LOADSO_MACOS |
219 #undef SDL_LOADSO_OS2 | 220 #undef SDL_LOADSO_OS2 |
220 #undef SDL_LOADSO_WIN32 | 221 #undef SDL_LOADSO_WIN32 |
221 | 222 |
234 | 235 |
235 /* Enable various timer systems */ | 236 /* Enable various timer systems */ |
236 #undef SDL_TIMER_AMIGA | 237 #undef SDL_TIMER_AMIGA |
237 #undef SDL_TIMER_BEOS | 238 #undef SDL_TIMER_BEOS |
238 #undef SDL_TIMER_DC | 239 #undef SDL_TIMER_DC |
240 #undef SDL_TIMER_DUMMY | |
239 #undef SDL_TIMER_EPOC | 241 #undef SDL_TIMER_EPOC |
240 #undef SDL_TIMER_MACOS | 242 #undef SDL_TIMER_MACOS |
241 #undef SDL_TIMER_MINT | 243 #undef SDL_TIMER_MINT |
242 #undef SDL_TIMER_OS2 | 244 #undef SDL_TIMER_OS2 |
243 #undef SDL_TIMER_RISCOS | 245 #undef SDL_TIMER_RISCOS |