xref: /386bsd/usr/include/nonstd/bsd/sys/param.h (revision a2142627)
1 #include "/usr/include/sys/param.h"
2 #define	BSD	200012			/* "new" BSDs */
3 
4 #define	NOFILE		OPEN_MAX	/* max number of open files */
5 #define	MAXPATHLEN	PATH_MAX	/* max pathname length */
6 #define	MAXINTERP	32		/* max interpreter file name length */
7 #define	NCARGS		ARG_MAX		/* max number of arg characters */
8 #define NGROUPS		30
9 #define PZERO		22		/* XXX unreal, but programs expect it */
10