X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fconfig.h.in;h=4b856dcfc0900cd403ae59833b7f494d4c0f6a71;hp=02c7b2edb279be80171d3615eab796d79578272d;hb=a0307b90e502a48cc73ca936bce0792f5566ba64;hpb=e95ee42934238b371441a463d56f73899ce62867 diff --git a/urcu/config.h.in b/urcu/config.h.in index 02c7b2e..4b856dc 100644 --- a/urcu/config.h.in +++ b/urcu/config.h.in @@ -16,3 +16,9 @@ /* 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