]> granicus.if.org Git - apache/commit
API routines ap_pgethostbyname() and ap_pduphostent() are no longer
authorJeff Trawick <trawick@apache.org>
Mon, 18 Dec 2000 17:52:05 +0000 (17:52 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 18 Dec 2000 17:52:05 +0000 (17:52 +0000)
commitc14843e05ea34866c72fb28bb45f41e86d50e876
treebfe5836bf67ab1947e58eacfcd0797644874e727
parentb8ee7d11a999a7eb5e084a7b94baac754a875e03
API routines ap_pgethostbyname() and ap_pduphostent() are no longer
available.  Use apr_getaddrinfo() instead.

The ap_pduphostent() code was moved to modules/proxy/proxy_util.c for
now since that is the only caller.  When the proxy's use of the
resolver is APR-ized this won't be needed anymore.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87399 13f79535-47bb-0310-9956-ffa450edef68
ApacheCore.def
CHANGES
include/util_uri.h
libhttpd.def
modules/proxy/proxy_util.c
server/util_uri.c
support/httpd.exp