1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

Removed redundant NEW_LIBC checks for NETWARE

This commit is contained in:
Anantha Kesari H Y
2005-01-05 10:24:40 +00:00
parent 7389f038ce
commit 36bcea7339
+1 -1
View File
@@ -30,7 +30,7 @@
#endif
/* Additional headers for NetWare */
#if defined(NETWARE) && (NEW_LIBC)
#if defined(NETWARE)
#include <sys/select.h>
#include <sys/timeval.h>
#endif