comparison src/systime.h @ 213:78f53ef88e17 r20-4b5

Import from CVS: tag r20-4b5
author cvs
date Mon, 13 Aug 2007 10:06:47 +0200
parents 41ff10fd062f
children 2c611d1463a6
comparison
equal deleted inserted replaced
212:d8688acf4c5b 213:78f53ef88e17
46 46
47 #ifdef HAVE_TZNAME 47 #ifdef HAVE_TZNAME
48 #ifndef tzname /* For SGI. */ 48 #ifndef tzname /* For SGI. */
49 extern char *tzname[]; /* RS6000 and others want it this way. */ 49 extern char *tzname[]; /* RS6000 and others want it this way. */
50 #endif 50 #endif
51 #endif
52
53 /* SVr4 and some friends don't actually declare this in its #include files. */
54 #ifndef HAVE_TIMEZONE_DECL
55 extern long timezone;
56 #endif 51 #endif
57 52
58 /* On some configurations (hpux8.0, X11R4), sys/time.h and X11/Xos.h 53 /* On some configurations (hpux8.0, X11R4), sys/time.h and X11/Xos.h
59 disagree about the name of the guard symbol. */ 54 disagree about the name of the guard symbol. */
60 #ifdef HPUX 55 #ifdef HPUX