comparison src/systime.h @ 460:223736d75acb r21-2-45

Import from CVS: tag r21-2-45
author cvs
date Mon, 13 Aug 2007 11:43:24 +0200
parents abe6d1db359e
children ed498ef2108b
comparison
equal deleted inserted replaced
459:9d4fd877b885 460:223736d75acb
61 void gettimeofday (struct timeval *, struct timezone *); 61 void gettimeofday (struct timeval *, struct timezone *);
62 #endif /* HAVE_X_WINDOWS */ 62 #endif /* HAVE_X_WINDOWS */
63 63
64 #endif /* WIN32_NATIVE */ 64 #endif /* WIN32_NATIVE */
65 65
66 #ifdef HAVE_UTIME_H 66 #ifdef HAVE_UTIME
67 # include <utime.h> 67 # include <utime.h>
68 #endif 68 #endif
69 69
70 #if defined(HAVE_TZNAME) && !defined(WIN32_NATIVE) && !defined(CYGWIN) 70 #if defined(HAVE_TZNAME) && !defined(WIN32_NATIVE) && !defined(CYGWIN)
71 #ifndef tzname /* For SGI. */ 71 #ifndef tzname /* For SGI. */