X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/df0dc54a7666ef64b8a6681ab7b50a4836905203..24cda181fb88542cf38db2beae5d0ddb37f59c5c:/src/src/macro_predef.c diff --git a/src/src/macro_predef.c b/src/src/macro_predef.c index 0053cb245..8fade68ca 100644 --- a/src/src/macro_predef.c +++ b/src/src/macro_predef.c @@ -205,6 +205,9 @@ due to conflicts with other common macros. */ #ifndef DISABLE_TLS_RESUME builtin_macro_create(US"_HAVE_TLS_RESUME"); #endif +#ifdef EXPERIMENTAL_XCLIENT + builtin_macro_create(US"_HAVE_XCLIENT"); +#endif #ifdef LOOKUP_LSEARCH builtin_macro_create(US"_HAVE_LOOKUP_LSEARCH");