From 67a2998335b092bee137f48218b8cd05d0e35e48 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Thu, 17 Feb 2005 13:56:49 +0000 Subject: [PATCH] NetWare libc has pwd.h --- ext/standard/file.c | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.50.1