comparison include/SDL_config.h.in @ 5041:3ce345cc46f8

Fixed using the native iconv library
author Sam Lantinga <slouken@libsdl.org>
date Wed, 19 Jan 2011 15:28:01 -0800
parents 0c72ae7b7cb2
children 1cee937d9fcc
comparison
equal deleted inserted replaced
5040:ff8873816c30 5041:3ce345cc46f8
157 #undef HAVE_SYSCONF 157 #undef HAVE_SYSCONF
158 #undef HAVE_SYSCTLBYNAME 158 #undef HAVE_SYSCTLBYNAME
159 #undef HAVE_CLOCK_GETTIME 159 #undef HAVE_CLOCK_GETTIME
160 #undef HAVE_GETPAGESIZE 160 #undef HAVE_GETPAGESIZE
161 #undef HAVE_MPROTECT 161 #undef HAVE_MPROTECT
162 #undef HAVE_ICONV
162 163
163 #else 164 #else
164 /* We may need some replacement for stdarg.h here */ 165 /* We may need some replacement for stdarg.h here */
165 #include <stdarg.h> 166 #include <stdarg.h>
166 #endif /* HAVE_LIBC */ 167 #endif /* HAVE_LIBC */