ARC initial implementation. Experimental. Bug 2162
[exim.git] / src / src / macro_predef.c
index 601ceef6603ee928830af44729209b53c5a4d3b4..32c05a8073796eb3217823d4a07229d2e4829806 100644 (file)
@@ -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