go ahead and commit... I don't know of such a system either...
if it breaks somewhere for some reason that probably means that we
should tighten up our checks for which getaddrinfo() implementations
we are willing to use
Justin Erenkrantz <[EMAIL PROTECTED]> writes:
> Index: network_io/unix/sa_common.c
> ===================================================================
> RCS file: /home/cvs/apr/network_io/unix/sa_common.c,v
> retrieving revision 1.35
> diff -u -r1.35 sa_common.c
> --- network_io/unix/sa_common.c 2001/07/21 06:41:09 1.35
> +++ network_io/unix/sa_common.c 2001/07/21 16:43:08
> @@ -300,7 +300,7 @@
> return APR_SUCCESS;
> }
>
> -#if defined(HAVE_GETADDRINFO) && APR_HAVE_IPV6
> +#if defined(HAVE_GETADDRINFO)
> static void save_addrinfo(apr_pool_t *p, apr_sockaddr_t *sa,
> struct addrinfo *ai, apr_port_t port)
> {
> @@ -333,7 +333,7 @@
> return APR_ENOMEM;
> (*sa)->hostname = apr_pstrdup(p, hostname);
>
> -#if defined(HAVE_GETADDRINFO) && APR_HAVE_IPV6
> +#if defined(HAVE_GETADDRINFO)
> if (hostname != NULL) {
> struct addrinfo hints, *ai;
> apr_sockaddr_t *cursa;
>
--
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
http://www.geocities.com/SiliconValley/Park/9289/
Born in Roswell... married an alien...