X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=urcu%2Fconfig.h.in;h=4b856dcfc0900cd403ae59833b7f494d4c0f6a71;hb=b83b3590caf8ddd0fb1393b0d8378f916c8bf831;hp=de1d1d0ca0262460435a086501c883a2c051d0d7;hpb=a767fdc348289dc37026ee3ab46d1d4102ff57f7;p=urcu.git diff --git a/urcu/config.h.in b/urcu/config.h.in index de1d1d0..4b856dc 100644 --- a/urcu/config.h.in +++ b/urcu/config.h.in @@ -18,4 +18,7 @@ #undef CONFIG_RCU_ARM_HAVE_DMB /* TLS provided by the compiler. */ -#define CONFIG_RCU_TLS TLS +#undef CONFIG_RCU_TLS + +/* clock_gettime() is detected. */ +#undef CONFIG_RCU_HAVE_CLOCK_GETTIME