SOCKS: move from Experimental to mainline
[exim.git] / src / src / transports / smtp_socks.c
index 6d4e072eb4de1e351c3928850eaa2f969ba2f0be..a7d4e106f6918981ab0385d4ad32c809f274a413 100644 (file)
@@ -10,7 +10,7 @@
 #include "../exim.h"
 #include "smtp.h"
 
-#ifdef EXPERIMENTAL_SOCKS      /* entire file */
+#ifndef DISABLE_SOCKS  /* entire file */
 
 #ifndef nelem
 # define nelem(arr) (sizeof(arr)/sizeof(*arr))