diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2022-02-20 16:08:30 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2022-02-20 16:08:30 +0100 |
commit | 0050cc5c5a9c2e935ed65a2ca33901cf9e60e560 (patch) | |
tree | 25d1ae8a2c5f34e337010f485a9ec6603d8dda42 /modules/proxy/proxy_util.c | |
parent | fr doc rebuild. (diff) | |
download | apache2-0050cc5c5a9c2e935ed65a2ca33901cf9e60e560.tar.xz apache2-0050cc5c5a9c2e935ed65a2ca33901cf9e60e560.zip |
Remove some APR 0.x stuff.
The minimum supported version is 1.3 in 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898255 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/proxy/proxy_util.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 73567c2281..1cc275e18c 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -31,11 +31,6 @@ #include <unistd.h> /* for getpid() */ #endif -#if (APR_MAJOR_VERSION < 1) -#undef apr_socket_create -#define apr_socket_create apr_socket_create_ex -#endif - #if APR_HAVE_SYS_UN_H #include <sys/un.h> #endif |