comparison src/systime.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 /* Synched up with: FSF 19.30. */ 21 /* Synched up with: FSF 19.30. */
22 22
23 #ifndef _XEMACS_SYSTIME_H_ 23 #ifndef INCLUDED_systime_h_
24 #define _XEMACS_SYSTIME_H_ 24 #define INCLUDED_systime_h_
25 25
26 #ifdef TIME_WITH_SYS_TIME 26 #ifdef TIME_WITH_SYS_TIME
27 #include <sys/time.h> 27 #include <sys/time.h>
28 #include <time.h> 28 #include <time.h>
29 #else 29 #else
49 49
50 #ifdef HAVE_UTIME_H 50 #ifdef HAVE_UTIME_H
51 # include <utime.h> 51 # include <utime.h>
52 #endif 52 #endif
53 53
54 #ifdef HAVE_TZNAME 54 #if defined(HAVE_TZNAME) && !defined(WINDOWSNT) && !defined(__CYGWIN32__)
55 #ifndef tzname /* For SGI. */ 55 #ifndef tzname /* For SGI. */
56 extern char *tzname[]; /* RS6000 and others want it this way. */ 56 extern char *tzname[]; /* RS6000 and others want it this way. */
57 #endif 57 #endif
58 #endif 58 #endif
59 59
247 #define ITIMER_REAL 1 247 #define ITIMER_REAL 1
248 #define ITIMER_PROF 2 248 #define ITIMER_PROF 2
249 249
250 #endif /* WINDOWSNT */ 250 #endif /* WINDOWSNT */
251 251
252 #endif /* _XEMACS_SYSTIME_H_ */ 252 #endif /* INCLUDED_systime_h_ */