From: Anantha Kesari H Y Date: Sat, 25 Sep 2004 14:54:41 +0000 (+0000) Subject: removed unwanted NEW_LIBC checks as they are no more needed for NETAWRE X-Git-Tag: PRE_NEW_VM_GEN_PATCH~220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78ecac2569f1144c9a063faa9abbc2519dafb6ab;p=php removed unwanted NEW_LIBC checks as they are no more needed for NETAWRE --- 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