From 595268403a4bb5d43944e43f8dd6cb5372e3d974 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Sat, 25 Sep 2004 14:19:38 +0000 Subject: [PATCH] removed 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