X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fmacro_predef.c;h=ebb4cb98a689ae84f8be1eff72ccf5a721344baf;hb=01603eec64;hp=33249133ace87ef2270ca79a37b865ef1a1b6e23;hpb=feb5343a10a0c6526c3a9a08bb4d57cf6eafa289;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/macro_predef.c b/src/src/macro_predef.c index 33249133a..ebb4cb98a 100644 --- a/src/src/macro_predef.c +++ b/src/src/macro_predef.c @@ -126,7 +126,7 @@ due to conflicts with other common macros. */ #ifdef USE_TCP_WRAPPERS builtin_macro_create(US"_HAVE_TCPWRAPPERS"); #endif -#ifdef SUPPORT_TLS +#ifndef DISABLE_TLS builtin_macro_create(US"_HAVE_TLS"); # ifdef USE_GNUTLS builtin_macro_create(US"_HAVE_GNUTLS"); @@ -290,7 +290,7 @@ options_routers(); options_transports(); options_auths(); options_logging(); -#if defined(SUPPORT_TLS) +#ifndef DISABLE_TLS options_tls(); #endif }