summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcovener <covener@13f79535-47bb-0310-9956-ffa450edef68>2022-06-04 11:59:10 +0000
committercovener <covener@13f79535-47bb-0310-9956-ffa450edef68>2022-06-04 11:59:10 +0000
commit93093568b97e0f4302d68ad51f49748b927eefb5 (patch)
treec44b043ef222faedaf559e6e084d6fd9a97d30d8
parentf253d0afcafa12b30a9eaadcb20e631b733db733 (diff)
downloadlibapr-93093568b97e0f4302d68ad51f49748b927eefb5.tar.gz
backport 1898799 from 1.7.x
no autoconf substitution, should be defined to 0 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1901618 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr.hw2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr.hw b/include/apr.hw
index 300b2c8af..8255d7f00 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -366,7 +366,7 @@ extern "C" {
/* If we have a TCP implementation that can be "corked", what flag
* do we use?
*/
-#define APR_TCP_NOPUSH_FLAG @apr_tcp_nopush_flag@
+#define APR_TCP_NOPUSH_FLAG 0
/* Is the TCP_NODELAY socket option inherited from listening sockets?
*/