From 1ace2e5ac7377a83856093e62de065599ebb33f4 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Fri, 11 Mar 2005 06:55:22 +0000 Subject: [PATCH] NetWare LibC has pwd.h --- main/fopen_wrappers.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index d316f4ef11..002dd85627 100644 --- a/main/fopen_wrappers.c +++ b/main/fopen_wrappers.c @@ -56,8 +56,6 @@ #if HAVE_PWD_H #ifdef PHP_WIN32 #include "win32/pwd.h" -#elif defined(NETWARE) -#include "netware/pwd.h" #else #include #endif -- 2.40.0