comparison include/SDL_config.h.in @ 3647:c5925cd41955

First pass at Ryan's assertion code, minor tweaks to come.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 13 Jan 2010 06:47:17 +0000
parents b6758aee0dd4
children 1e74d7984d0b
comparison
equal deleted inserted replaced
3646:88235d40b135 3647:c5925cd41955
160 #else 160 #else
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 */
166 #undef SDL_ASSERT_LEVEL
167
165 /* Allow disabling of core subsystems */ 168 /* Allow disabling of core subsystems */
166 #undef SDL_AUDIO_DISABLED 169 #undef SDL_AUDIO_DISABLED
167 #undef SDL_CPUINFO_DISABLED 170 #undef SDL_CPUINFO_DISABLED
168 #undef SDL_EVENTS_DISABLED 171 #undef SDL_EVENTS_DISABLED
169 #undef SDL_FILE_DISABLED 172 #undef SDL_FILE_DISABLED