[NETFILTER]: don't use nested attributes for conntrack_expect
[linux-2.6/mini2440.git] / include / asm-i386 / param.h
blobfa02e67ea86b7ba58f06e53032ac2aff7279c987
1 #include <linux/config.h>
3 #ifndef _ASMi386_PARAM_H
4 #define _ASMi386_PARAM_H
6 #ifdef __KERNEL__
7 # define HZ CONFIG_HZ /* Internal kernel timer frequency */
8 # define USER_HZ 100 /* .. some user interfaces are in "ticks" */
9 # define CLOCKS_PER_SEC (USER_HZ) /* like times() */
10 #endif
12 #ifndef HZ
13 #define HZ 100
14 #endif
16 #define EXEC_PAGESIZE 4096
18 #ifndef NOGROUP
19 #define NOGROUP (-1)
20 #endif
22 #define MAXHOSTNAMELEN 64 /* max length of hostname */
23 #define COMMAND_LINE_SIZE 256
25 #endif