home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3296 / structsockaddrin.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-07  |  283 b   |  16 lines

  1. #ifndef STRUCT_SOCKADDR_IN_H
  2. #define STRUCT_SOCKADDR_IN_H
  3.  
  4. /* On an optimal system, this file would contain solely: */
  5. /* #include <netinet/in.h> */
  6.  
  7. #include <sys/types.h>
  8. #ifndef SOCK_STREAM
  9. #include <sys/socket.h>
  10. #endif
  11. #ifndef IPPROTO_TCP
  12. #include <netinet/in.h>
  13. #endif
  14.  
  15. #endif
  16.