|
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: 808 (0x328) Types: TextFile Names: »mh.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦e7f64e0c0⟧ »EurOpenD3/mail/vmh.tar.Z« └─⟦dcb95597f⟧ └─⟦this⟧ »mh.h«
/************************ 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; };