initial version, corresponding to ipfw3-2012
[ipfw-google.git] / sys / sys / param.h
1 #ifndef _SYS_PARAM_H_
2 #define _SYS_PARAM_H_
3
4 /*
5  * number of additional groups
6  */
7 #ifndef LINUX_24
8 #define NGROUPS         16
9 #endif
10
11 #endif /* _SYS_PARAM_H_ */