summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2022-06-17 20:36:45 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2022-06-17 20:36:45 +0000
commit05ffd625688462e34b4c5ad6a15113f6840917cb (patch)
tree7412c4fb0025e1997d0308e80f91d0fbdee76ff3
parent93093568b97e0f4302d68ad51f49748b927eefb5 (diff)
downloadlibapr-05ffd625688462e34b4c5ad6a15113f6840917cb.tar.gz
No autoconf substitution with cmake for APR_TCP_NOPUSH_FLAG.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1902025 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr.hwc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr.hwc b/include/apr.hwc
index 5f025bdd2..eb5793198 100644
--- a/include/apr.hwc
+++ b/include/apr.hwc
@@ -363,7 +363,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?
*/