Feature macros, show-supported and build-time selection for malware interfaces
[exim.git] / src / src / exim.c
index 8bd1456358b8318b970e4445cf81191d57e1bc02..2189bc0511c4f1ee104a69f17a3e504617d0ddec 100644 (file)
@@ -801,11 +801,11 @@ fprintf(f, "Support for:");
   fprintf(f, " TCPwrappers");
 #endif
 #ifdef SUPPORT_TLS
-  #ifdef USE_GNUTLS
+ifdef USE_GNUTLS
   fprintf(f, " GnuTLS");
-  #else
+else
   fprintf(f, " OpenSSL");
-  #endif
+endif
 #endif
 #ifdef SUPPORT_TRANSLATE_IP_ADDRESS
   fprintf(f, " translate_ip_address");
@@ -934,6 +934,10 @@ auth_show_supported(f);
 route_show_supported(f);
 transport_show_supported(f);
 
+#ifdef WITH_CONTENT_SCAN
+malware_show_supported(f);
+#endif
+
 if (fixed_never_users[0] > 0)
   {
   int i;