view nt/inc/sys/param.h @ 50957:4f526428ef19

(cvs-parse-table): `New directory' messages include the full path.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 12 May 2003 18:14:51 +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_ */