summaryrefslogtreecommitdiff
path: root/src/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os.h')
-rw-r--r--src/os.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/os.h b/src/os.h
index 92d8979..09879ca 100644
--- a/src/os.h
+++ b/src/os.h
@@ -221,10 +221,6 @@
*
* For this simple reason I now favour O_NDELAY. jw. 4.5.95
*/
-#if defined(sun) && !defined(SVR4)
-# undef O_NONBLOCK
-#endif
-
#if !defined(O_NONBLOCK) && defined(O_NDELAY)
# define O_NONBLOCK O_NDELAY
#endif
@@ -268,9 +264,7 @@
* Wait stuff
*/
-#if (!defined(sysV68) && !defined(M_XENIX)) || defined(NeXT) || defined(M_UNIX)
# include <sys/wait.h>
-#endif
#ifndef WTERMSIG
# ifndef BSDWAIT /* if wait is NOT a union: */
@@ -309,15 +303,6 @@
# endif
#endif
-
-/*****************************************************************
- * select stuff
- */
-
-#if defined(M_XENIX) || defined(M_UNIX) || defined(_SEQUENT_)
-#include <sys/select.h> /* for timeval + FD... */
-#endif
-
/*****************************************************************
* user defineable stuff
*/