SOCKS: downgrade from DISABLE_SOCKS to SUPPORT_SOCKS in Local/Makefile
[exim.git] / src / src / transports / smtp_socks.c
index a7d4e106f6918981ab0385d4ad32c809f274a413..30eded54568dafcf44f681fda403ba214fef7aa4 100644 (file)
@@ -10,7 +10,7 @@
 #include "../exim.h"
 #include "smtp.h"
 
-#ifndef DISABLE_SOCKS  /* entire file */
+#ifdef SUPPORT_SOCKS /* entire file */
 
 #ifndef nelem
 # define nelem(arr) (sizeof(arr)/sizeof(*arr))