# HG changeset patch # User Richard M. Stallman # Date 739388663 0 # Node ID a9967fc643c51fae741ce1e53bb2388182c14935 # Parent dc9f7a107e28476b1a090b1970c0339a2df4b4b0 [HAVE_TZNAME]: Declare tzname if not macro. diff -r dc9f7a107e28 -r a9967fc643c5 src/systime.h --- 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;