From 3e204f3e07ebcc443b92597d3fd4b912449595f4 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Mon, 21 Feb 2005 09:17:30 +0000 Subject: [PATCH] NetWare has pwd.h and removed unwanted check on NEW_LIBC while including param.h --- ext/standard/pack.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ext/standard/pack.c b/ext/standard/pack.c index 12395e920f..3f1c872944 100644 --- a/ext/standard/pack.c +++ b/ext/standard/pack.c @@ -34,12 +34,8 @@ #else #include #endif -#ifdef NEW_LIBC #include #else -#include "netware/param.h" -#endif -#else #include #endif #include "ext/standard/head.h" @@ -49,8 +45,6 @@ #if HAVE_PWD_H #ifdef PHP_WIN32 #include "win32/pwd.h" -#elif defined(NETWARE) -#include "netware/pwd.h" #else #include #endif -- 2.40.0