From: Anantha Kesari H Y Date: Mon, 27 Sep 2004 15:55:04 +0000 (+0000) Subject: removed redundant NEW_LIBC checks X-Git-Tag: PRE_NEW_VM_GEN_PATCH~174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=549ec65eeebffb4b01707686724ea32d89fc04c4;p=php removed redundant NEW_LIBC checks --- diff --git a/ext/standard/http_fopen_wrapper.c b/ext/standard/http_fopen_wrapper.c index 2ae33765e8..db7e5ee54c 100644 --- a/ext/standard/http_fopen_wrapper.c +++ b/ext/standard/http_fopen_wrapper.c @@ -38,14 +38,6 @@ #ifdef PHP_WIN32 #define O_RDONLY _O_RDONLY #include "win32/param.h" -#elif defined(NETWARE) -/*#include */ -/*#include */ -#ifdef NEW_LIBC -#include -#else -#include "netware/param.h" -#endif #else #include #endif @@ -60,7 +52,6 @@ #ifdef PHP_WIN32 #include #elif defined(NETWARE) && defined(USE_WINSOCK) -/*#include */ #include #else #include