From: Anantha Kesari H Y Date: Thu, 17 Feb 2005 13:57:21 +0000 (+0000) Subject: NetWare LibC has pwd.h X-Git-Tag: RELEASE_0_2_4~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f243d7af75df29afea19da590b0cea10854ce91;p=php NetWare LibC has pwd.h --- diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index c15f5d35f8..9eb7768b9b 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -58,8 +58,6 @@ #if HAVE_PWD_H # ifdef PHP_WIN32 # include "win32/pwd.h" -# elif defined(NETWARE) -# include "netware/pwd.h" # else # include # endif