From: Anantha Kesari H Y Date: Fri, 11 Mar 2005 08:51:08 +0000 (+0000) Subject: NetWare LibC has pwd.h X-Git-Tag: php-5.0.4RC1~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbef4e8da2354b9425c68900da5f88755a1642af;p=php NetWare LibC has pwd.h --- diff --git a/ext/standard/link.c b/ext/standard/link.c index f809a70c33..5000a808b5 100644 --- a/ext/standard/link.c +++ b/ext/standard/link.c @@ -33,8 +33,6 @@ #if HAVE_PWD_H #ifdef PHP_WIN32 #include "win32/pwd.h" -#elif defined(NETWARE) -#include "netware/pwd.h" #else #include #endif