summaryrefslogtreecommitdiff
path: root/nt/inc/sys/param.h
blob: 397c5ffae666ab4cfe2425b7b6d113a91156204e (plain)
1
2
3
4
5
6
7
8
9
10
#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_ */