comparison include/SDL_config.h.in @ 3405:d5f2dd33f4eb

Merged improvements to SDL_SoftStretch() from SDL 1.2
author Sam Lantinga <slouken@libsdl.org>
date Sun, 18 Oct 2009 17:49:40 +0000
parents 2b0a3b2f2fc6
children d3baf5ac4e37
comparison
equal deleted inserted replaced
3404:c9dcc73f6a36 3405:d5f2dd33f4eb
149 #undef HAVE_SIGACTION 149 #undef HAVE_SIGACTION
150 #undef HAVE_SETJMP 150 #undef HAVE_SETJMP
151 #undef HAVE_NANOSLEEP 151 #undef HAVE_NANOSLEEP
152 #undef HAVE_CLOCK_GETTIME 152 #undef HAVE_CLOCK_GETTIME
153 #undef HAVE_GETPAGESIZE 153 #undef HAVE_GETPAGESIZE
154 #undef HAVE_MPROTECT
154 155
155 #else 156 #else
156 /* We may need some replacement for stdarg.h here */ 157 /* We may need some replacement for stdarg.h here */
157 #include <stdarg.h> 158 #include <stdarg.h>
158 #endif /* HAVE_LIBC */ 159 #endif /* HAVE_LIBC */