TLS: move from SUPPORT_TLS to DISABLE_TLS macro for the build
[exim.git] / src / src / macro_predef.h
index 79a8d6f15bf13421cc33804bb153baef5980556f..4bc98e0df3ae9d49563bc4d2b19a37c0cb07df6f 100644 (file)
@@ -20,7 +20,7 @@ extern void options_transports(void);
 extern void options_auths(void);
 extern void options_logging(void);
 extern void params_dkim(void);
-#if defined(SUPPORT_TLS)
+#ifndef DISABLE_TLS
 extern void options_tls(void);
 #endif