mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
explicitly including sys/select.h as NetWare LibC sys/types.h does not include sys/select.h implicitly as other LibC
This commit is contained in:
parent
df06803187
commit
7ab517bcbf
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user