diff src/systime.h @ 207:e45d5e7c476e r20-4b2

Import from CVS: tag r20-4b2
author cvs
date Mon, 13 Aug 2007 10:03:52 +0200
parents 4be1180a9e89
children 41ff10fd062f
line wrap: on
line diff
--- a/src/systime.h	Mon Aug 13 10:02:48 2007 +0200
+++ b/src/systime.h	Mon Aug 13 10:03:52 2007 +0200
@@ -50,8 +50,8 @@
 #endif
 #endif
 
-/* SVr4 doesn't actually declare this in its #include files.  */
-#ifdef USG5_4
+/* SVr4 and some friends don't actually declare this in its #include files.  */
+#ifndef HAVE_TIMEZONE_DECL
 extern long timezone;
 #endif