From 89b640fbfe885673d18b9232f2b8a60ce173a897 Mon Sep 17 00:00:00 2001 From: David Levine Date: Mon, 26 Mar 2012 21:28:54 -0500 Subject: [PATCH] Removed hostable relics from h/mts.h and sbr/mts.c. --- h/mts.h | 1 - sbr/mts.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/h/mts.h b/h/mts.h index 6be339a..d1a93f8 100644 --- 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; /* diff --git a/sbr/mts.c b/sbr/mts.c index b529d15..1bf62ce 100644 --- 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 }, -- 1.7.10.4