home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / asm-x86 / param.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-11-13  |  246 b   |  18 lines

  1. #ifndef _ASM_X86_PARAM_H
  2. #define _ASM_X86_PARAM_H
  3.  
  4.  
  5. #ifndef HZ
  6. #define HZ 100
  7. #endif
  8.  
  9. #define EXEC_PAGESIZE    4096
  10.  
  11. #ifndef NOGROUP
  12. #define NOGROUP        (-1)
  13. #endif
  14.  
  15. #define MAXHOSTNAMELEN    64    /* max length of hostname */
  16.  
  17. #endif /* _ASM_X86_PARAM_H */
  18.