comparison include/SDL_config.h.in @ 3170:b7a48f533966

Initial work on power subsystem for SDL 1.3.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 07 Jun 2009 06:06:35 +0000
parents 6338b7f2d024
children 510e3f36c04a
comparison
equal deleted inserted replaced
3169:f294338ca6eb 3170:b7a48f533966
164 #undef SDL_HAPTIC_DISABLED 164 #undef SDL_HAPTIC_DISABLED
165 #undef SDL_LOADSO_DISABLED 165 #undef SDL_LOADSO_DISABLED
166 #undef SDL_THREADS_DISABLED 166 #undef SDL_THREADS_DISABLED
167 #undef SDL_TIMERS_DISABLED 167 #undef SDL_TIMERS_DISABLED
168 #undef SDL_VIDEO_DISABLED 168 #undef SDL_VIDEO_DISABLED
169 #undef SDL_POWER_DISABLED
169 170
170 /* Enable various audio drivers */ 171 /* Enable various audio drivers */
171 #undef SDL_AUDIO_DRIVER_ALSA 172 #undef SDL_AUDIO_DRIVER_ALSA
172 #undef SDL_AUDIO_DRIVER_ALSA_DYNAMIC 173 #undef SDL_AUDIO_DRIVER_ALSA_DYNAMIC
173 #undef SDL_AUDIO_DRIVER_ARTS 174 #undef SDL_AUDIO_DRIVER_ARTS
322 #undef SDL_VIDEO_OPENGL_GLX 323 #undef SDL_VIDEO_OPENGL_GLX
323 #undef SDL_VIDEO_OPENGL_WGL 324 #undef SDL_VIDEO_OPENGL_WGL
324 #undef SDL_VIDEO_OPENGL_OSMESA 325 #undef SDL_VIDEO_OPENGL_OSMESA
325 #undef SDL_VIDEO_OPENGL_OSMESA_DYNAMIC 326 #undef SDL_VIDEO_OPENGL_OSMESA_DYNAMIC
326 327
328 /* Enable system power support */
329 #undef SDL_POWER_LINUX
330 #undef SDL_POWER_WINDOWS
331 #undef SDL_POWER_MACOSX
332 #undef SDL_POWER_OS2
333 #undef SDL_POWER_NINTENDODS
334 #undef SDL_POWER_HARDWIRED
335
327 /* Enable assembly routines */ 336 /* Enable assembly routines */
328 #undef SDL_ASSEMBLY_ROUTINES 337 #undef SDL_ASSEMBLY_ROUTINES
329 #undef SDL_ALTIVEC_BLITTERS 338 #undef SDL_ALTIVEC_BLITTERS
330 339
331 #endif /* _SDL_config_h */ 340 #endif /* _SDL_config_h */