view nt/inc/sys/param.h @ 385:bc48d89bf15c

Added tag r21-2-7 for changeset bbff43aa5eb7
author cvs
date Mon, 13 Aug 2007 11:08:25 +0200
parents 7d55a9ba150c
children
line wrap: on
line source

#ifndef _PARAM_H_
#define _PARAM_H_

/*
 * sys\param.h doesn't exist on NT, so we'll make one.
 */

#define NBPG 4096

#endif /* _PARAM_H_ */