PROXY: Move Proxy Protocol support from Experimental to mainline.
[exim.git] / src / src / macros.h
index 4df7e5150094644d739cef45e933c2055bf06383..1cec4abd55b0f2fbf331fb86c8d1552061df2e9a 100644 (file)
@@ -194,7 +194,7 @@ record. */
 /* Wait this long before determining that a Proxy Protocol configured
 host isn't speaking the protocol, and so is disallowed. Can be moved to
 runtime configuration if per site settings become needed. */
-#ifdef EXPERIMENTAL_PROXY
+#ifdef SUPPORT_PROXY
 #define PROXY_NEGOTIATION_TIMEOUT_SEC 3
 #define PROXY_NEGOTIATION_TIMEOUT_USEC 0
 #endif