diff options
Diffstat (limited to 'src/readcf.c')
-rw-r--r-- | src/readcf.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/readcf.c b/src/readcf.c index 89c980e..df40097 100644 --- a/src/readcf.c +++ b/src/readcf.c @@ -1427,9 +1427,6 @@ struct optioninfo { "FallbackMXhost", 'V', FALSE }, { "Verbose", 'v', TRUE }, { "TryNullMXList", 'w', FALSE }, -#ifdef TCPWRAPPERS - { "TcpWrappers", 'W', FALSE }, -#endif { "QueueLA", 'x', FALSE }, { "RefuseLA", 'X', FALSE }, { "RecipientFactor", 'y', FALSE }, @@ -2112,11 +2109,6 @@ setoption(opt, val, safe, sticky, e) break; /* 'W' available -- was wizard password */ -#ifdef TCPWRAPPERS - case 'W': - TcpWrappers = atobool(val); - break; -#endif case 'x': /* load avg at which to auto-queue msgs */ QueueLA = atoi(val); |