summaryrefslogtreecommitdiff
path: root/include/mpm_common.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2009-03-27 00:32:22 +0000
committerJeff Trawick <trawick@apache.org>2009-03-27 00:32:22 +0000
commit301f0404f577bece6d92f3e700504230237bcb1a (patch)
treee815f1cc14f94d5a7e3e8e5954460dad2486d2c6 /include/mpm_common.h
parentcb8a82faed9782ab3255e473dc46cd60130282ca (diff)
downloadhttpd-301f0404f577bece6d92f3e700504230237bcb1a.tar.gz
axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE,
LynxOS, QNX, and UnixWare git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758944 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/mpm_common.h')
-rw-r--r--include/mpm_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mpm_common.h b/include/mpm_common.h
index aa67151261..d2d68bde7a 100644
--- a/include/mpm_common.h
+++ b/include/mpm_common.h
@@ -160,7 +160,7 @@ void ap_wait_or_timeout(apr_exit_why_e *status, int *exitcode, apr_proc_t *ret,
*/
int ap_process_child_status(apr_proc_t *pid, apr_exit_why_e why, int status);
-#if defined(TCP_NODELAY) && !defined(MPE)
+#if defined(TCP_NODELAY)
/**
* Turn off the nagle algorithm for the specified socket. The nagle algorithm
* says that we should delay sending partial packets in the hopes of getting