comparison src/systime.h @ 396:6719134a07c2 r21-2-13

Import from CVS: tag r21-2-13
author cvs
date Mon, 13 Aug 2007 11:12:05 +0200
parents cc15677e0335
children 74fd4e045ea6
comparison
equal deleted inserted replaced
395:de2c2a7459d2 396:6719134a07c2
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>
35 #endif 42 #endif
36 43
37 #if defined(WINDOWSNT) && defined(HAVE_X_WINDOWS) 44 #if defined(WINDOWSNT) && defined(HAVE_X_WINDOWS)
38 /* Provides gettimeofday etc */ 45 /* Provides gettimeofday etc */
39 #include <X11/Xw32defs.h> 46 #include <X11/Xw32defs.h>