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
uLPC
, and is copyright by Fredrik Hubinette
-
|||
uLPC
is distributed as GPL (General Public License)
+
||| 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. \*/ #ifndef GLOBAL_H #define GLOBAL_H #define POSIX_SOURCE /* * Some structure forward declarations are needed. */
pike.git/src/global.h:45:
char *alloca (); # endif # endif # endif #endif #include <stdio.h> #ifdef HAVE_STDLIB_H #include <stdlib.h>
+
#undef HAVE_STDLIB_H
#endif #ifdef HAVE_UNISTD_H #include <unistd.h>
-
+
#undef HAVE_UNISTD_H
#endif #ifdef HAVE_STRING_H #include <string.h>
-
+
#undef HAVE_STRING_H
#endif #ifdef HAVE_MEMORY_H #include <memory.h>
-
+
#undef HAVE_MEMORY_H
#endif
-
#ifdef DEBUG
-
#include "debug.h"
-
#endif
-
+
#if defined(__GNUC__) && !defined(DEBUG) && !defined(lint) #define INLINE inline #else #define INLINE #endif #include "port.h" #ifdef BUFSIZ