From: Anantha Kesari H Y Date: Sat, 25 Sep 2004 15:26:55 +0000 (+0000) Subject: removed redundant NEW_LIBC checks X-Git-Tag: PRE_NEW_VM_GEN_PATCH~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d57757a8a3a33f6ac86a2f9eea03fd7077fe5ad;p=php removed redundant NEW_LIBC checks --- diff --git a/ext/standard/datetime.c b/ext/standard/datetime.c index 694668198d..eb025e5302 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;