X-Git-Url: https://git.hcoop.net/hcoop/debian/exim4.git/blobdiff_plain/d1e9e98adb057fac01d3b4db6c75347e05e88263..01e60269815612fced0df2994079cb2081f8ff0b:/src/macro_predef.h diff --git a/src/macro_predef.h b/src/macro_predef.h new file mode 100644 index 0000000..f265750 --- /dev/null +++ b/src/macro_predef.h @@ -0,0 +1,26 @@ +/************************************************* +* Exim - an Internet mail transport agent * +*************************************************/ + +/* Copyright (c) Jeremy Harris 2017 - 2018 */ +/* See the file NOTICE for conditions of use and distribution. */ + +/* Global functions */ + +extern void spf(uschar *, int, const uschar *, ...); +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_malware(void); +extern void features_crypto(void); +extern void options_main(void); +extern void options_routers(void); +extern void options_transports(void); +extern void options_auths(void); +extern void options_logging(void); +extern void params_dkim(void); +#if defined(SUPPORT_TLS) && !defined(USE_GNUTLS) +extern void options_tls(void); +#endif +