From: Anantha Kesari H Y Date: Mon, 21 Mar 2005 08:46:50 +0000 (+0000) Subject: NetWare LibC headers have sys/param.h X-Git-Tag: php-5.0.4RC2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a429389b7db9cc51a350f6c32b0aba0b36050c0;p=php NetWare LibC headers have sys/param.h --- diff --git a/ext/standard/file.c b/ext/standard/file.c index 1e798fee66..5178ac6e2e 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -47,10 +47,6 @@ #define O_RDONLY _O_RDONLY #include "win32/param.h" #include "win32/winutil.h" -#elif defined(NETWARE) && !defined(NEW_LIBC) -/*#include */ -#include -#include "netware/param.h" #else #if HAVE_SYS_PARAM_H #include diff --git a/ext/standard/ftp_fopen_wrapper.c b/ext/standard/ftp_fopen_wrapper.c index 8637f25f60..e715237a13 100644 --- a/ext/standard/ftp_fopen_wrapper.c +++ b/ext/standard/ftp_fopen_wrapper.c @@ -35,14 +35,6 @@ #include #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 diff --git a/ext/standard/http_fopen_wrapper.c b/ext/standard/http_fopen_wrapper.c index d45864fedd..892fe9bd5e 100644 --- a/ext/standard/http_fopen_wrapper.c +++ b/ext/standard/http_fopen_wrapper.c @@ -37,14 +37,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