view nt/inc/sys/param.h @ 42633:c0f9dbfc8232

Nitpicking change of format from ISBN-1882114-43-4 to ISBN 1-882114-43-4
author Robert J. Chassell <bob@rattlesnake.com>
date Wed, 09 Jan 2002 16:25:26 +0000
parents 1877e9736ea1
children 695cf19ef79e
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_ */