added check for netgroup.h

This commit is contained in:
Todd C. Miller
1996-06-20 04:22:05 +00:00
parent 2f7e9de285
commit b57aab8cdb
2 changed files with 4 additions and 1 deletions

View File

@@ -215,6 +215,9 @@
/* 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

View 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)