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
commit680dd75576702b7183c227625559dfcd679d5577 (patch)
tree0f921d0f70ca6d365fe140afcd89c0fb26cbf451
parentae4fdf084ed4f1aeb97de46ac66c1ec8831f84d7 (diff)
downloadlibapr-680dd75576702b7183c227625559dfcd679d5577.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.7.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 331c31774..ef00a45bb 100644
--- a/include/apr.hwc
+++ b/include/apr.hwc
@@ -364,7 +364,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?
*/