]> granicus.if.org Git - php/commitdiff
removed unwanted NEW_LIBC checks
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 6 Oct 2004 13:22:21 +0000 (13:22 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 6 Oct 2004 13:22:21 +0000 (13:22 +0000)
main/network.c

index d16f796832a6ec29eba64aab045156eb74b04b66..a89f87c1978a12a222416b7bed7fe44225f8a3b3 100644 (file)
 #define O_RDONLY _O_RDONLY
 #include "win32/param.h"
 #elif defined(NETWARE)
-#ifdef NEW_LIBC
 #include <sys/timeval.h>
 #include <sys/param.h>
 #else
-#include "netware/time_nw.h"
-#endif
-#else
 #include <sys/param.h>
 #endif
 
 
 #if defined(NETWARE)
 #ifdef USE_WINSOCK
-/*#include <ws2nlm.h>*/
 #include <novsock2.h>
 #else
-/* New headers for socket stuff */
-#ifdef NEW_LIBC
+#include <arpa/inet.h>
 #include <netinet/in.h>
 #include <netdb.h>
 #include <sys/select.h>
-#endif
 #include <sys/socket.h>
 #endif
 #elif !defined(PHP_WIN32)