From: Anantha Kesari H Y Date: Thu, 23 Sep 2004 15:43:54 +0000 (+0000) Subject: removed redundant checks for NETWARE X-Git-Tag: PRE_NEW_VM_GEN_PATCH~246 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b0489ac4768d5a07370088eb9ff4a01e1d08643;p=php removed redundant checks for NETWARE --- diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index d29a33b5b7..dc986ffe33 100644 --- a/main/fopen_wrappers.c +++ b/main/fopen_wrappers.c @@ -35,14 +35,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 @@ -75,7 +67,6 @@ #ifdef PHP_WIN32 #include #elif defined(NETWARE) && defined(USE_WINSOCK) -/*#include */ #include #else #include