From 104b3545e08bb79242c659c283bc8ee221dd66d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Sun, 18 Oct 2020 19:18:34 +0200 Subject: [PATCH] heimdal_build: silence warning: macro redefined Signed-off-by: Bjoern Jacke Reviewed-by: Andrew Bartlett --- source4/heimdal_build/config.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.3