PIPE_CONNECT: promote from experimental
[exim.git] / src / src / tls-openssl.c
index f3ea6b28bfb7ff8d313305b92297b236a93f4033..ea30ff7cad2ce8ac6e701a902b4194a470db9f67 100644 (file)
@@ -3395,14 +3395,14 @@ a store reset there, so use POOL_PERM. */
 
 if ((more || corked))
   {
-#ifdef EXPERIMENTAL_PIPE_CONNECT
+#ifdef SUPPORT_PIPE_CONNECT
   int save_pool = store_pool;
   store_pool = POOL_PERM;
 #endif
 
   corked = string_catn(corked, buff, len);
 
-#ifdef EXPERIMENTAL_PIPE_CONNECT
+#ifdef SUPPORT_PIPE_CONNECT
   store_pool = save_pool;
 #endif