From dad8bf9fdf53d1f954339567da2aa1d1bc202c73 Mon Sep 17 00:00:00 2001 From: neilbrown Date: Mon, 10 Apr 2006 03:53:14 +0000 Subject: 2006-04-10 "Kevin Coffman" Update aclocal/tcp-wrappers.m4 to define HAVE_LIBWRAP and HAVE_TCP_WRAPPERS as appropriate. --- tools/getiversion/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/getiversion/Makefile.in') diff --git a/tools/getiversion/Makefile.in b/tools/getiversion/Makefile.in index 0c71413..71112dd 100644 --- a/tools/getiversion/Makefile.in +++ b/tools/getiversion/Makefile.in @@ -114,6 +114,8 @@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ GSSD = @GSSD@ +HAVE_LIBWRAP = @HAVE_LIBWRAP@ +HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@ IDMAPD = @IDMAPD@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ -- cgit