pike.git
/
src
/
global.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/global.h:276:
# ifdef _AIX #pragma alloca # else # ifndef alloca /* predefined by HP cc +Olibcalls */ void *alloca(); # endif # endif # endif #endif
-
#ifdef __NT__
-
/* We are running NT */
-
#undef FD_SETSIZE
-
#define FD_SETSIZE MAX_OPEN_FILEDESCRIPTORS
-
#endif
-
+
#ifdef HAVE_DEVICES_TIMER_H /* On AmigaOS, struct timeval is defined in a variety of places and a variety of ways. Making sure <devices/timer.h> is included first brings some amount of order to the chaos. */ #include <devices/timer.h> #endif #include <stdio.h> #include <stdarg.h>