From bfb55aa96d28ff1438b27ae0ce0b32957bd17cd8 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Fri, 11 Mar 2005 09:07:34 +0000 Subject: [PATCH] removed redundant NEW_LIBC checks for NetWare --- ext/standard/datetime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/datetime.c b/ext/standard/datetime.c index 52fb6227bc..2e9999bcac 100644 --- a/ext/standard/datetime.c +++ b/ext/standard/datetime.c @@ -52,7 +52,7 @@ char *day_short_names[] = { }; #if !defined(HAVE_TM_ZONE) && !defined(_TIMEZONE) && !defined(HAVE_DECLARED_TIMEZONE) -#if defined(NETWARE) && defined(NEW_LIBC) +#ifdef NETWARE #define timezone _timezone /* timezone is called '_timezone' in new version of LibC */ #endif extern time_t timezone; -- 2.50.1