Removed mts.conf; the maildelivery option went into slocal directly.
[mmh] / h / mts.h
1 /*
2 ** mts.h -- definitions for the mail system
3 */
4
5 /*
6 ** Local and UUCP Host Name
7 */
8 char *LocalName(void);
9 char *SystemName(void);
10
11 char *getusername(void);
12 char *getfullname(void);