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

⟦3de1ed8e4⟧ TextFile

    Length: 808 (0x328)
    Types: TextFile
    Names: »mh.h«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦e7f64e0c0⟧ »EurOpenD3/mail/vmh.tar.Z« 
        └─⟦dcb95597f⟧ 
            └─⟦this⟧ »mh.h« 

TextFile


/************************ Derived from MH ********************************/

#define MAXFOLDER 9999   /* Max number of messages in a folder */
#define DMAXFOLDER 4    /* Number of digits in MAXFOLDER */
char	**brkstring();

/*
 * string constants from MH config.o file.
 */
char	*context,	/* name of context file */
	*defalt,	/* default folder if none current */
	*current,	/* name of 'current message' sequence */
#ifdef MH6
	*mh_profile,	/* default name of profile */
#else
	*mh_prof,	/* default name of profile */
#endif MH6
	*mh_seq,	/* name of public sequence file per folder */
	*pfolder;	/* component for current folder in context file */

#define AMBIGSW	(-2)	/* ambiguous switch from smatch()	*/
#define UNKWNSW (-1)	/* unknown switch from smatch()		*/

struct	swit	{
	char	*str;
	int	minchars;
};