[exim-dev] [Bug 1132] #define'ing USE_TCP_WRAPPERS when USE_…

Top Page
Delete this message
Reply to this message
Author: Ted Cooper
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1132] #define'ing USE_TCP_WRAPPERS when USE_TCP_WRAPPERS=no
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1132

Ted Cooper <eximX0902w@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eximX0902w@???
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID





--- Comment #1 from Ted Cooper <eximX0902w@???> 2011-07-19 13:17:20 ---
This is the original content from the Makefile

# TCP wrappers: If you want to use tcpwrappers from within Exim, uncomment
# this setting. See the manual section entitled "Use of tcpwrappers" in the
# chapter on building and installing Exim.
#
# USE_TCP_WRAPPERS=yes

This is fairly common of all #ifdef style Makefiles - to enable it, uncomment
it; to disable it, comment it. There is no direction to define it as "no", it
just needs to be defined as something for it to be enabled.

It's seems the bug resolution you have provided is exactly how it is designed
to work.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email