summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTodd Lyons <tlyons@exim.org>2014-05-21 07:03:29 -0700
committerTodd Lyons <tlyons@exim.org>2014-05-21 07:03:29 -0700
commit4d832da12166a61882f951276d76e12738ad11a0 (patch)
tree4fd2c20e347029d011290b249f2e0300fe960e01 /src
parente51c7be22dfccad376659a1a46cee93c9979bbf7 (diff)
Add PRDR feature output in -bV
Diffstat (limited to 'src')
-rw-r--r--src/src/exim.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/src/exim.c b/src/src/exim.c
index bca6cc8a4..ee2fd82de 100644
--- a/src/src/exim.c
+++ b/src/src/exim.c
@@ -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