- Linus: drop support for old-style Makefiles entirely. Big.
[davej-history.git] / include / asm-i386 / param.h
blob1b10bf49fe43d79e91a9c87377d25892560c615b
1 #ifndef _ASMi386_PARAM_H
2 #define _ASMi386_PARAM_H
4 #ifndef HZ
5 #define HZ 100
6 #endif
8 #define EXEC_PAGESIZE 4096
10 #ifndef NGROUPS
11 #define NGROUPS 32
12 #endif
14 #ifndef NOGROUP
15 #define NOGROUP (-1)
16 #endif
18 #define MAXHOSTNAMELEN 64 /* max length of hostname */
20 #ifdef __KERNEL__
21 # define CLOCKS_PER_SEC 100 /* frequency at which times() counts */
22 #endif
24 #endif