From: Anantha Kesari H Y Date: Thu, 10 Mar 2005 12:23:12 +0000 (+0000) Subject: NetWare LibC has pwd.h X-Git-Tag: php-5.0.4RC1~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3bc8a341bcf4e643f7f76ea87a542101034dbf8;p=php NetWare LibC has pwd.h --- diff --git a/ext/standard/pack.c b/ext/standard/pack.c index 758d214e0d..f66586ab21 100644 --- a/ext/standard/pack.c +++ b/ext/standard/pack.c @@ -50,8 +50,6 @@ #if HAVE_PWD_H #ifdef PHP_WIN32 #include "win32/pwd.h" -#elif defined(NETWARE) -#include "netware/pwd.h" #else #include #endif