hyanantha Fri Mar 11 04:07:36 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/standard datetime.c Log: removed redundant NEW_LIBC checks for NetWare http://cvs.php.net/diff.php/php-src/ext/standard/datetime.c?r1=1.121.2.3&r2=1.121.2.4&ty=u Index: php-src/ext/standard/datetime.c diff -u php-src/ext/standard/datetime.c:1.121.2.3 php-src/ext/standard/datetime.c:1.121.2.4 --- php-src/ext/standard/datetime.c:1.121.2.3 Fri Feb 4 08:09:09 2005 +++ php-src/ext/standard/datetime.c Fri Mar 11 04:07:34 2005 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: datetime.c,v 1.121.2.3 2005/02/04 13:09:09 sniper Exp $ */ +/* $Id: datetime.c,v 1.121.2.4 2005/03/11 09:07:34 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