comparison include/SDL_config.h.in @ 5230:5d01d426f2ea

It's now possible to disable the fast atomic operations, at a huge performance penalty.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 07 Feb 2011 22:57:33 -0800
parents 164f20ba08eb
children 710d00cb3a6a
comparison
equal deleted inserted replaced
5229:2178ffe17222 5230:5d01d426f2ea
169 169
170 /* SDL internal assertion support */ 170 /* SDL internal assertion support */
171 #undef SDL_DEFAULT_ASSERT_LEVEL 171 #undef SDL_DEFAULT_ASSERT_LEVEL
172 172
173 /* Allow disabling of core subsystems */ 173 /* Allow disabling of core subsystems */
174 #undef SDL_ATOMIC_DISABLED
174 #undef SDL_AUDIO_DISABLED 175 #undef SDL_AUDIO_DISABLED
175 #undef SDL_CPUINFO_DISABLED 176 #undef SDL_CPUINFO_DISABLED
176 #undef SDL_EVENTS_DISABLED 177 #undef SDL_EVENTS_DISABLED
177 #undef SDL_FILE_DISABLED 178 #undef SDL_FILE_DISABLED
178 #undef SDL_JOYSTICK_DISABLED 179 #undef SDL_JOYSTICK_DISABLED