diff include/SDL_config.h.in @ 3581:15eea7a1fa97

Implemented SDL_setenv(), moved SDL_putenv() to compat. Fixes Bugzilla #779.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 16 Dec 2009 10:59:51 +0000
parents 3427271a2d75
children b6758aee0dd4
line wrap: on
line diff
--- a/include/SDL_config.h.in	Wed Dec 16 08:17:05 2009 +0000
+++ b/include/SDL_config.h.in	Wed Dec 16 10:59:51 2009 +0000
@@ -90,6 +90,7 @@
 #undef HAVE_ALLOCA
 #ifndef _WIN32 /* Don't use C runtime versions of these on Windows */
 #undef HAVE_GETENV
+#undef HAVE_SETENV
 #undef HAVE_PUTENV
 #undef HAVE_UNSETENV
 #endif