#ifndef NETWORK_INCL_H #define NETWORK_INCL_H #ifdef INCL_SYS_TYPES_H # include #endif #ifdef INCL_SYS_IOCTL_H # include #endif #ifdef INCL_SYS_SOCKET_H # include #endif #ifdef INCL_NETDB_H # include #endif #ifdef INCL_SYS_SEMA_H # include #endif /* defined in on HP-PA/RISC; causes problems with telnet */ #undef SE #ifdef INCL_ARPA_TELNET_H # include #else # include "telnet.h" #endif #ifdef INCL_SYS_SOCKETVAR_H # include #endif #ifdef INCL_SOCKET_H # include #endif #ifdef INCL_RESOLVE_H # include #endif #ifdef WINSOCK # include #endif #endif