------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1132 Summary: #define'ing USE_TCP_WRAPPERS when USE_TCP_WRAPPERS=no Product: Exim Version: 4.76 Platform: x86 OS/Version: Linux Status: NEW Severity: bug Priority: medium Component: Unfiled AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] In Local/Makefile line 887 I have: USE_TCP_WRAPPERS=no Running make, I find in build-Linux-i386/config.h line 132: #define USE_TCP_WRAPPERS no Unfortunately, defining `USE_TCP_WRAPPERS` triggers the `#ifdef USE_TCP_WRAPPERS` blocks and exim tries to compile against tcp_wrappers, failing when it fails to find tcpd.h Rather than defining USE_TCP_WRAPPERS as no, it should not be defined at all, allowing `#ifdef USE_TCP_WRAPPERS` and a tcp_wrappers-less build. Thanks -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
