Move the TLS resumption support from Experimental to mainline
[exim.git] / src / src / macro_predef.c
index f6cfcb14ca3acad05b5581d2735ef6902da54ebe..aeb234af72625693e3a9c6d4bada1ba7a059039f 100644 (file)
@@ -204,7 +204,7 @@ due to conflicts with other common macros. */
 #ifdef EXPERIMENTAL_DSN_INFO
   builtin_macro_create(US"_HAVE_DSN_INFO");
 #endif
-#ifdef EXPERIMENTAL_TLS_RESUME
+#ifndef DISABLE_TLS_RESUME
   builtin_macro_create(US"_HAVE_TLS_RESUME");
 #endif