From: Anantha Kesari H Y Date: Tue, 28 Jun 2005 14:49:14 +0000 (+0000) Subject: removing redundant NEW_LIBC checks for NetWare X-Git-Tag: php-5.0.5RC1~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8a5e7573c74986a538005e2079569ab8fb5290f;p=php removing redundant NEW_LIBC checks for NetWare --- 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"