spost(8) has been merged into post(8). Its functionality is
[mmh] / h / mts.h
diff --git a/h/mts.h b/h/mts.h
index d1a93f8..8496c28 100644 (file)
--- a/h/mts.h
+++ b/h/mts.h
@@ -19,8 +19,6 @@ extern char *uucplfil;
 
 #define        MAILDIR (mmdfldir && *mmdfldir ? mmdfldir : getenv ("HOME"))
 #define        MAILFIL (mmdflfil && *mmdflfil ? mmdflfil : getusername ())
-#define        UUCPDIR (uucpldir && *uucpldir ? uucpldir : getenv ("HOME"))
-#define        UUCPFIL (uucplfil && *uucplfil ? uucplfil : getusername ())
 
 char *getusername(void);
 char *getfullname(void);
@@ -47,6 +45,7 @@ void mts_init (char *);
 /* whether to speak SMTP to localhost:25 or to /usr/sbin/sendmail */
 #define MTS_SMTP     0
 #define MTS_SENDMAIL 1
+#define MTS_PIPE     2
 extern int sm_mts;
 
 extern char *sendmail;