pike.git
/
src
/
global.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/global.h:1:
/*\ ||| This file a part of Pike, and is copyright by Fredrik Hubinette ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /*
-
* $Id: global.h,v 1.
37
1999/
07
/
15
18
:
56
:
53
grubba
Exp $
+
* $Id: global.h,v 1.
38
1999/
08
/
06
23
:
04
:
05
hubbe
Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H #if defined(__WINNT__) && !defined(__NT__) #define __NT__ #endif /* The worlds most stringent C compiler? */ #ifdef __TenDRA__
pike.git/src/global.h:102:
# ifdef _AIX #pragma alloca # else # ifndef alloca /* predefined by HP cc +Olibcalls */ char *alloca (); # endif # endif # endif #endif
+
#ifdef __NT__
+
/* We are running NT */
+
#define FD_SETSIZE MAX_OPEN_FILEDESCRIPTORS
+
#endif
+
#include <stdio.h> #ifdef HAVE_STDLIB_H #include <stdlib.h> #undef HAVE_STDLIB_H #endif #ifdef HAVE_STDDEF_H #include <stddef.h> #undef HAVE_STDDEF_H