configure: Add --enable-compiler-atomic-builtins option
[urcu.git] / include / urcu / config.h.in
index abee4ea301d5c30ad4d44b8597c436873346264d..aa1d6c92b24cb2bff2d97751aaac5cad0c4f7da1 100644 (file)
@@ -23,6 +23,9 @@
    Introduces a performance penalty. */
 #undef CONFIG_RCU_DEBUG
 
+/* Uatomic API uses atomic builtins. */
+#undef CONFIG_RCU_USE_ATOMIC_BUILTINS
+
 /* Expose multi-flavor support */
 #define CONFIG_RCU_HAVE_MULTIFLAVOR 1
 
This page took 0.022371 seconds and 4 git commands to generate.