From: Anantha Kesari H Y Date: Fri, 11 Mar 2005 06:55:22 +0000 (+0000) Subject: NetWare LibC has pwd.h X-Git-Tag: php-5.0.4RC1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ace2e5ac7377a83856093e62de065599ebb33f4;p=php NetWare LibC has pwd.h --- diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index d316f4ef11..002dd85627 100644 --- a/main/fopen_wrappers.c +++ b/main/fopen_wrappers.c @@ -56,8 +56,6 @@ #if HAVE_PWD_H #ifdef PHP_WIN32 #include "win32/pwd.h" -#elif defined(NETWARE) -#include "netware/pwd.h" #else #include #endif