home *** CD-ROM | disk | FTP | other *** search
- #ifndef STRUCT_SOCKET_H
- #define STRUCT_SOCKET_H
-
- /* On an optimal system, this file would contain solely: */
- /* #include <sys/socketvar.h> */
-
- #include <sys/types.h>
- #include "confsocketneedsxnode.h"
- #ifdef SOCKETNEEDSXNODE
- #include "structxnode.h" /* easier than copying */
- #endif
- #ifndef SOCK_STREAM
- #include <sys/socket.h>
- #endif
- #ifndef SS_ISCONNECTED /*XXX*/
- #include <sys/socketvar.h>
- #endif
-
- #endif
-