AH_TEMPLATE([AO_WEAK_DOUBLE_CAS_EMULATION],
[Emulate double-width CAS via pthread locking in case of no hardware \
support (only gcc/x86_64, the emulation is unsafe)])
+AH_TEMPLATE([AO_DISABLE_GCC_ATOMICS],
+ [Do not use C11 atomic intrinsics even if available])
+AH_TEMPLATE([AO_PREFER_BUILTIN_ATOMICS],
+ [Prefer C11 atomic intrinsics over assembly-based implementation \
+ even in case of inefficient implementation (do not use assembly for \
+ any atomic_ops primitive if C11/GCC atomic intrinsics available)])
AC_DEFINE(_REENTRANT, 1, [Required define if using POSIX threads.])