Annotation of 43BSD/contrib/mh/h/rcvmail.h, revision 1.1

1.1     ! root        1: /* rcvmail.h - rcvmail hook definitions */
        !             2: 
        !             3: #ifndef        MMDFMTS
        !             4: #include <ctype.h>
        !             5: #include <errno.h>
        !             6: #include <setjmp.h>
        !             7: #include <stdio.h>
        !             8: #include <sys/types.h>
        !             9: #include "../mts/sendmail/smail.h"
        !            10: #else  MMDFMTS
        !            11: #include "../mts/mmdf/util.h"
        !            12: #include "../mts/mmdf/mmdf.h"
        !            13: #endif MMDFMTS
        !            14: 
        !            15: 
        !            16: #ifndef        MMDFI
        !            17: #define        RCV_MOK 0
        !            18: #define        RCV_MBX 1
        !            19: #else  MMDFI
        !            20: #define        RCV_MOK RP_MOK
        !            21: #define        RCV_MBX RP_MECH
        !            22: #endif MMDFI
        !            23: 
        !            24: 
        !            25: #ifdef NRTC                    /* sigh */
        !            26: #undef RCV_MOK
        !            27: #undef RCV_MBX
        !            28: 
        !            29: #define        RCV_MOK RP_MOK
        !            30: #define        RCV_MBX RP_MECH
        !            31: #endif NRTC

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.