Add special tests for <sys/ucred.h>, include test for sys/param.h and

sys/types.h


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17956 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-09-01 09:26:23 +00:00
parent 9796207a59
commit c20ce9774e

View File

@@ -289,14 +289,15 @@ AC_CHECK_HEADERS([\
sgtty.h \
siad.h \
signal.h \
stropts.h \
strings.h \
stropts.h \
sys/bitypes.h \
sys/category.h \
sys/file.h \
sys/filio.h \
sys/ioccom.h \
sys/mman.h \
sys/param.h \
sys/pty.h \
sys/ptyio.h \
sys/select.h \
@@ -308,8 +309,8 @@ AC_CHECK_HEADERS([\
sys/termio.h \
sys/timeb.h \
sys/times.h \
sys/types.h \
sys/un.h \
sys/ucred.h \
termcap.h \
termio.h \
termios.h \
@@ -343,6 +344,14 @@ AC_CHECK_HEADERS(sys/strtty.h, , , [AC_INCLUDES_DEFAULT
#include <sys/stream.h>
#endif])
AC_CHECK_HEADERS(sys/ucred.h, , , [AC_INCLUDES_DEFAULT
#if HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#if HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif])
AC_CHECK_HEADERS(security/pam_modules.h, , , [AC_INCLUDES_DEFAULT
#include <security/pam_appl.h>
])