DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T m

⟦d626d1203⟧ TextFile

    Length: 642 (0x282)
    Types: TextFile
    Names: »mmdfonly.h«

Derivation

└─⟦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« 

TextFile

/* 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 ();