From 3c1e2e15b89d63a8b2afea047be18437608d49cb Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Mon, 14 Feb 2005 11:10:07 +0000 Subject: [PATCH] NetWare Libc has php.h so no need of having netware specific block here --- main/php.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/main/php.h b/main/php.h index c650d783e8..6d58825b6e 100644 --- a/main/php.h +++ b/main/php.h @@ -201,9 +201,6 @@ char *strerror(int); # ifdef PHP_WIN32 #include "win32/pwd.h" #include "win32/param.h" -#elif defined(NETWARE) -#include -#include "NetWare/pwd.h" # else #include #include -- 2.40.0