X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/dbbbe1b73d4eba1f4d0d55ccab54f2f7130f395d..832096365a1519eadbaad02646616359e9870513:/h/mts.h diff --git a/h/mts.h b/h/mts.h index aa5cc3d3..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,20 +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 isdlm1(s) (strcmp (s, mmdlm1) == 0) -#define isdlm2(s) (strcmp (s, mmdlm2) == 0) +#define MMDF_DELIM "\001\001\001\001\n" /* * Read mts.conf file