SOCKS: downgrade from DISABLE_SOCKS to SUPPORT_SOCKS in Local/Makefile
[users/jgh/exim.git] / src / src / exim.c
index a0477faa145439f3baad8fcda2e2390b2a4c2d55..e6777a3dbf1adb2936db7344079039f219edadb4 100644 (file)
@@ -829,7 +829,7 @@ fprintf(f, "Support for:");
 #ifndef DISABLE_PRDR
   fprintf(f, " PRDR");
 #endif
-#ifndef DISABLE_SOCKS
+#ifdef SUPPORT_SOCKS
   fprintf(f, " SOCKS");
 #endif
 #ifdef EXPERIMENTAL_SPF