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