hyanantha               Sat Sep 25 11:26:55 2004 EDT

  Modified files:              
    /php-src/ext/standard       datetime.c 
  Log:
  removed redundant NEW_LIBC checks
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/datetime.c?r1=1.122&r2=1.123&ty=u
Index: php-src/ext/standard/datetime.c
diff -u php-src/ext/standard/datetime.c:1.122 php-src/ext/standard/datetime.c:1.123
--- php-src/ext/standard/datetime.c:1.122       Tue Jul 27 21:44:39 2004
+++ php-src/ext/standard/datetime.c     Sat Sep 25 11:26:55 2004
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: datetime.c,v 1.122 2004/07/28 01:44:39 iliaa Exp $ */
+/* $Id: datetime.c,v 1.123 2004/09/25 15:26:55 hyanantha Exp $ */
 
 #include "php.h"
 #include "zend_operators.h"
@@ -52,7 +52,7 @@
 };
 
 #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;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to