From 1a429389b7db9cc51a350f6c32b0aba0b36050c0 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Mon, 21 Mar 2005 08:46:50 +0000 Subject: [PATCH] NetWare LibC headers have sys/param.h --- ext/standard/file.c | 4 ---- ext/standard/ftp_fopen_wrapper.c | 8 -------- ext/standard/http_fopen_wrapper.c | 8 -------- 3 files changed, 20 deletions(-) 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 -- 2.50.1