]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Add checking for innetgr back to configure.in
authorneilbrown <neilbrown>
Mon, 10 Apr 2006 01:39:14 +0000 (01:39 +0000)
committerneilbrown <neilbrown>
Mon, 10 Apr 2006 01:39:14 +0000 (01:39 +0000)
ChangeLog
configure
configure.in
support/include/config.h.in

index 382eba37b462ca7945873a1dab5573745553aefc..42e7771f650ffccf062e00f67f733ca5c345915b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-04-10 NeilBrown <neilb@suse.de>
+       Add checking for innetgr back to configure.in
+       
 2006-04-10 kwc@citi.umich.edu
        Update calls to gss_export_lucid_sec_context()
        
 2006-04-10 kwc@citi.umich.edu
        Update calls to gss_export_lucid_sec_context()
        
index 9a5bbc0083356240c4be3671df122f2c3a77187c..8436f7a23bdef5f75e40d1ab4e1384814f32c442 100755 (executable)
--- a/configure
+++ b/configure
@@ -25761,11 +25761,12 @@ done
 
 
 
 
 
 
+
 
 
 for ac_func in alarm atexit dup2 fdatasync ftruncate getcwd \
                gethostbyaddr gethostbyname gethostname getmntent \
 
 
 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
                realpath rmdir select socket strcasecmp strchr strdup \
                strerror strrchr strtol strtoul
 do
index 8e57afbf9c653409d5b14a4ce62eb6ce9dfd8617..4d4d2f47aef703aaefd6a5fd4ebe36300e6235d0 100644 (file)
@@ -227,7 +227,7 @@ AC_FUNC_STAT
 AC_FUNC_VPRINTF
 AC_CHECK_FUNCS([alarm atexit dup2 fdatasync ftruncate getcwd \
                gethostbyaddr gethostbyname gethostname getmntent \
 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])
 
                realpath rmdir select socket strcasecmp strchr strdup \
                strerror strrchr strtol strtoul])
 
index 6aa74d9837d856dfbe1b5745273b7ba9cf58161f..fb2df25aa3540e5b013bbc23dbb438540d49dab3 100644 (file)
 /* Define to 1 if you have the `inet_ntoa' function. */
 #undef HAVE_INET_NTOA
 
 /* 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 <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H