diff options
| author | neilbrown <neilbrown> | 2006-04-10 03:53:14 +0000 |
|---|---|---|
| committer | neilbrown <neilbrown> | 2006-04-10 03:53:14 +0000 |
| commit | dad8bf9fdf53d1f954339567da2aa1d1bc202c73 (patch) | |
| tree | 1b1073c68bee3dcbca9e074b035dbd06135e697d /support/include | |
| parent | c377fce0995ac5d669f74e75fdac02b90d8792b2 (diff) | |
| download | nfs-utils-dad8bf9fdf53d1f954339567da2aa1d1bc202c73.tar.gz nfs-utils-dad8bf9fdf53d1f954339567da2aa1d1bc202c73.tar.xz nfs-utils-dad8bf9fdf53d1f954339567da2aa1d1bc202c73.zip | |
2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>
Update aclocal/tcp-wrappers.m4 to define HAVE_LIBWRAP and
HAVE_TCP_WRAPPERS as appropriate.
Diffstat (limited to 'support/include')
| -rw-r--r-- | support/include/Makefile.in | 2 | ||||
| -rw-r--r-- | support/include/config.h.in | 6 | ||||
| -rw-r--r-- | support/include/nfs/Makefile.in | 2 | ||||
| -rw-r--r-- | support/include/rpcsvc/Makefile.in | 2 | ||||
| -rw-r--r-- | support/include/sys/Makefile.in | 2 | ||||
| -rw-r--r-- | support/include/sys/fs/Makefile.in | 2 |
6 files changed, 16 insertions, 0 deletions
diff --git a/support/include/Makefile.in b/support/include/Makefile.in index c0046fc..bfb94c1 100644 --- a/support/include/Makefile.in +++ b/support/include/Makefile.in @@ -107,6 +107,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/config.h.in b/support/include/config.h.in index fb2df25..ed6dc1b 100644 --- a/support/include/config.h.in +++ b/support/include/config.h.in @@ -120,6 +120,9 @@ /* Define to 1 if you have the <libintl.h> header file. */ #undef HAVE_LIBINTL_H +/* tcp-wrapper */ +#undef HAVE_LIBWRAP + /* Define to 1 if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H @@ -258,6 +261,9 @@ /* Define to 1 if you have the <sys/vfs.h> header file. */ #undef HAVE_SYS_VFS_H +/* tcp-wrapper */ +#undef HAVE_TCP_WRAPPER + /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H diff --git a/support/include/nfs/Makefile.in b/support/include/nfs/Makefile.in index e846d52..6790f1e 100644 --- a/support/include/nfs/Makefile.in +++ b/support/include/nfs/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@ diff --git a/support/include/rpcsvc/Makefile.in b/support/include/rpcsvc/Makefile.in index 46e7964..79f4f1f 100644 --- a/support/include/rpcsvc/Makefile.in +++ b/support/include/rpcsvc/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@ 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@ |
