summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2022-03-09 18:19:30 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2022-03-09 18:19:30 +0000
commit7c082a3c75afc12d24bd8944a96693d8acc85c69 (patch)
tree142d615eec9f6b6f9468831e5d8e3fabf9182eab
parent068f3768a71e065eed6b1a7ae28ccde5b32122ce (diff)
downloadapr-7c082a3c75afc12d24bd8944a96693d8acc85c69.tar.gz
Fix apr.hw input file, tcp_nopush absent on Windows
Submitted by: ylavic git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.8.x@1898798 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 35a958988..4247d6135 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -367,7 +367,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?
*/