X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/17932f7aea1c21cf17738f47996345d9d0a6ce51..94187a80bd60baab4b9c4b949ad820d730578123:/h/mts.h diff --git a/h/mts.h b/h/mts.h index b425e242..d0fa4f05 100644 --- a/h/mts.h +++ b/h/mts.h @@ -1,6 +1,4 @@ - -/* - * mts.h -- definitions for the mail system +/* mts.h -- definitions for the mail system */ /* @@ -28,16 +26,12 @@ char *getlocalmbox(void); /* * Separators */ -extern char *mmdlm1; -extern char *mmdlm2; - -#define isdlm1(s) (strcmp (s, mmdlm1) == 0) -#define isdlm2(s) (strcmp (s, mmdlm2) == 0) +#define MMDF_DELIM "\001\001\001\001\n" /* * Read mts.conf file */ -void mts_init (char *); +void mts_init (void); /* * MTS specific variables @@ -63,9 +57,3 @@ extern char *pophost; * Global MailDelivery File */ extern char *maildelivery; - -/* - * Aliasing Facility (doesn't belong here) - */ -extern int Everyone; -extern char *NoShell;