]> diplodocus.org Git - nmh/blob - h/rcvmail.h
Sigh. I put the documentation about the -tls switch in the long description,
[nmh] / h / rcvmail.h
1
2 /*
3 * rcvmail.h -- rcvmail hook definitions
4 */
5
6 #if defined(SMTPMTS)
7 # include <ctype.h>
8 # include <errno.h>
9 # include <setjmp.h>
10 # include <stdio.h>
11 # include <sys/types.h>
12 # include <mts/smtp/smtp.h>
13 #endif /* SMTPMTS */
14
15
16 #if defined(SMTPMTS)
17 # define RCV_MOK 0
18 # define RCV_MBX 1
19 #endif /* SMTPMTS */
20
21
22 #ifdef NRTC /* sigh */
23 # undef RCV_MOK
24 # undef RCV_MBX
25 # define RCV_MOK RP_MOK
26 # define RCV_MBX RP_MECH
27 #endif /* NRTC */