]>
diplodocus.org Git - nmh/blob - h/mts.h
1 /* mts.h -- definitions for the mail system
5 * Local and UUCP Host Name
8 char *SystemName(void);
13 extern char *mmdfldir
;
14 extern char *mmdflfil
;
15 extern char *uucpldir
;
16 extern char *uucplfil
;
17 extern char *spoollocking
;
19 #define MAILDIR (mmdfldir && *mmdfldir ? mmdfldir : getenv ("HOME"))
20 #define MAILFIL (mmdflfil && *mmdflfil ? mmdflfil : getusername ())
22 char *getusername(void);
23 char *getfullname(void);
24 char *getlocalmbox(void);
38 * MTS specific variables
41 /* whether to speak SMTP, and over the network or directly to sendmail */
43 #define MTS_SENDMAIL_SMTP 1
44 #define MTS_SENDMAIL_PIPE 2
46 void save_mts_method (const char *);
48 extern char *sendmail
;
53 extern char *clientname
;
58 * Global MailDelivery File
60 extern char *maildelivery
;