Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.in @ 1501:73dc5d39bbf8
Added UTF-8 <-> UTF-16 <-> UTF-32 <-> UCS-2 <-> UCS-4 conversion capability
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 13 Mar 2006 01:08:00 +0000 |
parents | 11134dc42da8 |
children | 720f8bb49d7d |
comparison
equal
deleted
inserted
replaced
1500:f58c88a4dff5 | 1501:73dc5d39bbf8 |
---|---|
66 #undef HAVE_STRINGS_H | 66 #undef HAVE_STRINGS_H |
67 #undef HAVE_INTTYPES_H | 67 #undef HAVE_INTTYPES_H |
68 #undef HAVE_STDINT_H | 68 #undef HAVE_STDINT_H |
69 #undef HAVE_CTYPE_H | 69 #undef HAVE_CTYPE_H |
70 #undef HAVE_MATH_H | 70 #undef HAVE_MATH_H |
71 #undef HAVE_ICONV_H | |
71 #undef HAVE_SIGNAL_H | 72 #undef HAVE_SIGNAL_H |
72 #undef HAVE_ALTIVEC_H | 73 #undef HAVE_ALTIVEC_H |
73 | 74 |
74 /* C library functions */ | 75 /* C library functions */ |
75 #undef HAVE_MALLOC | 76 #undef HAVE_MALLOC |
116 #undef HAVE_ATOF | 117 #undef HAVE_ATOF |
117 #undef HAVE_STRCMP | 118 #undef HAVE_STRCMP |
118 #undef HAVE_STRNCMP | 119 #undef HAVE_STRNCMP |
119 #undef HAVE_STRICMP | 120 #undef HAVE_STRICMP |
120 #undef HAVE_STRCASECMP | 121 #undef HAVE_STRCASECMP |
122 #undef HAVE_STRNCASECMP | |
121 #undef HAVE_SSCANF | 123 #undef HAVE_SSCANF |
122 #undef HAVE_SNPRINTF | 124 #undef HAVE_SNPRINTF |
123 #undef HAVE_VSNPRINTF | 125 #undef HAVE_VSNPRINTF |
126 #undef HAVE_ICONV | |
124 #undef HAVE_SIGACTION | 127 #undef HAVE_SIGACTION |
125 #undef HAVE_SETJMP | 128 #undef HAVE_SETJMP |
126 #undef HAVE_NANOSLEEP | 129 #undef HAVE_NANOSLEEP |
127 #undef HAVE_CLOCK_GETTIME | 130 #undef HAVE_CLOCK_GETTIME |
128 #undef HAVE_DLVSYM | 131 #undef HAVE_DLVSYM |