Removed hostable relics from h/mts.h and sbr/mts.c.
authorDavid Levine <levinedl@acm.org>
Tue, 27 Mar 2012 02:28:54 +0000 (21:28 -0500)
committerDavid Levine <levinedl@acm.org>
Tue, 27 Mar 2012 02:28:54 +0000 (21:28 -0500)
h/mts.h
sbr/mts.c

diff --git a/h/mts.h b/h/mts.h
index 6be339a..d1a93f8 100644 (file)
--- a/h/mts.h
+++ b/h/mts.h
@@ -49,7 +49,6 @@ void mts_init (char *);
 #define MTS_SENDMAIL 1
 extern int sm_mts;
 
-extern char *hostable;
 extern char *sendmail;
 
 /*
index b529d15..1bf62ce 100644 (file)
--- a/sbr/mts.c
+++ b/sbr/mts.c
@@ -64,7 +64,6 @@ static char localmbox[BUFSIZ];
  */
 static char *sm_method = "smtp";
 int  sm_mts    = MTS_SMTP;
-char *hostable = nmhetcdir(/hosts);
 char *sendmail = SENDMAILPATH;
 
 /*
@@ -108,7 +107,6 @@ static struct bind binds[] = {
     { "mmdelim1", &mmdlm1 },
     { "mmdelim2", &mmdlm2 },
     { "mts",      &sm_method },
-    { "hostable", &hostable  },
     { "sendmail", &sendmail  },
     { "clientname",  &clientname },
     { "servers", &servers },