From: Mathieu Desnoyers Date: Thu, 13 Dec 2018 20:48:12 +0000 (-0500) Subject: config.h.in: rename CONFIG_RCU_MULTIFLAVOR to CONFIG_RCU_HAVE_MULTIFLAVOR X-Git-Tag: v0.11.0~13 X-Git-Url: https://git.lttng.org/?p=urcu.git;a=commitdiff_plain;h=0e2a0abee035d154c8d17d48fa7770f0c846f22c 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 --- 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. */