/* : : generated from contrib/ast/src/lib/libast/features/limits.c by iffe version 2012-07-17 : : */ #ifndef _def_limits_ast #define _def_limits_ast 1 #define _sys_types 1 /* #include ok */ #ifndef CHAR_BIT #define CHAR_BIT 8 #endif #ifndef CHAR_MAX #define CHAR_MAX 127 #endif #ifndef CHAR_MIN #define CHAR_MIN -128 #endif #ifndef CLOCKS_PER_SEC #define CLOCKS_PER_SEC 1000000 #endif #ifndef INT_MIN #define INT_MIN -2147483648 #endif #ifndef LLONG_MAX #define LLONG_MAX 9223372036854775807 #endif #ifndef LLONG_MIN #define LLONG_MIN -9223372036854775808 #endif #ifndef LONG_MAX #define LONG_MAX 2147483647 #endif #ifndef LONG_MIN #define LONG_MIN -2147483648 #endif #ifndef MB_LEN_MAX #define MB_LEN_MAX 5 #endif #ifndef OPEN_MAX_CEIL #ifndef OPEN_MAX #define OPEN_MAX 256 #endif #define OPEN_MAX_CEIL OPEN_MAX #endif #ifndef PTHREAD_STACK_MIN #define PTHREAD_STACK_MIN 4096 #endif #ifndef PTRDIFF_MAX #define PTRDIFF_MAX 9223372036854775807 #endif #ifndef PTRDIFF_MIN #define PTRDIFF_MIN -9223372036854775808 #endif #ifndef SCHAR_MAX #define SCHAR_MAX 127 #endif #ifndef SCHAR_MIN #define SCHAR_MIN -128 #endif #ifndef SHRT_MIN #define SHRT_MIN -32768 #endif #ifndef SIG_ATOMIC_MAX #define SIG_ATOMIC_MAX 2147483647 #endif #ifndef SIG_ATOMIC_MIN #define SIG_ATOMIC_MIN -2147483648 #endif #ifndef SIZE_MAX #ifndef UINT_MAX #define UINT_MAX 4294967295 #endif #define SIZE_MAX UINT_MAX #endif #ifndef SSIZE_MAX #ifndef INT_MAX #define INT_MAX 2147483647 #endif #define SSIZE_MAX INT_MAX #endif #ifndef TMP_MAX #define TMP_MAX 17576 #endif #ifndef UCHAR_MAX #define UCHAR_MAX 255 #endif #ifndef ULLONG_MAX #define ULLONG_MAX 18446744073709551615 #endif #ifndef ULONG_MAX #define ULONG_MAX 4294967295 #endif #ifndef USHRT_MAX #define USHRT_MAX 65535 #endif #ifndef WCHAR_MAX #define WCHAR_MAX 2147483647 #endif #ifndef WCHAR_MIN #define WCHAR_MIN -2147483648 #endif #ifndef WINT_MAX #define WINT_MAX 2147483647 #endif #ifndef WINT_MIN #define WINT_MIN -2147483648 #endif #endif