From 70b52b02a77c695d32aa57daaeb5689cd6857eba Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 24 Sep 2005 14:58:18 +0000 Subject: r10476: Move some more types to libreplace. Fix missing strndup errors for heimdal (This used to be commit e09ffdfb1dba289b79ac7e5a638bf5322d45ddc0) --- source4/heimdal_build/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/heimdal_build/config.h') diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index f3660bc6ac..b97033022a 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -55,4 +55,8 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } #define OPENLOG_PROTO_COMPATIBLE #define GETSOCKNAME_PROTO_COMPATIBLE +#ifndef HAVE_STRNDUP +#define HAVE_STRNDUP +#endif + #endif -- cgit