(latexenc-find-file-coding-system): Don't inherit the EOL part of the
[emacs.git] / nt / inc / sys / param.h
blob971d4b107557b7e3fc2c45506285a3cb3aedf250
1 #ifndef _PARAM_H_
2 #define _PARAM_H_
4 /*
5 * sys\param.h doesn't exist on NT, so we'll make one.
6 */
8 #define NBPG 4096
10 #endif /* _PARAM_H_ */
12 /* arch-tag: b1d90296-ec38-4839-83bd-0ddfd2528435
13 (do not change this comment) */