annotate nt/inc/sys/param.h @ 45258:be966e885dcc
(checkdoc-minor-mode): Define it with define-minor-mode.
author |
Markus Rost <rost@math.uni-bielefeld.de> |
date |
Sun, 12 May 2002 19:08:11 +0000 (2002-05-12) |
parents |
1877e9736ea1 |
children |
695cf19ef79e |
rev |
line source |
11766
|
1 #ifndef _PARAM_H_
|
|
2 #define _PARAM_H_
|
|
3
|
|
4 /*
|
|
5 * sys\param.h doesn't exist on NT, so we'll make one.
|
|
6 */
|
|
7
|
|
8 #define NBPG 4096
|
|
9
|
|
10 #endif /* _PARAM_H_ */
|