pike.git
/
src
/
global.h
version
»
Context lines:
10
20
40
80
file
none
3
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 #if defined(__GNUC__) && !defined(DEBUG) && !defined(lint) #define INLINE inline #else #define INLINE #endif #include "port.h"