From 03bd9b2683ab7abf967118b5970f6a59c101782a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 30 Jan 2009 22:19:10 +0100 Subject: s4:heimdal_build: heimdal requires u_int32_t and u_char metze --- source4/heimdal_build/internal.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/heimdal_build/internal.m4') diff --git a/source4/heimdal_build/internal.m4 b/source4/heimdal_build/internal.m4 index 06e798ce27..b2f64a6825 100644 --- a/source4/heimdal_build/internal.m4 +++ b/source4/heimdal_build/internal.m4 @@ -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 , 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 -- cgit