From 348694d57c525799b345191ca53fb8488dd3f863 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Tue, 28 Jun 2005 12:48:28 +0000 Subject: [PATCH] removing the redundant NEW_LIBC checks --- ext/standard/lcg.c | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.50.1