summaryrefslogtreecommitdiffstats
path: root/support/include/sys
diff options
context:
space:
mode:
Diffstat (limited to 'support/include/sys')
-rw-r--r--support/include/sys/Makefile.in2
-rw-r--r--support/include/sys/fs/Makefile.in2
2 files changed, 4 insertions, 0 deletions
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@