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.
20
1998/
03
/
28
15
:
15
:
13
grubba
Exp $
+
* $Id: global.h,v 1.
21
1998/
05
/
12
07
:
33
:
11
hubbe
Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H #ifndef _LARGEFILE_SOURCE # define _FILE_OFFSET_BITS 64 # define _LARGEFILE_SOURCE # define _LARGEFILE64_SOURCE 1 #endif
pike.git/src/global.h:36:
struct svalue; #endif struct sockaddr; struct object; struct array; struct svalue; #include "machine.h" /*
+
* Ugga, bugga, hope the gods of select() listen to us!
+
*/
+
#define FD_SETSIZE MAX_OPEN_FILEDESCRIPTORS
+
+
/*
* Max number of local variables in a function. * Currently there is no support for more than 256 */ #define MAX_LOCAL 256 /* * define NO_GC to get rid of garbage collection */ #ifndef NO_GC #define GC2