aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.3/fixincludes/tests/base/netinet/in.h
blob: 2d7f7b8522feabadf901eec171332206af74b793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*  DO NOT EDIT THIS FILE.

    It has been auto-edited by fixincludes from:

	"fixinc/tests/inc/netinet/in.h"

    This had to be done to correct non-standard usages in the
    original, manufacturer supplied header file.  */



#if defined( HPUX_HTONL_CHECK )
#if 1
/*
 * Macros for number representation conversion.
 */
#ifndef ntohl
#define ntohl(x)        (x)
#define ntohs(x)        (x)
#define htonl(x)        (x)
#define htons(x)        (x)
#endif
#endif  /* ! _XOPEN_SOURCE_EXTENDED */
#endif  /* HPUX_HTONL_CHECK */