mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
remove BeOS OS support
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758891 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1578,7 +1578,7 @@ PROXY_DECLARE(int) ap_proxy_connect_to_backend(apr_socket_t **newsock,
|
||||
continue;
|
||||
}
|
||||
|
||||
#if !defined(TPF) && !defined(BEOS)
|
||||
#if !defined(TPF)
|
||||
if (conf->recv_buffer_size > 0 &&
|
||||
(rv = apr_socket_opt_set(*newsock, APR_SO_RCVBUF,
|
||||
conf->recv_buffer_size))) {
|
||||
@@ -2262,7 +2262,7 @@ PROXY_DECLARE(int) ap_proxy_connect_backend(const char *proxy_function,
|
||||
}
|
||||
conn->connection = NULL;
|
||||
|
||||
#if !defined(TPF) && !defined(BEOS)
|
||||
#if !defined(TPF)
|
||||
if (worker->recv_buffer_size > 0 &&
|
||||
(rv = apr_socket_opt_set(newsock, APR_SO_RCVBUF,
|
||||
worker->recv_buffer_size))) {
|
||||
|
Reference in New Issue
Block a user