changeset 3523:a9967fc643c5

[HAVE_TZNAME]: Declare tzname if not macro.
author Richard M. Stallman <rms@gnu.org>
date Sun, 06 Jun 1993 17:44:23 +0000
parents dc9f7a107e28
children bedf7049667a
files src/systime.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/systime.h	Sun Jun 06 17:43:12 1993 +0000
+++ b/src/systime.h	Sun Jun 06 17:44:23 1993 +0000
@@ -28,6 +28,12 @@
 #endif
 #endif
 
+#ifdef HAVE_TZNAME
+#ifndef tzname		/* For SGI.  */
+extern char *tzname[];	/* RS6000 and others want it this way.  */
+#endif
+#endif
+
 /* SVr4 doesn't actually declare this in its #include files.  */
 #ifdef USG5_4
 extern long timezone;