/* 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
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)