]> diplodocus.org Git - nmh/blob - h/rcvmail.h
We're not using the .Bu macro anymore.
[nmh] / h / rcvmail.h
1
2 /*
3 * rcvmail.h -- rcvmail hook definitions
4 *
5 * $Id$
6 */
7
8 #if defined(SMTPMTS)
9 # include <ctype.h>
10 # include <errno.h>
11 # include <setjmp.h>
12 # include <stdio.h>
13 # include <sys/types.h>
14 # include <mts/smtp/smtp.h>
15 #endif /* SMTPMTS */
16
17
18 #if defined(SMTPMTS)
19 # define RCV_MOK 0
20 # define RCV_MBX 1
21 #endif /* SMTPMTS */
22
23
24 #ifdef NRTC /* sigh */
25 # undef RCV_MOK
26 # undef RCV_MBX
27 # define RCV_MOK RP_MOK
28 # define RCV_MBX RP_MECH
29 #endif /* NRTC */