From 0e2a0abee035d154c8d17d48fa7770f0c846f22c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 13 Dec 2018 15:48:12 -0500 Subject: [PATCH] config.h.in: rename CONFIG_RCU_MULTIFLAVOR to CONFIG_RCU_HAVE_MULTIFLAVOR Considering that this config option cannot be selected by configure, and is just exposing the capabilities of liburcu, use the "HAVE" semantic. Signed-off-by: Mathieu Desnoyers --- include/urcu/config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/urcu/config.h.in b/include/urcu/config.h.in index 1501267..8c3e4da 100644 --- a/include/urcu/config.h.in +++ b/include/urcu/config.h.in @@ -32,7 +32,7 @@ #undef CONFIG_RCU_DEBUG /* Expose multi-flavor support */ -#define CONFIG_RCU_MULTIFLAVOR 1 +#define CONFIG_RCU_HAVE_MULTIFLAVOR 1 /* Enable extra debugging checks for lock-free hash table iterator traversal. */ -- 2.34.1