diff 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
line wrap: on
line diff
--- a/src/systime.h	Mon Aug 13 11:01:58 2007 +0200
+++ b/src/systime.h	Mon Aug 13 11:03:08 2007 +0200
@@ -34,13 +34,6 @@
 #endif
 #endif
 
-/* select() is supposed to be (Unix98) defined in sys/time.h,
-   but FreeBSD and Irix 5 put it in unistd.h instead.
-   If we have it, including it can't hurt. */
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
 #if defined(WINDOWSNT) && defined(HAVE_X_WINDOWS)
 /* Provides gettimeofday etc */
 #include <X11/Xw32defs.h>