Support REQUIRETLS
[exim.git] / src / src / macro_predef.c
index 32c05a8073796eb3217823d4a07229d2e4829806..1073e45a6a7d60786434b22202e89e010075534a 100644 (file)
@@ -198,6 +198,9 @@ due to conflicts with other common macros. */
 #ifdef EXPERIMENTAL_DSN_INFO
   builtin_macro_create(US"_HAVE_DSN_INFO");
 #endif
+#ifdef EXPERIMENTAL_REQUIRETLS
+  builtin_macro_create(US"_HAVE_REQTLS");
+#endif
 
 #ifdef LOOKUP_LSEARCH
   builtin_macro_create(US"_HAVE_LOOKUP_LSEARCH");