X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=include%2Furcu%2Fconfig.h.in;h=73506319f7d522c2f1eb65ca9ba52f3187c273b9;hp=bb128a11da3c77cbc3da563b18895f93506a66f9;hb=a9a42447bac2ed5c61fac810e293d58a5246bf6f;hpb=a8e7c8d9eabfecc5017053754f6b446a95b00010 diff --git a/include/urcu/config.h.in b/include/urcu/config.h.in index bb128a1..7350631 100644 --- a/include/urcu/config.h.in +++ b/include/urcu/config.h.in @@ -26,3 +26,14 @@ /* Require the operating system to support the membarrier system call for default and bulletproof flavors. */ #undef CONFIG_RCU_FORCE_SYS_MEMBARRIER + +/* Enable internal debugging self-checks. + Introduces a 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