hyanantha               Thu Oct 24 07:12:44 2002 EDT

  Modified files:              (Branch: PHP_4_2_0)
    /php4/ext/standard  datetime.c 
  Log:
  NetWare related changes/modifications.
  
  
Index: php4/ext/standard/datetime.c
diff -u php4/ext/standard/datetime.c:1.83.2.1 php4/ext/standard/datetime.c:1.83.2.2
--- php4/ext/standard/datetime.c:1.83.2.1       Mon Jul 22 18:07:11 2002
+++ php4/ext/standard/datetime.c        Thu Oct 24 07:12:44 2002
@@ -19,7 +19,7 @@
  */
 
 
-/* $Id: datetime.c,v 1.83.2.1 2002/07/22 22:07:11 jan Exp $ */
+/* $Id: datetime.c,v 1.83.2.2 2002/10/24 11:12:44 hyanantha Exp $ */
 
 
 #include "php.h"
@@ -55,6 +55,9 @@
 };
 
 #if !defined(HAVE_TM_ZONE) && !defined(_TIMEZONE) && !defined(HAVE_DECLARED_TIMEZONE)
+#if defined(NETWARE) && (NEW_LIBC)
+#define timezone    _timezone   /* Do not know why this is called '_timezone' in new 
+version of LibC */
+#endif
 extern time_t timezone;
 extern int daylight;
 #endif



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

Reply via email to