Experimental_XCLIENT. Bug 2702
[exim.git] / src / src / exim.c
index c16beb1afaf5441523892ec43f97cbe118856d5a..06863347d81b7069c63334d390a0b761fee9d81a 100644 (file)
@@ -1132,6 +1132,9 @@ g = string_cat(g, US"Support for:");
 #ifdef EXPERIMENTAL_QUEUEFILE
   g = string_cat(g, US" Experimental_QUEUEFILE");
 #endif
+#ifdef EXPERIMENTAL_XCLIENT
+  g = string_cat(g, US" Experimental_XCLIENT");
+#endif
 g = string_cat(g, US"\n");
 
 g = string_cat(g, US"Lookups (built-in):");