pike.git
/
src
/
global.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/global.h:1:
/* || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: global.h,v 1.
78
2003/
01
/
26
11
:
09
:
00
mirar
Exp $
+
|| $Id: global.h,v 1.
79
2003/
02
/
08
02
:
31
:
57
mast
Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H #if defined(__WINNT__) && !defined(__NT__) #define __NT__ #endif #ifndef _LARGEFILE_SOURCE
pike.git/src/global.h:55:
struct sockaddr; struct object; struct array; struct svalue; #ifndef STRUCT_TIMEVAL_DECLARED #define STRUCT_TIMEVAL_DECLARED struct timeval; #endif
+
#ifndef CONFIGURE_TEST
+
/* machine.h doesn't exist if we're included from a configure test
+
* program. In that case these defines will already be included. */
#include "machine.h"
-
+
#endif
/* * 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 */