gcc:
[official-gcc.git] / fixincludes / tests / base / sys / int_limits.h
blobbcacd68a9c39828a83e78b06712d8a5fd8147069
1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/sys/int_limits.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
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 */
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 */
25 #if defined( SOLARIS_INT_LIMITS_3_CHECK )
26 #define SIZE_MAX 4294967295U
27 #endif /* SOLARIS_INT_LIMITS_3_CHECK */