]> git.lizzy.rs Git - plan9front.git/blob - sys/include/ape/sys/limits.h
remove keyboard stuff from other ports, make openssl and python compile on arm
[plan9front.git] / sys / include / ape / sys / limits.h
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  NAME_MAX
14 #define NAME_MAX        27
15 #undef  PATH_MAX
16 #define PATH_MAX        1023
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