Final tidyout of EXPERIMENTAL_PRDR
[exim.git] / src / src / acl.c
index e8a0657f2f6787fa4719b1392fcabd7fd7b715aa..6e635fbf190c4a557f657087b4698ee673e57364 100644 (file)
@@ -491,7 +491,7 @@ static unsigned int cond_forbids[] = {
 
   (unsigned int)
   ~((1<<ACL_WHERE_RCPT)                             /* local_parts */
-  #ifdef EXPERIMENTAL_PRDR
+  #ifndef DISABLE_PRDR
     |(1<<ACL_WHERE_PRDR)
   #endif
     ),