comparison src/systime.h @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents fbbf69b4e8a7
children 6719134a07c2
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
30 #ifdef HAVE_SYS_TIME_H 30 #ifdef HAVE_SYS_TIME_H
31 #include <sys/time.h> 31 #include <sys/time.h>
32 #else 32 #else
33 #include <time.h> 33 #include <time.h>
34 #endif 34 #endif
35 #endif
36
37 /* select() is supposed to be (Unix98) defined in sys/time.h,
38 but FreeBSD and Irix 5 put it in unistd.h instead.
39 If we have it, including it can't hurt. */
40 #ifdef HAVE_UNISTD_H
41 #include <unistd.h>
42 #endif 35 #endif
43 36
44 #if defined(WINDOWSNT) && defined(HAVE_X_WINDOWS) 37 #if defined(WINDOWSNT) && defined(HAVE_X_WINDOWS)
45 /* Provides gettimeofday etc */ 38 /* Provides gettimeofday etc */
46 #include <X11/Xw32defs.h> 39 #include <X11/Xw32defs.h>