comparison nt/inc/sys/param.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 7d55a9ba150c
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
1 #ifndef _PARAM_H_
2 #define _PARAM_H_
3
4 /*
5 * sys\param.h doesn't exist on NT, so we'll make one.
6 */
7
8 #define NBPG 4096
9
10 #endif /* _PARAM_H_ */