projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1e2db7
)
Removed hostable relics from h/mts.h and sbr/mts.c.
author
David Levine
<levinedl@acm.org>
Tue, 27 Mar 2012 02:28:54 +0000
(21:28 -0500)
committer
David Levine
<levinedl@acm.org>
Tue, 27 Mar 2012 02:28:54 +0000
(21:28 -0500)
h/mts.h
patch
|
blob
|
history
sbr/mts.c
patch
|
blob
|
history
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;
/*
diff --git
a/sbr/mts.c
b/sbr/mts.c
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 },