mirror of
https://github.com/apache/httpd.git
synced 2025-08-06 11:06:17 +00:00
remove TPF support
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758936 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -253,7 +253,7 @@
|
||||
/* 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) || defined(TPF)
|
||||
|| defined (UW) || defined(LYNXOS)
|
||||
/* These systems don't do well with any lingering close code; I don't know
|
||||
* why -- manoj */
|
||||
#define NO_LINGCLOSE
|
||||
|
Reference in New Issue
Block a user