From: Anantha Kesari H Y Date: Wed, 6 Oct 2004 13:22:21 +0000 (+0000) Subject: removed unwanted NEW_LIBC checks X-Git-Tag: PRE_NEW_VM_GEN_PATCH~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d7a8a9e6958389d935ddc106cfcda52286b2267;p=php removed unwanted NEW_LIBC checks --- diff --git a/main/network.c b/main/network.c index d16f796832..a89f87c197 100644 --- a/main/network.c +++ b/main/network.c @@ -29,13 +29,9 @@ #define O_RDONLY _O_RDONLY #include "win32/param.h" #elif defined(NETWARE) -#ifdef NEW_LIBC #include #include #else -#include "netware/time_nw.h" -#endif -#else #include #endif @@ -57,15 +53,12 @@ #if defined(NETWARE) #ifdef USE_WINSOCK -/*#include */ #include #else -/* New headers for socket stuff */ -#ifdef NEW_LIBC +#include #include #include #include -#endif #include #endif #elif !defined(PHP_WIN32)