summaryrefslogtreecommitdiff
path: root/include/ap_config.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/ap_config.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/ap_config.h')
-rw-r--r--include/ap_config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/ap_config.h b/include/ap_config.h
index f1cc3cac10..45056372c2 100644
--- a/include/ap_config.h
+++ b/include/ap_config.h
@@ -250,15 +250,6 @@
#include "apache_noprobes.h"
#endif
-/* TODO - We need to put OS detection back to make all the following work */
-
-#if defined(SUNOS4) || defined(IRIX) || defined(NEXT) || defined(AUX3) \
- || defined (UW) || defined(LYNXOS)
-/* These systems don't do well with any lingering close code; I don't know
- * why -- manoj */
-#define NO_LINGCLOSE
-#endif
-
/* If APR has OTHER_CHILD logic, use reliable piped logs. */
#if APR_HAS_OTHER_CHILD
#define AP_HAVE_RELIABLE_PIPED_LOGS TRUE