-
-/*
- * mts.h -- definitions for the mail system
+/* mts.h -- definitions for the mail system
*/
/*
/*
* 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
* Global MailDelivery File
*/
extern char *maildelivery;
-
-/*
- * Aliasing Facility (doesn't belong here)
- */
-extern int Everyone;
-extern char *NoShell;