comparison include/SDL_config_iphoneos.h @ 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
comparison
equal deleted inserted replaced
3580:951dd6a5d1a2 3581:15eea7a1fa97
59 #define HAVE_CALLOC 1 59 #define HAVE_CALLOC 1
60 #define HAVE_REALLOC 1 60 #define HAVE_REALLOC 1
61 #define HAVE_FREE 1 61 #define HAVE_FREE 1
62 #define HAVE_ALLOCA 1 62 #define HAVE_ALLOCA 1
63 #define HAVE_GETENV 1 63 #define HAVE_GETENV 1
64 #define HAVE_SETENV 1
64 #define HAVE_PUTENV 1 65 #define HAVE_PUTENV 1
66 #define HAVE_SETENV 1
65 #define HAVE_UNSETENV 1 67 #define HAVE_UNSETENV 1
66 #define HAVE_QSORT 1 68 #define HAVE_QSORT 1
67 #define HAVE_ABS 1 69 #define HAVE_ABS 1
68 #define HAVE_BCOPY 1 70 #define HAVE_BCOPY 1
69 #define HAVE_MEMSET 1 71 #define HAVE_MEMSET 1