home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lxapi32.zip / Include / asm / param.h < prev    next >
C/C++ Source or Header  |  2002-04-26  |  348b  |  23 lines

  1. /* $Id: param.h,v 1.2 2002/04/26 23:09:20 smilcke Exp $ */
  2.  
  3. #ifndef _ASMi386_PARAM_H
  4. #define _ASMi386_PARAM_H
  5.  
  6. #ifndef HZ
  7. #define HZ 100
  8. #endif
  9.  
  10. #define EXEC_PAGESIZE    4096
  11.  
  12. #ifndef NGROUPS
  13. #define NGROUPS        32
  14. #endif
  15.  
  16. #ifndef NOGROUP
  17. #define NOGROUP        (-1)
  18. #endif
  19.  
  20. #define MAXHOSTNAMELEN    64    /* max length of hostname */
  21.  
  22. #endif
  23.