comparison include/SDL_config_nintendods.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
60 #define HAVE_CALLOC 1 60 #define HAVE_CALLOC 1
61 #define HAVE_REALLOC 1 61 #define HAVE_REALLOC 1
62 #define HAVE_FREE 1 62 #define HAVE_FREE 1
63 #define HAVE_ALLOCA 1 63 #define HAVE_ALLOCA 1
64 #define HAVE_GETENV 1 64 #define HAVE_GETENV 1
65 #define HAVE_SETENV 1
65 #define HAVE_PUTENV 1 66 #define HAVE_PUTENV 1
66 #define HAVE_QSORT 1 67 #define HAVE_QSORT 1
67 #define HAVE_ABS 1 68 #define HAVE_ABS 1
68 #define HAVE_BCOPY 1 69 #define HAVE_BCOPY 1
69 #define HAVE_MEMSET 1 70 #define HAVE_MEMSET 1