From: Björn Jacke Date: Sun, 18 Oct 2020 17:18:34 +0000 (+0200) Subject: heimdal_build: silence warning: macro redefined X-Git-Tag: talloc-2.3.2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=104b3545e08bb79242c659c283bc8ee221dd66d8;p=thirdparty%2Fsamba.git heimdal_build: silence warning: macro redefined Signed-off-by: Bjoern Jacke Reviewed-by: Andrew Bartlett --- diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index 85ac3ba4fac..fb43cdc1319 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -62,4 +62,9 @@ #define HAVE_GETPROGNAME 1 #endif +/* lib/replace provides a strsep */ +#ifndef HAVE_STRSEP +#define HAVE_STRSEP 1 +#endif + #endif