1 /*  DO NOT EDIT THIS FILE.
2 
3     It has been auto-edited by fixincludes from:
4 
5 	"fixinc/tests/inc/sys/param.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( AUX_ASM_CHECK )
13 #if !defined(NOINLINE) && !defined(__GNUC__) /* ain't got no inline, so we got it */
14 #endif /* NOINLINE */
15 #endif  /* AUX_ASM_CHECK */
16 
17 
18 #if defined( HPUX_MAXINT_CHECK )
19 #ifndef MAXINT
20 #define MAXINT 0x7FFFFFFF
21 #endif
22 #endif  /* HPUX_MAXINT_CHECK */
23