view nt/inc/sys/param.h @ 401:e0a2a2be14bf

Added tag r21-2-30 for changeset a86b2b5e0111
author cvs
date Mon, 13 Aug 2007 11:14:35 +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_ */