Added check for <security/pam_misc.h>.

This commit is contained in:
Roland Illig 2004-08-17 00:53:03 +00:00
parent a640e5a8e7
commit cc99c400f3

View File

@ -155,7 +155,8 @@ esac
AC_PROG_INSTALL
AC_CHECK_HEADERS([unistd.h string.h memory.h grp.h limits.h malloc.h \
stdlib.h termios.h utime.h fcntl.h pwd.h sys/statfs.h sys/time.h \
sys/timeb.h sys/select.h sys/ioctl.h stropts.h arpa/inet.h])
sys/timeb.h sys/select.h sys/ioctl.h stropts.h arpa/inet.h \
security/pam_misc.h])
AC_HEADER_TIME
AC_HEADER_SYS_WAIT