Fixed typo in mh-alias man page.
[mmh] / docs / historical / mh-6.8.5 / h / RCS / local.h,v
1 head    1.3;
2 access;
3 symbols;
4 locks; strict;
5 comment @ * @;
6
7
8 1.3
9 date    92.02.06.17.37.44;      author jromine; state Exp;
10 branches;
11 next    1.2;
12
13 1.2
14 date    92.02.06.17.36.56;      author jromine; state Exp;
15 branches;
16 next    1.1;
17
18 1.1
19 date    92.02.06.17.33.16;      author jromine; state Exp;
20 branches;
21 next    ;
22
23
24 desc
25 @@
26
27
28 1.3
29 log
30 @add id
31 @
32 text
33 @/* local.h - fine the -lndir include file */
34 /* @@(#)$Id: mh.h,v 2.10 1992/02/04 00:00:59 jromine Exp $ */
35
36 #ifndef BSD42
37 #include <sys/types.h>
38 #else   /* BSD42 */
39 #include <sys/param.h>
40 #endif
41
42 #ifndef BSD42
43 #ifndef NDIR
44 #ifndef SYS5DIR
45 #include <dir.h>                /* last choice */
46 #else   /* SYS5DIR */
47 #include <dirent.h>
48 #endif
49 #else   /* NDIR */
50 #include <ndir.h>
51 #endif
52 #else   /* BSD42 */
53 #include <sys/dir.h>
54 #endif
55
56 #include <sys/stat.h>
57 @
58
59
60 1.2
61 log
62 @fix #else/#endif tokens
63 add SYS5DIR
64 @
65 text
66 @d2 1
67 @
68
69
70 1.1
71 log
72 @Initial revision
73 @
74 text
75 @d5 1
76 a5 1
77 #else   BSD42
78 d7 1
79 a7 1
80 #endif  BSD42
81 d11 6
82 a16 2
83 #include <dir.h>
84 #else   NDIR
85 d18 2
86 a19 2
87 #endif  NDIR
88 #else   BSD42
89 d21 1
90 a21 1
91 #endif  BSD42
92 @