summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-12-15 04:10:38 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-12-15 04:10:38 +0000
commitfd63559d35b01e51ada396495e59d6fc829665e5 (patch)
tree61816f995db005684aea49c3caa700a9395c46d7 /include/apr_network_io.h
parente2328e24cdf5419c4b133ad086eb04205d1870eb (diff)
downloadapr-fd63559d35b01e51ada396495e59d6fc829665e5.tar.gz
Revert sockaddr.c all the way back to r428317, and discard
the IPv4 address resolution for APR_INET6 sockaddr resolution, per Joe's objection and no other interest. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@604389 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_network_io.h')
-rw-r--r--include/apr_network_io.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h
index 1d49518d9..4e3789d2b 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -111,7 +111,6 @@ typedef enum {
#define APR_IPV4_ADDR_OK 0x01 /**< @see apr_sockaddr_info_get() */
#define APR_IPV6_ADDR_OK 0x02 /**< @see apr_sockaddr_info_get() */
-#define APR_IPV6_V4MAPPED_OK 0x04 /**< @see apr_sockaddr_info_get() */
#if (!APR_HAVE_IN_ADDR)
/**
@@ -368,9 +367,6 @@ APR_DECLARE(apr_status_t) apr_socket_connect(apr_socket_t *sock,
* only valid if family is APR_UNSPEC and hostname
* isn't NULL and APR_HAVE_IPV6; mutually exclusive
* with APR_IPV4_ADDR_OK
- * APR_IPV6_V4MAPPED_OK Used with family APR_INET6, if no matching
- * IPv6 addresses could be matched, then
- * accept IPv4 addresses as mapped matches.
* </PRE>
* @param p The pool for the apr_sockaddr_t and associated storage.
*/