comparison include/SDL_config_macos.h @ 1427:5f5a74d29d18

Updated with MrC includes and function definitions
author Sam Lantinga <slouken@libsdl.org>
date Fri, 24 Feb 2006 17:03:06 +0000
parents 7a610f25c12f
children 4d241ea8a1cd
comparison
equal deleted inserted replaced
1426:ef9a9064bff2 1427:5f5a74d29d18
34 34
35 /* Useful headers */ 35 /* Useful headers */
36 #define HAVE_STDIO_H 1 36 #define HAVE_STDIO_H 1
37 #define STDC_HEADERS 1 37 #define STDC_HEADERS 1
38 #define HAVE_STRING_H 1 38 #define HAVE_STRING_H 1
39 #define HAVE_CTYPE_H 1
40 #define HAVE_MATH_H 1
39 #define HAVE_SIGNAL_H 1 41 #define HAVE_SIGNAL_H 1
40 42
41 /* C library functions */ 43 /* C library functions */
42 #define HAVE_MALLOC 1 44 #define HAVE_MALLOC 1
43 #define HAVE_CALLOC 1 45 #define HAVE_CALLOC 1
44 #define HAVE_REALLOC 1 46 #define HAVE_REALLOC 1
45 #define HAVE_FREE 1 47 #define HAVE_FREE 1
46 #define HAVE_ALLOCA 1 48 #define HAVE_ALLOCA 1
49 #define HAVE_ABS 1
47 #define HAVE_MEMSET 1 50 #define HAVE_MEMSET 1
48 #define HAVE_MEMCPY 1 51 #define HAVE_MEMCPY 1
49 #define HAVE_MEMMOVE 1 52 #define HAVE_MEMMOVE 1
50 #define HAVE_MEMCMP 1 53 #define HAVE_MEMCMP 1
54 #define HAVE_STRLEN 1
55 #define HAVE_STRCHR 1
56 #define HAVE_STRRCHR 1
57 #define HAVE_STRSTR 1
58 #define HAVE_ITOA 1
59 #define HAVE_STRTOL 1
60 #define HAVE_STRTOD 1
61 #define HAVE_ATOI 1
62 #define HAVE_ATOF 1
63 #define HAVE_STRCMP 1
64 #define HAVE_STRNCMP 1
65 #define HAVE_STRICMP 1
66 #define HAVE_STRCASECMP 1
67 #define HAVE_SSCANF 1
51 68
52 /* Enable various audio drivers */ 69 /* Enable various audio drivers */
53 #define SDL_AUDIO_DRIVER_SNDMGR 1 70 #define SDL_AUDIO_DRIVER_SNDMGR 1
54 71
55 /* Enable various cdrom drivers */ 72 /* Enable various cdrom drivers */