-
-/*
- * mts.h -- definitions for the mail system
+/* mts.h -- definitions for the mail system
*/
/*
extern char *mmdflfil;
extern char *uucpldir;
extern char *uucplfil;
+extern char *spoollocking;
#define MAILDIR (mmdfldir && *mmdfldir ? mmdfldir : getenv ("HOME"))
#define MAILFIL (mmdflfil && *mmdflfil ? mmdflfil : getusername ())
extern char *mmdlm1;
extern char *mmdlm2;
-#define isdlm1(s) (strcmp (s, mmdlm1) == 0)
-#define isdlm2(s) (strcmp (s, mmdlm2) == 0)
-
/*
* 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;