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
commita639810e8983097e7101587aabd45b97cc9f7f20 (patch)
tree15210b412812af6c2626a1795e61e09d16bf9159
parent5e03f790cf5f7ad1fd6effafe4afb05a9c0e9e96 (diff)
downloadapr-a639810e8983097e7101587aabd45b97cc9f7f20.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.8.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?
*/