Add PRDR feature output in -bV
authorTodd Lyons <tlyons@exim.org>
Wed, 21 May 2014 14:03:29 +0000 (07:03 -0700)
committerTodd Lyons <tlyons@exim.org>
Wed, 21 May 2014 14:03:29 +0000 (07:03 -0700)
src/src/exim.c

index bca6cc8a4fbd39c6e4e56dd5236445c6d7ddb0d8..ee2fd82de9e8732b9c05b11a688fb371cb22c4bb 100644 (file)
@@ -804,6 +804,9 @@ fprintf(f, "Support for:");
 #ifdef WITH_OLD_DEMIME
   fprintf(f, " Old_Demime");
 #endif
+#ifndef DISABLE_PRDR
+  fprintf(f, " PRDR");
+#endif
 #ifdef EXPERIMENTAL_SPF
   fprintf(f, " Experimental_SPF");
 #endif