From: Anantha Kesari H Y Date: Tue, 28 Jun 2005 12:48:28 +0000 (+0000) Subject: removing the redundant NEW_LIBC checks X-Git-Tag: php-5.0.5RC1~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=348694d57c525799b345191ca53fb8488dd3f863;p=php removing the redundant NEW_LIBC checks --- diff --git a/ext/standard/lcg.c b/ext/standard/lcg.c index 5d1f1cd128..daa1270c1a 100644 --- a/ext/standard/lcg.c +++ b/ext/standard/lcg.c @@ -28,12 +28,8 @@ #ifdef PHP_WIN32 #include "win32/time.h" #elif defined(NETWARE) -#ifdef NEW_LIBC #include #else -#include "netware/time_nw.h" -#endif -#else #include #endif