From: Anantha Kesari H Y Date: Fri, 11 Mar 2005 08:11:28 +0000 (+0000) Subject: removed NetWare specific NEW_LIBC checks X-Git-Tag: php-5.0.4RC1~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=553245e48d0312e01e31faa986c3d4efa3861893;p=php removed NetWare specific NEW_LIBC checks --- diff --git a/main/network.c b/main/network.c index d16f796832..5be559b82c 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,11 @@ #if defined(NETWARE) #ifdef USE_WINSOCK -/*#include */ #include #else -/* New headers for socket stuff */ -#ifdef NEW_LIBC #include #include #include -#endif #include #endif #elif !defined(PHP_WIN32)