repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* add p cc
[mascara-docs.git]
/
i386
/
linux
/
linux-2.3.21
/
include
/
asm-i386
/
param.h
blob
f821b86438ceed05e65c77368f22ff1713c09142
1
#ifndef _ASMi386_PARAM_H
2
#define _ASMi386_PARAM_H
3
4
#ifndef HZ
5
#define HZ 100
6
#endif
7
8
#define EXEC_PAGESIZE 4096
9
10
#ifndef NGROUPS
11
#define NGROUPS 32
12
#endif
13
14
#ifndef NOGROUP
15
#define NOGROUP (-1)
16
#endif
17
18
#define MAXHOSTNAMELEN 64
/* max length of hostname */
19
20
#endif