Mercurial > hg > xemacs-beta
comparison src/systime.h @ 337:fbbf69b4e8a7 r21-0-66
Import from CVS: tag r21-0-66
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:51:02 +0200 |
parents | c5d627a313b1 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
336:fe0a93612022 | 337:fbbf69b4e8a7 |
---|---|
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> |