X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5251d171e8e90a7a69f2bd740965140b6b69fcbe..refs/heads/master:/h/mts.h?ds=sidebyside diff --git a/h/mts.h b/h/mts.h index 8df4ae4f..1e3b9c83 100644 --- a/h/mts.h +++ b/h/mts.h @@ -1,6 +1,4 @@ - -/* - * mts.h -- definitions for the mail system +/* mts.h -- definitions for the mail system */ /* @@ -19,17 +17,16 @@ extern char *uucplfil; extern char *spoollocking; #define MAILDIR (mmdfldir && *mmdfldir ? mmdfldir : getenv ("HOME")) -#define MAILFIL (mmdflfil && *mmdflfil ? mmdflfil : getusername ()) +#define MAILFIL (mmdflfil && *mmdflfil ? mmdflfil : getusername (1)) -char *getusername(void); +char *getusername(int); char *getfullname(void); char *getlocalmbox(void); /* * Separators */ -extern char *mmdlm1; -extern char *mmdlm2; +#define MMDF_DELIM "\001\001\001\001\n" /* * Read mts.conf file