From: Anantha Kesari H Y Date: Fri, 11 Mar 2005 09:07:34 +0000 (+0000) Subject: removed redundant NEW_LIBC checks for NetWare X-Git-Tag: php-5.0.4RC1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfb55aa96d28ff1438b27ae0ce0b32957bd17cd8;p=php removed redundant NEW_LIBC checks for NetWare --- 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;