1 /* DO NOT EDIT THIS FILE.
2
3 It has been auto-edited by fixincludes from:
4
5 "fixinc/tests/inc/stdint-hpux11.h"
6
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
9
10
11
12 #if defined( HPUX_C99_INTPTR_CHECK )
13 #define PTRDIFF_MAX (2147483647l)
14 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
15 #define INTPTR_MAX (2147483647l)
16 #define INTPTR_MIN (-INTPTR_MAX - 1)
17 #define UINTPTR_MAX (4294967295ul)
18 #define SIZE_MAX (4294967295ul)
19
20 #endif /* HPUX_C99_INTPTR_CHECK */
21
22
23 #if defined( HPUX_C99_INTTYPES2_CHECK )
24 #define INT8_C(__c) (__c)
25 #define UINT8_C(__c) (__c)
26 #define INT16_C(__c) (__c)
27 #define UINT16_C(__c) (__c)
28
29 #endif /* HPUX_C99_INTTYPES2_CHECK */
30
31
32 #if defined( HPUX_STDINT_LEAST_FAST_CHECK )
33 # define UINT_FAST64_MAX __UINT64_MAX__
34 # define UINT_LEAST64_MAX __UINT64_MAX__
35
36 #endif /* HPUX_STDINT_LEAST_FAST_CHECK */