mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user