Recast more internal string routines to use growable-strings
[exim.git] / src / src / macro_predef.c
index 0a22eec2f4c9987d97d41c71bcf2bd309b344e9c..fbc923ce69584dbdae67c5661d841101cfa9da77 100644 (file)
@@ -201,6 +201,9 @@ due to conflicts with other common macros. */
 #ifdef EXPERIMENTAL_REQUIRETLS
   builtin_macro_create(US"_HAVE_REQTLS");
 #endif
+#ifdef EXPERIMENTAL_PIPE_CONNECT
+  builtin_macro_create(US"_HAVE_PIPE_CONNECT");
+#endif
 
 #ifdef LOOKUP_LSEARCH
   builtin_macro_create(US"_HAVE_LOOKUP_LSEARCH");
@@ -285,6 +288,9 @@ options_routers();
 options_transports();
 options_auths();
 options_logging();
+#if defined(SUPPORT_TLS) && !defined(USE_GNUTLS)
+options_tls();
+#endif
 }
 
 static void