view nt/inc/sys/param.h @ 18152:e184e7061c9a

(describe-language-environment): Renamed from describe-language-support. Do the real work here; don't call describe-specified-language-support. Print the mnemonics when mentioning coding systems. Improve style of output. (describe-specified-language-environment): Renamed from describe-specified-language-support. Don't do the work here; call describe-language-environment. (describe-language-environment-map): Renamed from describe-language-support-map.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Jun 1997 05:36:13 +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_ */