home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / comm / amitcp-sdk-4.0.lha / AmiTCP-SDK / netinclude / arpa / inet.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-04  |  508 b   |  27 lines

  1. #ifndef ARPA_INET_H
  2. #define ARPA_INET_H \
  3.        "$Id: inet.h,v 4.1 1994/10/03 20:54:48 ppessi Exp $"
  4. /*
  5.  *      Inet Library Functions 
  6.  *
  7.  *      Copyright © 1994 AmiTCP/IP Group,
  8.  *                       Network Solutions Development, Inc.
  9.  *                       All rights reserved.
  10.  */
  11.  
  12. #ifndef KERNEL
  13. #ifndef NETINET_IN_H
  14. #include <netinet/in.h>
  15. #endif
  16.  
  17. /*
  18.  * Include socket protos/inlines/pragmas
  19.  */
  20. #ifndef BSDSOCKET_H
  21. #include <bsdsocket.h>
  22. #endif
  23.  
  24. #endif /* !KERNEL */
  25.  
  26. #endif /* ARPA_INET_H */
  27.