From: Anantha Kesari H Y Date: Wed, 23 Feb 2005 08:56:47 +0000 (+0000) Subject: NetWare LibC has pwd.h X-Git-Tag: RELEASE_0_3~240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f04b1e97bb95738775f24f9a28c807ad84581419;p=php NetWare LibC has pwd.h --- diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index fc11b3c095..f52de88d6d 100644 --- a/main/fopen_wrappers.c +++ b/main/fopen_wrappers.c @@ -48,8 +48,6 @@ #if HAVE_PWD_H #ifdef PHP_WIN32 #include "win32/pwd.h" -#elif defined(NETWARE) -#include "netware/pwd.h" #else #include #endif