X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmts.h;h=a0f83dc27e230976b12e3a34af512935f37dd028;hb=bf5e3d96f882fe51157059787cd658d4a7ddd840;hp=df1d9b5a8f459c6833660227ead4bca4448bb635;hpb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;p=mmh diff --git a/h/mts.h b/h/mts.h index df1d9b5..a0f83dc 100644 --- a/h/mts.h +++ b/h/mts.h @@ -8,43 +8,17 @@ char *LocalName(void); char *SystemName(void); -/* -** Mailboxes -*/ -extern char *mmdfldir; -extern char *mmdflfil; -extern char *uucpldir; -extern char *uucplfil; - -#define MAILDIR (mmdfldir && *mmdfldir ? mmdfldir : getenv ("HOME")) -#define MAILFIL (mmdflfil && *mmdflfil ? mmdflfil : getusername ()) -#define UUCPDIR (uucpldir && *uucpldir ? uucpldir : getenv ("HOME")) -#define UUCPFIL (uucplfil && *uucplfil ? uucplfil : getusername ()) char *getusername(void); char *getfullname(void); -/* -** Separators -*/ -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(char *); /* ** Global MailDelivery File */ extern char *maildelivery; - -/* -** Aliasing Facility (doesn't belong here) -*/ -extern int Everyone; -extern char *NoShell;