param.h 143 B

123456789101112
  1. #ifndef _PARAM_H_
  2. #define _PARAM_H_
  3. /*
  4. * sys\param.h doesn't exist on NT, so we'll make one.
  5. */
  6. #define NBPG 4096
  7. #endif /* _PARAM_H_ */