From f04b1e97bb95738775f24f9a28c807ad84581419 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Wed, 23 Feb 2005 08:56:47 +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 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 -- 2.50.1