repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add swifi to the build/install.
[minix.git]
/
include
/
sys
/
param.h
blob
389a078e2eefffb30c3e392ea4c91a7c152383b1
1
/*
2
sys/param.h
3
*/
4
5
#ifndef __SYS_PARAM_H__
6
#define __SYS_PARAM_H__
7
8
#include <limits.h>
9
10
#define MAXHOSTNAMELEN 256
/* max hostname size */
11
#define NGROUPS 8
/* max number of supplementary groups */
12
#define MAXPATHLEN PATH_MAX
13
14
#endif
/* __SYS_PARAM_H__ */