DMARC: promote the support from Experimental to mainline
[exim.git] / src / src / functions.h
index 4a44096ea95862c33c750bc621fc4227a33dc573..0cd0a0d18d5c1c493ed6aa7912fc3ce1d26c2cbe 100644 (file)
@@ -124,7 +124,7 @@ extern gstring *authres_arc(gstring *);
 #ifndef DISABLE_DKIM
 extern gstring *authres_dkim(gstring *);
 #endif
-#ifdef EXPERIMENTAL_DMARC
+#ifdef SUPPORT_DMARC
 extern gstring *authres_dmarc(gstring *);
 #endif
 extern gstring *authres_smtpauth(gstring *);