(root)/
gcc-13.2.0/
fixincludes/
tests/
base/
sys/
int_limits.h
       1  /*  DO NOT EDIT THIS FILE.
       2  
       3      It has been auto-edited by fixincludes from:
       4  
       5  	"fixinc/tests/inc/sys/int_limits.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( SOLARIS_INT_LIMITS_1_CHECK )
      13  #define	UINT8_MAX	(255)
      14  #define	UINT16_MAX	(65535)
      15  #endif  /* SOLARIS_INT_LIMITS_1_CHECK */
      16  
      17  
      18  #if defined( SOLARIS_INT_LIMITS_2_CHECK )
      19  #define	INT_FAST16_MAX INT32_MAX
      20  #define	UINT_FAST16_MAX UINT32_MAX
      21  #define	INT_FAST16_MIN INT32_MIN
      22  #endif  /* SOLARIS_INT_LIMITS_2_CHECK */
      23  
      24  
      25  #if defined( SOLARIS_INT_LIMITS_3_CHECK )
      26  #define	SIZE_MAX	4294967295U
      27  #endif  /* SOLARIS_INT_LIMITS_3_CHECK */