Print support for Experimental Proxy with -bV
authorTodd Lyons <tlyons@exim.org>
Wed, 26 Mar 2014 23:05:13 +0000 (16:05 -0700)
committerTodd Lyons <tlyons@exim.org>
Wed, 26 Mar 2014 23:05:13 +0000 (16:05 -0700)
src/src/exim.c

index 40dd6a2536bd284d5a3c74ae6b41cf3a666f6abd..1637c891e6c2536335ad6c9eafdae858f02182e4 100644 (file)
@@ -825,6 +825,9 @@ fprintf(f, "Support for:");
 #ifdef EXPERIMENTAL_PRDR
   fprintf(f, " Experimental_PRDR");
 #endif
+#ifdef EXPERIMENTAL_PROXY
+  fprintf(f, " Experimental_Proxy");
+#endif
 #ifdef EXPERIMENTAL_TPDA
   fprintf(f, " Experimental_TPDA");
 #endif