|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T r
Length: 525 (0x20d) Types: TextFile Names: »rcvmail.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦3658e588a⟧ »EurOpenD3/mail/mh/mh-6.7.tar.Z« └─⟦c75e36ecb⟧ └─⟦this⟧ »mh-6.7/h/rcvmail.h«
/* rcvmail.h - rcvmail hook definitions */ #ifndef MMDFMTS #include <ctype.h> #include <errno.h> #include <setjmp.h> #include <stdio.h> #include <sys/types.h> #include "../mts/sendmail/smail.h" #else MMDFMTS #include "../mts/mmdf/util.h" #include "../mts/mmdf/mmdf.h" #endif MMDFMTS #ifndef MMDFI #define RCV_MOK 0 #define RCV_MBX 1 #else MMDFI #define RCV_MOK RP_MOK #define RCV_MBX RP_MECH #endif MMDFI #ifdef NRTC /* sigh */ #undef RCV_MOK #undef RCV_MBX #define RCV_MOK RP_MOK #define RCV_MBX RP_MECH #endif NRTC