X-Git-Url: http://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=include%2Furcu%2Fconfig.h.in;h=8c3e4da53108d10c7944954aebe50666e7cd56a5;hp=9ed0454987733a14b8023ca5fee513ee774b9e57;hb=0e2a0abee035d154c8d17d48fa7770f0c846f22c;hpb=d4e640c06c2c999d5fc8f8375bc2f61da06c9cda diff --git a/include/urcu/config.h.in b/include/urcu/config.h.in index 9ed0454..8c3e4da 100644 --- a/include/urcu/config.h.in +++ b/include/urcu/config.h.in @@ -30,3 +30,10 @@ /* Enable internal debugging self-checks. Introduce performance penalty. */ #undef CONFIG_RCU_DEBUG + +/* Expose multi-flavor support */ +#define CONFIG_RCU_HAVE_MULTIFLAVOR 1 + +/* Enable extra debugging checks for lock-free hash table iterator + traversal. */ +#undef CONFIG_CDS_LFHT_ITER_DEBUG