comparison include/SDL_config.h.in @ 2093:cdaeb26ed66a

Merged r2981:2982 from branches/SDL-1.2: fbcon getpagesize() compile fix.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 15 Feb 2007 23:57:07 +0000
parents dbfa1ebd73b0
children 9c9c49b18693
comparison
equal deleted inserted replaced
2092:8e761d6af583 2093:cdaeb26ed66a
128 #undef HAVE_SIGACTION 128 #undef HAVE_SIGACTION
129 #undef HAVE_SETJMP 129 #undef HAVE_SETJMP
130 #undef HAVE_NANOSLEEP 130 #undef HAVE_NANOSLEEP
131 #undef HAVE_CLOCK_GETTIME 131 #undef HAVE_CLOCK_GETTIME
132 #undef HAVE_DLVSYM 132 #undef HAVE_DLVSYM
133 #undef HAVE_GETPAGESIZE
133 134
134 #else 135 #else
135 /* We may need some replacement for stdarg.h here */ 136 /* We may need some replacement for stdarg.h here */
136 #include <stdarg.h> 137 #include <stdarg.h>
137 #endif /* HAVE_LIBC */ 138 #endif /* HAVE_LIBC */