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.23 1998/06/12 19:16:40 noring Exp $
+ * $Id: global.h,v 1.24 1998/08/07 16:12:39 grubba 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:38: Inside #if undefined(STRUCT_SVALUE_DECLARED)
struct function;
#ifndef STRUCT_SVALUE_DECLARED
#define STRUCT_SVALUE_DECLARED
struct svalue;
#endif
struct sockaddr;
struct object;
struct array;
struct svalue;
+ #ifndef STRUCT_TIMEVAL_DECLARED
+ #define STRUCT_TIMEVAL_DECLARED
+ struct timeval;
+ #endif
+
#include "machine.h"
/*
* 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