From: Anantha Kesari H Y Date: Wed, 22 Jun 2005 11:23:35 +0000 (+0000) Subject: NetWare LibC has sys/param.h X-Git-Tag: php-5.0.5RC1~139 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0cdfe8042ae7d9dbd820476658893c2d7d829e83;p=php NetWare LibC has sys/param.h --- diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index 002dd85627..a60016942b 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