X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fmacro_predef.c;h=32c05a8073796eb3217823d4a07229d2e4829806;hb=617d39327e65b7fccc41a12b4a5e2940d6327c9f;hp=601ceef6603ee928830af44729209b53c5a4d3b4;hpb=c0635b6dfe65ee24c2fb8d165beabc608d2fd1a5;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/macro_predef.c b/src/src/macro_predef.c index 601ceef66..32c05a807 100644 --- a/src/src/macro_predef.c +++ b/src/src/macro_predef.c @@ -180,6 +180,9 @@ due to conflicts with other common macros. */ #ifdef EXPERIMENTAL_SRS builtin_macro_create(US"_HAVE_SRS"); #endif +#ifdef EXPERIMENTAL_ARC + builtin_macro_create(US"_HAVE_ARC"); +#endif #ifdef EXPERIMENTAL_BRIGHTMAIL builtin_macro_create(US"_HAVE_BRIGHTMAIL"); #endif