ANSI
[unix-history] / usr / src / include / limits.h
CommitLineData
a77110c6
KB
1/*
2 * Copyright (c) 1988 The Regents of the University of California.
3 * All rights reserved.
4 *
863005e5 5 * %sccs.include.redist.c%
a77110c6 6 *
48acaaf5 7 * @(#)limits.h 5.8 (Berkeley) %G%
a77110c6
KB
8 */
9
ed647266
KB
10#define _POSIX_ARG_MAX 4096
11#define _POSIX_CHILD_MAX 6
12#define _POSIX_LINK_MAX 8
13#define _POSIX_MAX_CANON 255
14#define _POSIX_MAX_INPUT 255
15#define _POSIX_NAME_MAX 14
16#define _POSIX_NGROUPS_MAX 0
17#define _POSIX_OPEN_MAX 16
18#define _POSIX_PATH_MAX 255
19#define _POSIX_PIPE_BUF 512
20
535510e4
KB
21#define _POSIX2_BC_BASE_MAX 99
22#define _POSIX2_BC_DIM_MAX 2048
23#define _POSIX2_BC_SCALE_MAX 99
24#define _POSIX2_BC_STRING_MAX 1000
25#define _POSIX2_EQUIV_CLASS_MAX 2
26#define _POSIX2_EXPR_NEST_MAX 32
27#define _POSIX2_LINE_MAX 2048
28#define _POSIX2_RE_DUP_MAX 255
29
48acaaf5 30#include <machine/limits.h>
c8c01876 31#include <sys/syslimits.h>