From: Anantha Kesari H Y Date: Tue, 28 Jun 2005 15:19:35 +0000 (+0000) Subject: removing unwanted NetWare portion X-Git-Tag: php-5.0.5RC1~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25cf53b3521adf29e575507490e4de5a90730832;p=php removing unwanted NetWare portion --- diff --git a/ext/standard/microtime.c b/ext/standard/microtime.c index c32c54d409..cbd0967745 100644 --- a/ext/standard/microtime.c +++ b/ext/standard/microtime.c @@ -25,12 +25,6 @@ #endif #ifdef PHP_WIN32 #include "win32/time.h" -#elif defined(NETWARE) -#ifdef NEW_LIBC -#include -#else -#include "netware/time_nw.h" -#endif #else #include #endif