OpenSolaris_b135/lib/libast/sparc/include/ast/ast_limits.h

/***********************************************************************
*                                                                      *
*               This software is part of the ast package               *
*          Copyright (c) 1985-2009 AT&T Intellectual Property          *
*                      and is licensed under the                       *
*                  Common Public License, Version 1.0                  *
*                    by AT&T Intellectual Property                     *
*                                                                      *
*                A copy of the License is available at                 *
*            http://www.opensource.org/licenses/cpl1.0.txt             *
*         (with md5 checksum 059e8cd6165cb4c31e351f2b69388fd9)         *
*                                                                      *
*              Information and Software Systems Research               *
*                            AT&T Research                             *
*                           Florham Park NJ                            *
*                                                                      *
*                 Glenn Fowler <gsf@research.att.com>                  *
*                  David Korn <dgk@research.att.com>                   *
*                   Phong Vo <kpv@research.att.com>                    *
*                                                                      *
***********************************************************************/
/* : : generated from /home/gisburn/ksh93/ast_ksh_20091014/build_sparc_32bit/src/lib/libast/features/limits.c by iffe version 2009-10-06 : : */
#ifndef _def_limits_ast
#define _def_limits_ast	1
#define _sys_types	1	/* #include <sys/types.h> 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 2147483647
#endif
#ifndef PTRDIFF_MIN
#define PTRDIFF_MIN -2147483648
#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