ANSI
[unix-history] / usr / src / include / limits.h
... / ...
CommitLineData
1/*
2 * Copyright (c) 1988 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * %sccs.include.redist.c%
6 *
7 * @(#)limits.h 5.8 (Berkeley) %G%
8 */
9
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
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
30#include <machine/limits.h>
31#include <sys/syslimits.h>