X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmh.h;h=130bfde5686cd907874b1b03d49d135e952fdcc8;hp=afe2682dc0883c542a0b48d715e72a5cdda48ecf;hb=d2da15ecabb03fb2de72863abdf5f21e52fdf329;hpb=9d27405ff3562d183784a244ee44bbaf71eabda8 diff --git a/h/mh.h b/h/mh.h index afe2682..130bfde 100644 --- a/h/mh.h +++ b/h/mh.h @@ -7,15 +7,6 @@ #include -/* A quick fix for Linux systems. According to the vfork manual page, - there is little difference in performance, so we aren't losing much. - But this fixes a minor message bug so why not? On NetBSD, this should - probably not happen. */ -#ifdef linux -#define vfork fork -#endif - - /* * Well-used constants */ @@ -67,6 +58,8 @@ struct swit { extern struct swit anoyes[]; /* standard yes/no switches */ +#define ATTACHFORMATS 3 /* Number of send attach formats. */ + /* * general folder attributes */