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. --- support/include/sys/Makefile.in | 2 ++ support/include/sys/fs/Makefile.in | 2 ++ 2 files changed, 4 insertions(+) (limited to 'support/include/sys') diff --git a/support/include/sys/Makefile.in b/support/include/sys/Makefile.in index 78cf094..fcfef2c 100644 --- a/support/include/sys/Makefile.in +++ b/support/include/sys/Makefile.in @@ -104,6 +104,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@ diff --git a/support/include/sys/fs/Makefile.in b/support/include/sys/fs/Makefile.in index 0f496b7..48f5867 100644 --- a/support/include/sys/fs/Makefile.in +++ b/support/include/sys/fs/Makefile.in @@ -100,6 +100,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