From bc90ecb7e2e3b5e4b5fd8333762834100cdf1718 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Sat, 25 Sep 2004 14:46:24 +0000 Subject: [PATCH] removed unwanted NEW_LIBC checks --- ext/standard/image.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ext/standard/image.c b/ext/standard/image.c index 8b85ab7192..42989805a4 100644 --- a/ext/standard/image.c +++ b/ext/standard/image.c @@ -21,9 +21,6 @@ #include "php.h" #include -#if defined(NETWARE) && !defined(NEW_LIBC) -#include -#endif #if HAVE_FCNTL_H #include #endif -- 2.50.1