1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s4:heimdal_build: heimdal requires u_int32_t and u_char

metze
This commit is contained in:
Stefan Metzmacher 2009-01-30 22:19:10 +01:00
parent f6d08849e1
commit 03bd9b2683

View File

@ -33,6 +33,9 @@ esac
])
AC_CHECK_TYPE(u_char, uint8_t)
AC_CHECK_TYPE(u_int32_t, uint32_t)
dnl Not all systems have err.h, so we provide a replacement. Heimdal
dnl unconditionally #includes <err.h>, so we need to create an err.h,
dnl but we can't just have a static one because we don't want to use