comparison w32/inc/sys/param.h @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents
children
comparison
equal deleted inserted replaced
208:f427b8ec4379 209:41ff10fd062f
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_ */