xref: /csrg-svn/include/limits.h (revision 42611)
136798Sbostic /*
236798Sbostic  * Copyright (c) 1988 The Regents of the University of California.
336798Sbostic  * All rights reserved.
436798Sbostic  *
5*42611Sbostic  * %sccs.include.redist.c%
636798Sbostic  *
7*42611Sbostic  *	@(#)limits.h	5.5 (Berkeley) 06/01/90
836798Sbostic  */
936798Sbostic 
1036804Sbostic #define	_POSIX_ARG_MAX		4096
1136804Sbostic #define	_POSIX_CHILD_MAX	6
1236804Sbostic #define	_POSIX_LINK_MAX		8
1336804Sbostic #define	_POSIX_MAX_CANON	255
1436804Sbostic #define	_POSIX_MAX_INPUT	255
1536804Sbostic #define	_POSIX_NAME_MAX		14
1636804Sbostic #define	_POSIX_NGROUPS_MAX	0
1736804Sbostic #define	_POSIX_OPEN_MAX		16
1836804Sbostic #define	_POSIX_PATH_MAX		255
1936804Sbostic #define	_POSIX_PIPE_BUF		512
2036804Sbostic 
2136798Sbostic #include <machine/machlimits.h>
2236803Sbostic #include <sys/syslimits.h>
2339749Sbostic 
2439749Sbostic #ifndef _POSIX_SOURCE
2539749Sbostic #define	LINE_MAX		2048
2639749Sbostic #endif
27