pike.git
/
src
/
builtin.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/builtin.cmod:29:
#include "port.h" #include "gc.h" #include "block_allocator.h" #include "pikecode.h" #include "opcodes.h" #include "whitespace.h" #include <ctype.h> #include <errno.h> #include <math.h>
+
+
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
-
+
#endif /* HAVE_ARPA_INET_H */
#define DEFAULT_CMOD_STORAGE DECLARATIONS /*! @module System */ /*! @class TM