home *** CD-ROM | disk | FTP | other *** search
- /* $Id: param.h,v 1.2 2002/04/26 23:09:20 smilcke Exp $ */
-
- #ifndef _ASMi386_PARAM_H
- #define _ASMi386_PARAM_H
-
- #ifndef HZ
- #define HZ 100
- #endif
-
- #define EXEC_PAGESIZE 4096
-
- #ifndef NGROUPS
- #define NGROUPS 32
- #endif
-
- #ifndef NOGROUP
- #define NOGROUP (-1)
- #endif
-
- #define MAXHOSTNAMELEN 64 /* max length of hostname */
-
- #endif
-