home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / comm / tcp / amitcp / netinclude / arpa / inet.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-08-12  |  512 b   |  30 lines

  1. #ifndef ARPA_INET_H
  2. #define ARPA_INET_H
  3. /*
  4.  * $Id: inet.h,v 1.6 1993/07/07 14:57:56 too Exp jraja $
  5.  *
  6.  * Copyright © 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>
  7.  *                  Helsinki University of Technology, Finland.
  8.  *                  All rights reserved.
  9.  *
  10.  * Inet Library Functions 
  11.  *
  12.  */
  13.  
  14. #ifndef KERNEL
  15.  
  16. #ifndef IN_H
  17. #include <netinet/in.h>
  18. #endif
  19.  
  20. /*
  21.  * Include socket protos/inlines/pragmas
  22.  */
  23. #ifndef BSDSOCKET_H
  24. #include <bsdsocket.h>
  25. #endif
  26.  
  27. #endif /* !KERNEL */
  28.  
  29. #endif /* ARPA_INET_H */
  30.