Revision 12455,
732 bytes
checked in by danw, 26 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r12454,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[12454] | 1 | |
---|
| 2 | /* |
---|
| 3 | * rcvmail.h -- rcvmail hook definitions |
---|
| 4 | * |
---|
| 5 | * $Id: rcvmail.h,v 1.1.1.1 1999-02-07 18:14:06 danw Exp $ |
---|
| 6 | */ |
---|
| 7 | |
---|
| 8 | #if defined(SENDMTS) || 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 /* SENDMTS || SMTPMTS */ |
---|
| 16 | |
---|
| 17 | #ifdef MMDFMTS |
---|
| 18 | # include <mts/mmdf/util.h> |
---|
| 19 | # include <mts/mmdf/mmdf.h> |
---|
| 20 | #endif /* MMDFMTS */ |
---|
| 21 | |
---|
| 22 | |
---|
| 23 | #if defined(SENDMTS) || defined(SMTPMTS) |
---|
| 24 | # define RCV_MOK 0 |
---|
| 25 | # define RCV_MBX 1 |
---|
| 26 | #endif /* SENDMTS || SMTPMTS */ |
---|
| 27 | |
---|
| 28 | #ifdef MMDFI |
---|
| 29 | # define RCV_MOK RP_MOK |
---|
| 30 | # define RCV_MBX RP_MECH |
---|
| 31 | #endif /* MMDFI */ |
---|
| 32 | |
---|
| 33 | |
---|
| 34 | #ifdef NRTC /* sigh */ |
---|
| 35 | # undef RCV_MOK |
---|
| 36 | # undef RCV_MBX |
---|
| 37 | # define RCV_MOK RP_MOK |
---|
| 38 | # define RCV_MBX RP_MECH |
---|
| 39 | #endif /* NRTC */ |
---|
Note: See
TracBrowser
for help on using the repository browser.