]> granicus.if.org Git - sudo/commitdiff
added check for netgroup.h
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 20 Jun 1996 04:22:05 +0000 (04:22 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 20 Jun 1996 04:22:05 +0000 (04:22 +0000)
config.h.in
configure.in

index 99b38ef10b7620db3471a7dde354ae5ac744b2ae..350652abac341ef82666676740445cb17a49a7d5 100644 (file)
 /* Define if you have the <fnmatch.h> header file.  */
 #undef HAVE_FNMATCH_H
 
+/* Define if you have the <netgroup.h> header file.  */
+#undef HAVE_NETGROUP_H
+
 /* Define if you have the <termio.h> header file.  */
 #undef HAVE_TERMIO_H
 
index 2288b48f307f17c8241594f93240cf6af99601d3..5b7ea54549d5509c69133d486046550633bbed52 100644 (file)
@@ -456,7 +456,7 @@ dnl Header file checks
 dnl
 AC_HEADER_STDC
 AC_HEADER_DIRENT
-AC_CHECK_HEADERS(string.h strings.h unistd.h malloc.h paths.h utime.h fnmatch.h sys/sockio.h sys/bsdtypes.h)
+AC_CHECK_HEADERS(string.h strings.h unistd.h malloc.h paths.h utime.h fnmatch.h netgroup.h sys/sockio.h sys/bsdtypes.h)
 dnl ultrix termio/termios are broken
 if test "$OS" != "ultrix"; then
     AC_CHECK_HEADERS(termio.h)