X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/8ac90765750f87c573300b9e953af3d8090cab8b..ee8b809061baea861fc87c41bcb72a62d76b0047:/src/src/macro_predef.c diff --git a/src/src/macro_predef.c b/src/src/macro_predef.c index 1073e45a6..fbc923ce6 100644 --- a/src/src/macro_predef.c +++ b/src/src/macro_predef.c @@ -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"); @@ -284,6 +287,10 @@ options_main(); options_routers(); options_transports(); options_auths(); +options_logging(); +#if defined(SUPPORT_TLS) && !defined(USE_GNUTLS) +options_tls(); +#endif } static void