From 78ecac2569f1144c9a063faa9abbc2519dafb6ab Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Sat, 25 Sep 2004 14:54:41 +0000 Subject: [PATCH] removed unwanted NEW_LIBC checks as they are no more needed for NETAWRE --- ext/standard/microtime.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ext/standard/microtime.c b/ext/standard/microtime.c index 801c73afba..3ff8255069 100644 --- a/ext/standard/microtime.c +++ b/ext/standard/microtime.c @@ -26,11 +26,8 @@ #ifdef PHP_WIN32 #include "win32/time.h" #elif defined(NETWARE) -#ifdef NEW_LIBC #include -#else -#include "netware/time_nw.h" -#endif +#include #else #include #endif -- 2.50.1