00001 /* DO NOT EDIT THIS FILE. 00002 00003 It has been auto-edited by fixincludes from: 00004 00005 "fixinc/tests/inc/sys/param.h" 00006 00007 This had to be done to correct non-standard usages in the 00008 original, manufacturer supplied header file. */ 00009 00010 00011 00012 #if defined( AUX_ASM_CHECK ) 00013 #if !defined(NOINLINE) && !defined(__GNUC__) /* ain't got no inline, so we got it */ 00014 #endif /* NOINLINE */ 00015 #endif /* AUX_ASM_CHECK */ 00016 00017 00018 #if defined( HPUX_MAXINT_CHECK ) 00019 #ifndef MAXINT 00020 #define MAXINT 0x7FFFFFFF 00021 #endif 00022 #endif /* HPUX_MAXINT_CHECK */
1.5.6