We are making POSIX signal support a requirement.
[mmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index f18f62b..6a5cf9f 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -230,16 +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_UNKNOWN  1    /* type not known yet         */
-#define MS_MBOX     2    /* Unix-style "from" lines    */
-
-extern int msg_count;        /* m_getfld() indicators */
-extern int msg_style;        /*  .. */
-extern char *msg_delim;      /*  .. */
+extern int msg_count;        /* m_getfld() indicators (That's a hack!) */
 
 #define NOUSE    0        /* draft being re-used */
 
@@ -322,7 +313,6 @@ extern char *replcomps;
 extern char *replgroupcomps;
 extern char *rmmproc;
 extern char *sendmail;
-extern char *sendproc;
 extern char *seq_all;
 extern char *seq_beyond;
 extern char *seq_cur;