comparison src/systime.h @ 207:e45d5e7c476e r20-4b2

Import from CVS: tag r20-4b2
author cvs
date Mon, 13 Aug 2007 10:03:52 +0200
parents 4be1180a9e89
children 41ff10fd062f
comparison
equal deleted inserted replaced
206:d3e9274cbc4e 207:e45d5e7c476e
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 51 #endif
52 52
53 /* SVr4 doesn't actually declare this in its #include files. */ 53 /* SVr4 and some friends don't actually declare this in its #include files. */
54 #ifdef USG5_4 54 #ifndef HAVE_TIMEZONE_DECL
55 extern long timezone; 55 extern long timezone;
56 #endif 56 #endif
57 57
58 #ifdef VMS 58 #ifdef VMS
59 #ifdef VAXC 59 #ifdef VAXC