Add --enable-rcu-debug to configure
[urcu.git] / include / urcu / config.h.in
index 4b856dcfc0900cd403ae59833b7f494d4c0f6a71..9ed0454987733a14b8023ca5fee513ee774b9e57 100644 (file)
 
 /* 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
This page took 0.022109 seconds and 4 git commands to generate.