]> granicus.if.org Git - php/commitdiff
removed redundant NEW_LIBC checks
authorAnantha Kesari H Y <hyanantha@php.net>
Sat, 25 Sep 2004 15:26:55 +0000 (15:26 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Sat, 25 Sep 2004 15:26:55 +0000 (15:26 +0000)
ext/standard/datetime.c

index 694668198dcc8434459d27e016963ffac2a80566..eb025e530295637b64ad051f8c3522721e2e3844 100644 (file)
@@ -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;