summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-06-17 20:36:45 +0000
committerYann Ylavic <ylavic@apache.org>2022-06-17 20:36:45 +0000
commit58961d496ff860cd8ca832b83d932b5ca122d37b (patch)
tree0f921d0f70ca6d365fe140afcd89c0fb26cbf451
parent44b29aac3f2c3e7abcdbc0d7db3d281ed6f07d46 (diff)
downloadapr-58961d496ff860cd8ca832b83d932b5ca122d37b.tar.gz
No autoconf substitution on netware 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?
*/