Lines 98-104
Link Here
|
98 |
|
98 |
|
99 |
#define MAXCOMLEN 19 /* max command name remembered */ |
99 |
#define MAXCOMLEN 19 /* max command name remembered */ |
100 |
#define MAXINTERP PATH_MAX /* max interpreter file name length */ |
100 |
#define MAXINTERP PATH_MAX /* max interpreter file name length */ |
101 |
#define MAXLOGNAME 33 /* max login name length (incl. NUL) */ |
101 |
#define MAXLOGNAME 65 /* max login name length (incl. NUL) */ |
102 |
#define MAXUPRC CHILD_MAX /* max simultaneous processes */ |
102 |
#define MAXUPRC CHILD_MAX /* max simultaneous processes */ |
103 |
#define NCARGS ARG_MAX /* max bytes for an exec function */ |
103 |
#define NCARGS ARG_MAX /* max bytes for an exec function */ |
104 |
#define NGROUPS (NGROUPS_MAX+1) /* max number groups */ |
104 |
#define NGROUPS (NGROUPS_MAX+1) /* max number groups */ |