Mercurial > sdl-ios-xcode
comparison include/SDL_config_dreamcast.h @ 1424:7a610f25c12f
Updated MacOS Classic MPW build
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 24 Feb 2006 09:57:14 +0000 |
parents | 4ed717f9e509 |
children | 11134dc42da8 |
comparison
equal
deleted
inserted
replaced
1423:4ed717f9e509 | 1424:7a610f25c12f |
---|---|
39 #define HAVE_MALLOC 1 | 39 #define HAVE_MALLOC 1 |
40 #define HAVE_CALLOC 1 | 40 #define HAVE_CALLOC 1 |
41 #define HAVE_REALLOC 1 | 41 #define HAVE_REALLOC 1 |
42 #define HAVE_FREE 1 | 42 #define HAVE_FREE 1 |
43 #define HAVE_ALLOCA 1 | 43 #define HAVE_ALLOCA 1 |
44 #ifndef _WIN32 /* Don't use C runtime versions of these on Windows */ | |
45 #define HAVE_GETENV 1 | 44 #define HAVE_GETENV 1 |
46 #define HAVE_PUTENV 1 | 45 #define HAVE_PUTENV 1 |
47 #endif | |
48 #define HAVE_MEMSET 1 | 46 #define HAVE_MEMSET 1 |
49 #define HAVE_MEMCPY 1 | 47 #define HAVE_MEMCPY 1 |
50 #define HAVE_MEMMOVE 1 | 48 #define HAVE_MEMMOVE 1 |
51 #define HAVE_MEMCMP 1 | 49 #define HAVE_MEMCMP 1 |
52 | 50 |