X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=include%2Furcu%2Fconfig.h.in;h=9f2aa99716c6c20415190dae80c28f4b514bbfb0;hb=48e2efad52474ba5fff6d7f452866fc8cdadab44;hp=4b856dcfc0900cd403ae59833b7f494d4c0f6a71;hpb=6893800a4d1cc14dff0395ddcd660a5138db183d;p=urcu.git diff --git a/include/urcu/config.h.in b/include/urcu/config.h.in index 4b856dc..9f2aa99 100644 --- a/include/urcu/config.h.in +++ b/include/urcu/config.h.in @@ -22,3 +22,14 @@ /* clock_gettime() is detected. */ #undef CONFIG_RCU_HAVE_CLOCK_GETTIME + +/* 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