diff 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
line wrap: on
line diff
--- a/include/SDL_config.h.in	Sun Jun 07 02:45:55 2009 +0000
+++ b/include/SDL_config.h.in	Sun Jun 07 06:06:35 2009 +0000
@@ -166,6 +166,7 @@
 #undef SDL_THREADS_DISABLED
 #undef SDL_TIMERS_DISABLED
 #undef SDL_VIDEO_DISABLED
+#undef SDL_POWER_DISABLED
 
 /* Enable various audio drivers */
 #undef SDL_AUDIO_DRIVER_ALSA
@@ -324,6 +325,14 @@
 #undef SDL_VIDEO_OPENGL_OSMESA
 #undef SDL_VIDEO_OPENGL_OSMESA_DYNAMIC
 
+/* Enable system power support */
+#undef SDL_POWER_LINUX
+#undef SDL_POWER_WINDOWS
+#undef SDL_POWER_MACOSX
+#undef SDL_POWER_OS2
+#undef SDL_POWER_NINTENDODS
+#undef SDL_POWER_HARDWIRED
+
 /* Enable assembly routines */
 #undef SDL_ASSEMBLY_ROUTINES
 #undef SDL_ALTIVEC_BLITTERS