added check for netgroup.h
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user