X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=include%2Furcu%2Fconfig.h.in;h=9f2aa99716c6c20415190dae80c28f4b514bbfb0;hp=bb128a11da3c77cbc3da563b18895f93506a66f9;hb=4477a87021ffbfbfdb2a2084d05a084171343d36;hpb=a8e7c8d9eabfecc5017053754f6b446a95b00010 diff --git a/include/urcu/config.h.in b/include/urcu/config.h.in index bb128a1..9f2aa99 100644 --- a/include/urcu/config.h.in +++ b/include/urcu/config.h.in @@ -26,3 +26,10 @@ /* 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. + Introduce performance penalty. */ +#undef CONFIG_RCU_DEBUG + +/* Expose multi-flavor support */ +#define CONFIG_RCU_MULTIFLAVOR 1