From c377fce0995ac5d669f74e75fdac02b90d8792b2 Mon Sep 17 00:00:00 2001 From: neilbrown Date: Mon, 10 Apr 2006 01:39:14 +0000 Subject: [PATCH] Add checking for innetgr back to configure.in --- ChangeLog | 3 +++ configure | 3 ++- configure.in | 2 +- support/include/config.h.in | 3 +++ 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 382eba3..42e7771 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2006-04-10 NeilBrown + Add checking for innetgr back to configure.in + 2006-04-10 kwc@citi.umich.edu Update calls to gss_export_lucid_sec_context() diff --git a/configure b/configure index 9a5bbc0..8436f7a 100755 --- a/configure +++ b/configure @@ -25761,11 +25761,12 @@ done + for ac_func in alarm atexit dup2 fdatasync ftruncate getcwd \ gethostbyaddr gethostbyname gethostname getmntent \ - gettimeofday hasmntopt inet_ntoa memset mkdir pathconf \ + gettimeofday hasmntopt inet_ntoa innetgr memset mkdir pathconf \ realpath rmdir select socket strcasecmp strchr strdup \ strerror strrchr strtol strtoul do diff --git a/configure.in b/configure.in index 8e57afb..4d4d2f4 100644 --- a/configure.in +++ b/configure.in @@ -227,7 +227,7 @@ AC_FUNC_STAT AC_FUNC_VPRINTF AC_CHECK_FUNCS([alarm atexit dup2 fdatasync ftruncate getcwd \ gethostbyaddr gethostbyname gethostname getmntent \ - gettimeofday hasmntopt inet_ntoa memset mkdir pathconf \ + gettimeofday hasmntopt inet_ntoa innetgr memset mkdir pathconf \ realpath rmdir select socket strcasecmp strchr strdup \ strerror strrchr strtol strtoul]) diff --git a/support/include/config.h.in b/support/include/config.h.in index 6aa74d9..fb2df25 100644 --- a/support/include/config.h.in +++ b/support/include/config.h.in @@ -108,6 +108,9 @@ /* Define to 1 if you have the `inet_ntoa' function. */ #undef HAVE_INET_NTOA +/* Define to 1 if you have the `innetgr' function. */ +#undef HAVE_INNETGR + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H -- 2.39.2