X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fmacro_predef.h;h=59b1bbe3b0ea9111b95597279fc26dad18f0e6a5;hb=6b331d5834d12bdda21857cd6fffac17038ce3c7;hp=79a8d6f15bf13421cc33804bb153baef5980556f;hpb=b10c87b38c2345d15d30da5c18c823355ac506a9;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/macro_predef.h b/src/src/macro_predef.h index 79a8d6f15..59b1bbe3b 100644 --- a/src/src/macro_predef.h +++ b/src/src/macro_predef.h @@ -3,6 +3,7 @@ *************************************************/ /* Copyright (c) Jeremy Harris 2017 - 2018 */ +/* Copyright (c) The Exim Maintainers 2021 */ /* See the file NOTICE for conditions of use and distribution. */ /* Global functions */ @@ -12,6 +13,7 @@ extern void builtin_macro_create(const uschar *); extern void builtin_macro_create_var(const uschar *, const uschar *); extern void options_from_list(optionlist *, unsigned, const uschar *, uschar *); +extern void features_acl(void); extern void features_malware(void); extern void features_crypto(void); extern void options_main(void); @@ -20,7 +22,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