Mercurial > sdl-ios-xcode
comparison include/SDL_config_macosx.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 |
---|---|
58 #define HAVE_CALLOC 1 | 58 #define HAVE_CALLOC 1 |
59 #define HAVE_REALLOC 1 | 59 #define HAVE_REALLOC 1 |
60 #define HAVE_FREE 1 | 60 #define HAVE_FREE 1 |
61 #define HAVE_ALLOCA 1 | 61 #define HAVE_ALLOCA 1 |
62 #define HAVE_GETENV 1 | 62 #define HAVE_GETENV 1 |
63 #define HAVE_SETENV 1 | |
63 #define HAVE_PUTENV 1 | 64 #define HAVE_PUTENV 1 |
64 #define HAVE_UNSETENV 1 | 65 #define HAVE_UNSETENV 1 |
65 #define HAVE_QSORT 1 | 66 #define HAVE_QSORT 1 |
66 #define HAVE_ABS 1 | 67 #define HAVE_ABS 1 |
67 #define HAVE_BCOPY 1 | 68 #define HAVE_BCOPY 1 |