|
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 m
Length: 642 (0x282) Types: TextFile Names: »mmdfonly.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦3658e588a⟧ »EurOpenD3/mail/mh/mh-6.7.tar.Z« └─⟦c75e36ecb⟧ └─⟦this⟧ »mh-6.7/support/bboards/mmdfII/bboards/mmdfonly.h« └─⟦this⟧ »mh-6.7/support/pop/mmdfII/pop/mmdfonly.h«
/* mmdfonly.h - include file for stand-alone BBoards MMDF-II channel */ #ifdef V4_2BSD #define BSD42 #endif V4_2BSD /* manifest constants */ #define NOTOK (-1) #define OK 0 #define NULLCP ((char *) 0) #define MAXFOLDER 2000 /* no mtstailor/.mh_profile here */ #define mts_init(n) #define m_gmprot() 0644 /* maildrop delimiters */ #define mmdlm1 delim1 #define mmdlm2 delim2 extern char *delim1; extern char *delim2; /* locking parameters */ #define lockstyle LOK_UNIX #define lockldir lckdfldir extern char *lckdfldir; /* MH subroutines/stubs */ void admonish (); int stringdex (); char *r1bindex ();