comparison src/systime.h @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents e45d5e7c476e
children 78f53ef88e17
comparison
equal deleted inserted replaced
208:f427b8ec4379 209:41ff10fd062f
51 #endif 51 #endif
52 52
53 /* SVr4 and some friends don't actually declare this in its #include files. */ 53 /* SVr4 and some friends don't actually declare this in its #include files. */
54 #ifndef HAVE_TIMEZONE_DECL 54 #ifndef HAVE_TIMEZONE_DECL
55 extern long timezone; 55 extern long timezone;
56 #endif
57
58 #ifdef VMS
59 #ifdef VAXC
60 #include "vmstime.h"
61 #endif
62 #endif 56 #endif
63 57
64 /* On some configurations (hpux8.0, X11R4), sys/time.h and X11/Xos.h 58 /* On some configurations (hpux8.0, X11R4), sys/time.h and X11/Xos.h
65 disagree about the name of the guard symbol. */ 59 disagree about the name of the guard symbol. */
66 #ifdef HPUX 60 #ifdef HPUX