Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.in @ 3649:1e74d7984d0b
The config sets the default assertion level so people can override it for their own use in application code.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 13 Jan 2010 07:25:28 +0000 |
parents | c5925cd41955 |
children | 8e961ef35d4b |
comparison
equal
deleted
inserted
replaced
3648:a9d830c05998 | 3649:1e74d7984d0b |
---|---|
161 /* We may need some replacement for stdarg.h here */ | 161 /* We may need some replacement for stdarg.h here */ |
162 #include <stdarg.h> | 162 #include <stdarg.h> |
163 #endif /* HAVE_LIBC */ | 163 #endif /* HAVE_LIBC */ |
164 | 164 |
165 /* SDL internal assertion support */ | 165 /* SDL internal assertion support */ |
166 #undef SDL_ASSERT_LEVEL | 166 #undef SDL_DEFAULT_ASSERT_LEVEL |
167 | 167 |
168 /* Allow disabling of core subsystems */ | 168 /* Allow disabling of core subsystems */ |
169 #undef SDL_AUDIO_DISABLED | 169 #undef SDL_AUDIO_DISABLED |
170 #undef SDL_CPUINFO_DISABLED | 170 #undef SDL_CPUINFO_DISABLED |
171 #undef SDL_EVENTS_DISABLED | 171 #undef SDL_EVENTS_DISABLED |