From a8a5e7573c74986a538005e2079569ab8fb5290f Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Tue, 28 Jun 2005 14:49:14 +0000 Subject: [PATCH] removing redundant NEW_LIBC checks for NetWare --- ext/standard/head.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ext/standard/head.c b/ext/standard/head.c index a80acc53d1..a80e1d2ee5 100644 --- a/ext/standard/head.c +++ b/ext/standard/head.c @@ -18,11 +18,6 @@ /* $Id$ */ #include - -#if defined(NETWARE) && !defined(NEW_LIBC) -#include -#endif - #include "php.h" #include "ext/standard/php_standard.h" #include "SAPI.h" -- 2.50.1