]> granicus.if.org Git - php/commitdiff
removed NetWare specific NEW_LIBC checks
authorAnantha Kesari H Y <hyanantha@php.net>
Fri, 11 Mar 2005 08:11:28 +0000 (08:11 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Fri, 11 Mar 2005 08:11:28 +0000 (08:11 +0000)
main/network.c

index d16f796832a6ec29eba64aab045156eb74b04b66..5be559b82c5c46cc4eae3bc7711a8b3bcca7c05e 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 <netinet/in.h>
 #include <netdb.h>
 #include <sys/select.h>
-#endif
 #include <sys/socket.h>
 #endif
 #elif !defined(PHP_WIN32)