4 * Sockets are not standard.
5 * So hide uglyness in include file.
7 /* was: defined(SYS_CONVEXOS9) */
8 #if defined(HAVE__SYS_SYNC_QUEUE_H) && defined(HAVE__SYS_SYNC_SEMA_H)
9 # include "/sys/sync/queue.h"
10 # include "/sys/sync/sema.h"
13 /* was: (defined(SYS_SOLARIS) && !defined(bsd)) || defined(SYS_SUNOS4) */
14 /* was: defined(SYS_UNIXWARE1) */
15 #ifdef HAVE_SYS_SOCKIO_H
16 # include <sys/sockio.h>
19 /* was: #if defined(SYS_PTX) || defined(SYS_SINIXM) */
20 #ifdef HAVE_SYS_STREAM_H
21 # include <sys/stream.h>
23 #ifdef HAVE_SYS_STROPTS_H
24 # include <sys/stropts.h>
29 #endif /* HAVE_NET_IF_H */