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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user