mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
[HAVE_TZNAME]: Declare tzname if not macro.
This commit is contained in:
parent
a7971c39a9
commit
2ffe7ef250
@ -28,6 +28,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#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;
|
||||
|
Loading…
Reference in New Issue
Block a user