From: Anantha Kesari H Y Date: Thu, 17 Feb 2005 13:56:49 +0000 (+0000) Subject: NetWare libc has pwd.h X-Git-Tag: RELEASE_0_2_4~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67a2998335b092bee137f48218b8cd05d0e35e48;p=php NetWare libc has pwd.h --- diff --git a/ext/standard/file.c b/ext/standard/file.c index ca750ca709..196bf3d6ec 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -83,8 +83,6 @@ #if HAVE_PWD_H #ifdef PHP_WIN32 #include "win32/pwd.h" -#elif defined(NETWARE) -#include "netware/pwd.h" #else #include #endif