diff options
Diffstat (limited to 'include/ap_config.h')
-rw-r--r-- | include/ap_config.h | 9 |
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 |