Fix: use clock_get_time for caa_get_cycles fallback on MacOSX
[urcu.git] / urcu / config.h.in
index 749c3c047aa0902a1a82b84fe3848437a08e8fe0..4b856dcfc0900cd403ae59833b7f494d4c0f6a71 100644 (file)
@@ -1,4 +1,4 @@
-/* urcu/config.h.in. Manually generatad for control over the contained defs. */
+/* urcu/config.h.in. Manually generated for control over the contained defs. */
 
 /* Defined when on a system that has memory fence instructions. */
 #undef CONFIG_RCU_HAVE_FENCE
 
 /* Compatibility mode for i386 which lacks cmpxchg instruction. */
 #undef CONFIG_RCU_COMPAT_ARCH
+
+/* Use the dmb instruction is available for use on ARM. */
+#undef CONFIG_RCU_ARM_HAVE_DMB
+
+/* TLS provided by the compiler. */
+#undef CONFIG_RCU_TLS
+
+/* clock_gettime() is detected. */
+#undef CONFIG_RCU_HAVE_CLOCK_GETTIME
This page took 0.022857 seconds and 4 git commands to generate.