blob: a880da6253c60ddd7d0541ba35e341c79d51899b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Index: Makefile
===================================================================
--- Makefile.orig 2007-05-15 16:00:17.000000000 +0200
+++ Makefile 2007-05-15 16:00:55.000000000 +0200
@@ -19,8 +19,8 @@
# USE_DNS to add hostname tests in hosts.allow/deny.
ifeq ($(NO_TCP_WRAPPER),)
-CPPFLAGS += -DHOSTS_ACCESS
-WRAP_LIB = -lwrap
+#CPPFLAGS += -DHOSTS_ACCESS
+#WRAP_LIB = -lwrap
ifdef USE_DNS
CPPFLAGS += -DENABLE_DNS
MAN_SED += -e 's/USE_DNS/yes/'
|