diff options
Diffstat (limited to 'src/systime.h')
| -rw-r--r-- | src/systime.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/systime.h b/src/systime.h index bed9ed4aa71..9e7a1173a20 100644 --- a/src/systime.h +++ b/src/systime.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* systime.h - System-dependent definitions for time manipulations. | 1 | /* systime.h - System-dependent definitions for time manipulations. |
| 2 | Copyright (C) 1993-1994, 2002-2011 Free Software Foundation, Inc. | 2 | Copyright (C) 1993-1994, 2002-2012 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -38,17 +38,6 @@ typedef unsigned long Time; | |||
| 38 | # endif | 38 | # endif |
| 39 | #endif | 39 | #endif |
| 40 | 40 | ||
| 41 | #ifdef HAVE_TZNAME | ||
| 42 | #ifndef tzname /* For SGI. */ | ||
| 43 | extern char *tzname[]; /* RS6000 and others want it this way. */ | ||
| 44 | #endif | ||
| 45 | #endif | ||
| 46 | |||
| 47 | /* SVr4 doesn't actually declare this in its #include files. */ | ||
| 48 | #ifdef USG5_4 | ||
| 49 | extern time_t timezone; | ||
| 50 | #endif | ||
| 51 | |||
| 52 | /* On some configurations (hpux8.0, X11R4), sys/time.h and X11/Xos.h | 41 | /* On some configurations (hpux8.0, X11R4), sys/time.h and X11/Xos.h |
| 53 | disagree about the name of the guard symbol. */ | 42 | disagree about the name of the guard symbol. */ |
| 54 | #ifdef HPUX | 43 | #ifdef HPUX |