Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_posix/sys/include/ape/sys/limits.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
/*
2
	local limits
3
*/
4
 
5
#undef	ARG_MAX
6
#define	ARG_MAX		16384
7
#undef	CHILD_MAX
8
#define	CHILD_MAX	75
9
#undef	OPEN_MAX
10
#define	OPEN_MAX	96
11
#undef	LINK_MAX
12
#define	LINK_MAX	1
13
#undef	PATH_MAX
14
#define	PATH_MAX	1023
15
#undef	NAME_MAX
16
#define	NAME_MAX	PATH_MAX
17
#undef	NGROUPS_MAX
18
#define	NGROUPS_MAX	32
19
#undef	MAX_CANON
20
#define	MAX_CANON	1023
21
#undef	MAX_INPUT
22
#define	MAX_INPUT	1023
23
#undef	PIPE_BUF
24
#define	PIPE_BUF	8192
25
 
26
#define	_POSIX_SAVED_IDS		1
27
#define	_POSIX_CHOWN_RESTRICTED		1
28
#define	_POSIX_NO_TRUNC			1