comparison include/SDL_config.h.in @ 5231:710d00cb3a6a

Made it possible to disable the rendering subsystem with configure --disable-render
author Sam Lantinga <slouken@libsdl.org>
date Tue, 08 Feb 2011 10:04:09 -0800
parents 5d01d426f2ea
children 6a65c1fc07af
comparison
equal deleted inserted replaced
5230:5d01d426f2ea 5231:710d00cb3a6a
177 #undef SDL_EVENTS_DISABLED 177 #undef SDL_EVENTS_DISABLED
178 #undef SDL_FILE_DISABLED 178 #undef SDL_FILE_DISABLED
179 #undef SDL_JOYSTICK_DISABLED 179 #undef SDL_JOYSTICK_DISABLED
180 #undef SDL_HAPTIC_DISABLED 180 #undef SDL_HAPTIC_DISABLED
181 #undef SDL_LOADSO_DISABLED 181 #undef SDL_LOADSO_DISABLED
182 #undef SDL_RENDER_DISABLED
182 #undef SDL_THREADS_DISABLED 183 #undef SDL_THREADS_DISABLED
183 #undef SDL_TIMERS_DISABLED 184 #undef SDL_TIMERS_DISABLED
184 #undef SDL_VIDEO_DISABLED 185 #undef SDL_VIDEO_DISABLED
185 #undef SDL_POWER_DISABLED 186 #undef SDL_POWER_DISABLED
186 187