]> granicus.if.org Git - php/commitdiff
removed redundant NEW_LIBC checks for NetWare
authorAnantha Kesari H Y <hyanantha@php.net>
Fri, 11 Mar 2005 09:07:34 +0000 (09:07 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Fri, 11 Mar 2005 09:07:34 +0000 (09:07 +0000)
ext/standard/datetime.c

index 52fb6227bc98b13897efcd717ca11361386be851..2e9999bcac9c0e5f10f3acdd3d645347da5fd505 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;