X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Furcu%2Fconfig.h.in;h=73506319f7d522c2f1eb65ca9ba52f3187c273b9;hb=a9a42447bac2ed5c61fac810e293d58a5246bf6f;hp=9ed0454987733a14b8023ca5fee513ee774b9e57;hpb=d4e640c06c2c999d5fc8f8375bc2f61da06c9cda;p=urcu.git diff --git a/include/urcu/config.h.in b/include/urcu/config.h.in index 9ed0454..7350631 100644 --- a/include/urcu/config.h.in +++ b/include/urcu/config.h.in @@ -28,5 +28,12 @@ #undef CONFIG_RCU_FORCE_SYS_MEMBARRIER /* Enable internal debugging self-checks. - Introduce performance penalty. */ + 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