3 * mts.h -- definitions for the mail system
7 * Local and UUCP Host Name
10 char *SystemName(void);
15 extern char *mmdfldir;
16 extern char *mmdflfil;
17 extern char *uucpldir;
18 extern char *uucplfil;
20 #define MAILDIR (mmdfldir && *mmdfldir ? mmdfldir : getenv ("HOME"))
21 #define MAILFIL (mmdflfil && *mmdflfil ? mmdflfil : getusername ())
22 #define UUCPDIR (uucpldir && *uucpldir ? uucpldir : getenv ("HOME"))
23 #define UUCPFIL (uucplfil && *uucplfil ? uucplfil : getusername ())
25 char *getusername(void);
26 char *getfullname(void);
27 char *getlocalmbox(void);
35 #define isdlm1(s) (strcmp (s, mmdlm1) == 0)
36 #define isdlm2(s) (strcmp (s, mmdlm2) == 0)
41 void mts_init (char *);
44 * MTS specific variables
47 /* whether to speak SMTP to localhost:25 or to /usr/sbin/sendmail */
49 #define MTS_SENDMAIL 1
52 extern char *hostable;
53 extern char *sendmail;
58 extern char *clientname;
63 * Global MailDelivery File
65 extern char *maildelivery;
68 * Aliasing Facility (doesn't belong here)