comparison include/SDL_config.h.in @ 4109:cd2ab40f1219 SDL-1.2

Made the mprotect() fix for SDL_SoftStretch() more general for hardened linux, etc.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 29 Dec 2007 05:18:33 +0000
parents f733c048a94f
children 568c9b3c0167
comparison
equal deleted inserted replaced
4108:3feb94233f90 4109:cd2ab40f1219
134 #undef HAVE_SETJMP 134 #undef HAVE_SETJMP
135 #undef HAVE_NANOSLEEP 135 #undef HAVE_NANOSLEEP
136 #undef HAVE_CLOCK_GETTIME 136 #undef HAVE_CLOCK_GETTIME
137 #undef HAVE_DLVSYM 137 #undef HAVE_DLVSYM
138 #undef HAVE_GETPAGESIZE 138 #undef HAVE_GETPAGESIZE
139 #undef HAVE_MPROTECT
139 140
140 #else 141 #else
141 /* We may need some replacement for stdarg.h here */ 142 /* We may need some replacement for stdarg.h here */
142 #include <stdarg.h> 143 #include <stdarg.h>
143 #endif /* HAVE_LIBC */ 144 #endif /* HAVE_LIBC */