]> granicus.if.org Git - php/commitdiff
explicitly including sys/select.h as NetWare LibC sys/types.h does not include sys...
authorAnantha Kesari H Y <hyanantha@php.net>
Fri, 8 Oct 2004 07:43:41 +0000 (07:43 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Fri, 8 Oct 2004 07:43:41 +0000 (07:43 +0000)
Zend/acconfig.h
Zend/zend_config.nw.h

index 6bb0d4bae726034474c8067143b9eda812febf2e..211a8268bead16abfe7dc98305aef97c8bf1b161 100644 (file)
 # include <sys/types.h>
 #endif
 
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
+
 #ifdef HAVE_IEEEFP_H
 # include <ieeefp.h>
 #endif
index 1e4179e22e9393a01150aaa4fe7c3497f06ed138..e28d610860a644209d48a16f142a26bbf8b335b8 100644 (file)
@@ -34,6 +34,7 @@ typedef unsigned int uint;
 /* #include <malloc.h> */
 
 #define HAVE_STRING_H 1
+#define HAVE_SYS_SELECT_H 1
 #define HAVE_STDLIB_H 1
 #undef HAVE_KILL
 #define HAVE_GETPID 1