X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..7793fde2bb56c76aa8d1fd819d6c60f720e6c44e:/zotnet/mts/mts.h diff --git a/zotnet/mts/mts.h b/zotnet/mts/mts.h index 66aa590c..ce063d98 100644 --- a/zotnet/mts/mts.h +++ b/zotnet/mts/mts.h @@ -44,7 +44,13 @@ void mts_init (char *); /* * MTS specific variables */ -#if defined(SENDMTS) || defined (SMTPMTS) +#if defined (SMTPMTS) + +/* whether to speak SMTP to localhost:25 or to /usr/sbin/sendmail */ +#define MTS_SMTP 0 +#define MTS_SENDMAIL 1 +extern int sm_mts; + extern char *hostable; extern char *sendmail; #endif