Build: include early-pipelining unless disabled
[exim.git] / src / src / tls-openssl.c
index 8e1f559afb0c173efddbfb8bfeec6d0fdab740b5..c5e1abfe9f985ac3ad8d373443ec6cb1f628c39d 100644 (file)
@@ -3517,14 +3517,14 @@ a store reset there, so use POOL_PERM. */
 
 if ((more || corked))
   {
-#ifdef SUPPORT_PIPE_CONNECT
+#ifndef DISABLE_PIPE_CONNECT
   int save_pool = store_pool;
   store_pool = POOL_PERM;
 #endif
 
   corked = string_catn(corked, buff, len);
 
-#ifdef SUPPORT_PIPE_CONNECT
+#ifndef DISABLE_PIPE_CONNECT
   store_pool = save_pool;
 #endif