From: Anantha Kesari H Y Date: Mon, 21 Feb 2005 09:12:44 +0000 (+0000) Subject: NetWare LibC has pwd.h X-Git-Tag: RELEASE_0_3~294 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bd83a53ac1562a097b5b1c4d67a81d9f559a984;p=php NetWare LibC has pwd.h --- diff --git a/ext/standard/link.c b/ext/standard/link.c index ec67f19f51..87b5531ea9 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