]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/macros.h
SOCKS: Add log_selector support.
[user/henk/code/exim.git] / src / src / macros.h
index 5a35a9b564d5578932ca44d39f0adf62c76b1668..1cec4abd55b0f2fbf331fb86c8d1552061df2e9a 100644 (file)
@@ -166,7 +166,7 @@ as long as the maximum path length. */
 # define BIG_BUFFER_SIZE 16384
 #endif
 
-/* header size of pipe content 
+/* header size of pipe content
    currently: char id, char subid, char[5] length */
 #define PIPE_HEADER_SIZE 7
 
@@ -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