X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/12263aa86a56d5d6a8aa6a9daaf285e24ca2a448..c685a2e3d970d25b36a00e4110f975b588b0bbab:/src/src/macro_predef.h diff --git a/src/src/macro_predef.h b/src/src/macro_predef.h index 7eeaa9692..4bc98e0df 100644 --- a/src/src/macro_predef.h +++ b/src/src/macro_predef.h @@ -20,4 +20,7 @@ extern void options_transports(void); extern void options_auths(void); extern void options_logging(void); extern void params_dkim(void); +#ifndef DISABLE_TLS +extern void options_tls(void); +#endif