From 7fe42c9b18383ff210a924df6da7d97f4effced7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 22 Aug 2005 12:08:14 +0000 Subject: r9473: - assume the case that happens on most boxes, to remove compiler warnings on them metze (This used to be commit 3b83cf6b5bae877cf7c6a858683bc6fe781ad104) --- source4/heimdal_build/config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/heimdal_build') diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index c3737cb75e..f3660bc6ac 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -50,4 +50,9 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } #define HAVE_SETEUID 1 #endif +#define GETHOSTBYADDR_PROTO_COMPATIBLE +#define GETSERVBYNAME_PROTO_COMPATIBLE +#define OPENLOG_PROTO_COMPATIBLE +#define GETSOCKNAME_PROTO_COMPATIBLE + #endif -- cgit