X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmh.h;h=8d698f48f941055fa13a97a82ece69af1dc67d2a;hb=12fc1bc3b016c93fa00712de76a286c09dc1ee39;hp=0738f42032a9ba1e10e50b65465c63e56ffbed25;hpb=be6a3c548620f6d908ccaff321c8fb372b615406;p=mmh diff --git a/h/mh.h b/h/mh.h index 0738f42..8d698f4 100644 --- a/h/mh.h +++ b/h/mh.h @@ -230,13 +230,7 @@ struct msgs { #define BODYEOF 4 /* Body returned ending at eom */ #define FILEEOF 5 /* Reached end of input file */ -/* -** Maildrop styles -*/ -#define MS_DEFAULT 0 /* default (one msg per file) */ -#define MS_MBOX 1 /* Unix-style "from" lines */ - -extern int msg_count; /* m_getfld() indicators */ +extern int msg_count; /* m_getfld() indicators (That's a hack!) */ #define NOUSE 0 /* draft being re-used */ @@ -256,10 +250,6 @@ extern int msg_count; /* m_getfld() indicators */ # define min(a,b) ((a) < (b) ? (a) : (b)) #endif -#ifndef abs -# define abs(a) ((a) > 0 ? (a) : -(a)) -#endif - /* ** GLOBAL VARIABLES */