Mercurial > sdl-ios-xcode
comparison include/SDL_config_macosx.h @ 1657:5b0805ceb50f SDL-1.3
Merge trunk-1.3-2
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 28 Apr 2006 16:55:41 +0000 |
parents | ebd1aedb1292 |
children | e49147870aac 18e44c267283 |
comparison
equal
deleted
inserted
replaced
1656:96c2f89cc7e1 | 1657:5b0805ceb50f |
---|---|
44 /* C library functions */ | 44 /* C library functions */ |
45 #define HAVE_MALLOC 1 | 45 #define HAVE_MALLOC 1 |
46 #define HAVE_CALLOC 1 | 46 #define HAVE_CALLOC 1 |
47 #define HAVE_REALLOC 1 | 47 #define HAVE_REALLOC 1 |
48 #define HAVE_FREE 1 | 48 #define HAVE_FREE 1 |
49 | |
50 /* If we specified an SDK or have a post-PowerPC chip, then alloca.h exists. */ | |
51 #if ( (MAC_OS_X_VERSION_MIN_REQUIRED >= 1030) || (!defined(__POWERPC__)) ) | |
49 #define HAVE_ALLOCA 1 | 52 #define HAVE_ALLOCA 1 |
53 #endif | |
54 | |
50 #define HAVE_GETENV 1 | 55 #define HAVE_GETENV 1 |
51 #define HAVE_PUTENV 1 | 56 #define HAVE_PUTENV 1 |
52 #define HAVE_UNSETENV 1 | 57 #define HAVE_UNSETENV 1 |
53 #define HAVE_QSORT 1 | 58 #define HAVE_QSORT 1 |
54 #define HAVE_ABS 1 | 59 #define HAVE_ABS 1 |