pike.git
/
src
/
global.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/global.h:10:
/* * Some structure forward declarations are needed. */ /* This is needed for linux */ #ifdef MALLOC_REPLACED #define NO_FIX_MALLOC #endif
+
#ifndef STRUCT_PROGRAM_DECLARED
+
#define STRUCT_PROGRAM_DECLARED
struct program;
-
+
#endif
+
struct function;
-
+
#ifndef STRUCT_SVALUE_DECLARED
+
#define STRUCT_SVALUE_DECLARED
struct svalue;
-
+
#endif
struct sockaddr; struct object; struct array; struct svalue; #include "machine.h" #include "config.h" /* AIX requires this to be the first thing in the file. */ #ifdef __GNUC__