s4:heimdal_build: heimdal requires u_int32_t and u_char
authorStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 21:19:10 +0000 (22:19 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 21:21:11 +0000 (22:21 +0100)
metze

source4/heimdal_build/internal.m4

index 06e798ce2750977466dab8705ce1c30ef487176e..b2f64a6825b27e807c7622cf6379e04ad424f17f 100644 (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