48024b66f86720ea3c68cd7028abef28881e9be9
[urcu.git] / urcu / config.h.in
1 /* urcu/config.h.in. Manually generatad for control over the contained defs. */
2
3 /* Defined when on a system that has memory fence instructions. */
4 #undef CONFIG_URCU_HAVE_FENCE
5
6 /* Defined when on a system with futex support. */
7 #undef CONFIG_URCU_HAVE_FUTEX
8
9 /* Enable SMP support. With SMP support enabled, uniprocessors are also
10 supported. With SMP support disabled, UP systems work fine, but the
11 behavior of SMP systems is undefined. */
12 #undef CONFIG_URCU_SMP
13
14 /* Compatibility mode for i386 which lacks cmpxchg instruction. */
15 #undef CONFIG_URCU_COMPAT_ARCH
This page took 0.040871 seconds and 4 git commands to generate.