Check for <stdint.h> and uintptr_t

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16103 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-09-28 03:06:36 +00:00
parent 38c5dbe857
commit aa37b056a2

View File

@@ -64,6 +64,7 @@ AC_CHECK_HEADERS([\
pwd.h \
rpcsvc/ypclnt.h \
shadow.h \
stdint.h \
sys/bswap.h \
sys/ioctl.h \
sys/mman.h \
@@ -86,6 +87,10 @@ AC_CHECK_HEADERS([\
util.h \
])
AC_HAVE_TYPE([uintptr_t],[#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif])
dnl Sunpro 5.2 has a vis.h which is something different.
AC_CHECK_HEADERS(vis.h, , , [
#include <vis.h>