nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
limits.h
Go to the documentation of this file.
1 /* Runtime invariant values (Possibly indeterminate) */
2 #define NGROUPS_MAX 65536 /* supplemental group IDs are available */
3 #define RTSIG_MAX 32
4 #define _PAGESIZE 4096
5 #define PAGESIZE _PAGESIZE
6 #define PAGE_SIZE _PAGESIZE
7 
8 /* Pathname Variable Values */
9 
10 /* Runtime Increasable Values */
11 
12 /* Maximum Values */
13 
14 /* Minimum Values */
15 #define ARG_MAX 131072 /* # bytes of args + environ for exec() */
16 #define LINK_MAX 127 /* # links a file may have */
17 #define MAX_CANON 255 /* size of the canonical input queue */
18 #define MAX_INPUT 255 /* size of the type-ahead buffer */
19 #define NAME_MAX 255 /* # chars in a file name */
20 #define PATH_MAX 4096 /* # chars in a path name including nul */
21 #define PIPE_BUF 4096 /* # bytes in atomic write to a pipe */
22 
23 /* Numerical Limits */
24 
25 /* Other Invariant Values */
26 
27 /* End of a file */