summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2004-10-08 07:43:41 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2004-10-08 07:43:41 +0000
commit7ab517bcbfb30eb768c7bca02a1a540e7e9a0092 (patch)
treefd78f1cc0d33a59c60995c83243e116e1dd6d6eb
parentdf06803187934e5fa662aef3fc3c8b9f9f650093 (diff)
downloadphp-git-7ab517bcbfb30eb768c7bca02a1a540e7e9a0092.tar.gz
explicitly including sys/select.h as NetWare LibC sys/types.h does not include sys/select.h implicitly as other LibC
-rw-r--r--Zend/acconfig.h4
-rw-r--r--Zend/zend_config.nw.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/Zend/acconfig.h b/Zend/acconfig.h
index 6bb0d4bae7..211a8268be 100644
--- a/Zend/acconfig.h
+++ b/Zend/acconfig.h
@@ -47,6 +47,10 @@
# include <sys/types.h>
#endif
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
+
#ifdef HAVE_IEEEFP_H
# include <ieeefp.h>
#endif
diff --git a/Zend/zend_config.nw.h b/Zend/zend_config.nw.h
index 1e4179e22e..e28d610860 100644
--- a/Zend/zend_config.nw.h
+++ b/Zend/zend_config.nw.h
@@ -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