pike.git
/
src
/
global.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/global.h:315:
#endif #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #ifdef HAVE_STRING_H #include <string.h> #endif
-
#ifdef HAVE_LIMITS_H
+
#include <limits.h>
-
#endif
+
#ifdef HAVE_SYS_TYPES_H #include <sys/types.h> #endif #ifdef HAVE_MEMORY_H #include <memory.h> #endif #ifdef HAVE_WINDOWS_H