comparison include/SDL_config_pandora.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 5db962a9a991
children c5925cd41955
comparison
equal deleted inserted replaced
3580:951dd6a5d1a2 3581:15eea7a1fa97
51 #define HAVE_CALLOC 1 51 #define HAVE_CALLOC 1
52 #define HAVE_REALLOC 1 52 #define HAVE_REALLOC 1
53 #define HAVE_FREE 1 53 #define HAVE_FREE 1
54 #define HAVE_ALLOCA 1 54 #define HAVE_ALLOCA 1
55 #define HAVE_GETENV 1 55 #define HAVE_GETENV 1
56 #define HAVE_SETENV 1
56 #define HAVE_PUTENV 1 57 #define HAVE_PUTENV 1
57 #define HAVE_UNSETENV 1 58 #define HAVE_UNSETENV 1
58 #define HAVE_QSORT 1 59 #define HAVE_QSORT 1
59 #define HAVE_ABS 1 60 #define HAVE_ABS 1
60 #define HAVE_BCOPY 1 61 #define HAVE_BCOPY 1