view nt/inc/sys/param.h @ 11401:306b976d73bf

Initial revision
author Karl Heuer <kwzh@gnu.org>
date Wed, 12 Apr 1995 04:48:18 +0000
parents
children 1877e9736ea1
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_ */