in.h 526 B

123456789101112131415161718192021222324
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/netinet/in.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( HPUX_HTONL_CHECK )
  7. #if 1
  8. /*
  9. * Macros for number representation conversion.
  10. */
  11. #ifndef ntohl
  12. #define ntohl(x) (x)
  13. #define ntohs(x) (x)
  14. #define htonl(x) (x)
  15. #define htons(x) (x)
  16. #endif
  17. #endif /* ! _XOPEN_SOURCE_EXTENDED */
  18. #endif /* HPUX_HTONL_CHECK */