1: /* mmdfonly.h - include file for stand-alone BBoards MMDF-II channel */
2:
3:
4: #ifdef V4_2BSD
5: #define BSD42
6: #endif V4_2BSD
7: /* manifest constants */
8: #define NOTOK (-1)
9: #define OK 0
10:
11: #define NULLCP ((char *) 0)
12:
13: #define MAXFOLDER 2000
14:
15:
16: /* no mtstailor/.mh_profile here */
17: #define mts_init(n)
18: #define m_gmprot() 0644
19:
20:
21: /* maildrop delimiters */
22: #define mmdlm1 delim1
23: #define mmdlm2 delim2
24:
25: extern char *delim1;
26: extern char *delim2;
27:
28:
29: /* locking parameters */
30: #define lockstyle LOK_UNIX
31: #define lockldir lckdfldir
32:
33: extern char *lckdfldir;
34:
35:
36: /* MH subroutines/stubs */
37: void admonish ();
38: int stringdex ();
39: char *r1bindex ();
Defined macros
BSD42
defined in line
5; used 6 times
NOTOK
defined in line
8; used 72 times
- in /usr/src/new/mh/support/pop/mmdfII/pop/dropsbr.c line
59,
66-75(4),
98-102(3),
115-118(2),
136-137(2),
155-157(2),
163,
191,
272,
284,
295,
330,
336,
352,
362-373(6),
380,
394,
425-428(3),
493-495(2),
543-561(8),
568,
584,
602,
615,
633,
654-664(3),
671,
677,
688
- in /usr/src/new/mh/support/pop/mmdfII/pop/lock.c line
59-60(2),
66,
75-77(2),
99-100(2),
106(2),
171-173(3),
183,
198,
207,
227,
258,
298
NULLCP
defined in line
11; used 11 times
OK
defined in line
9; used 11 times
mmdlm2
defined in line
23; used 12 times
Usage of this include