You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Greg Stein <gs...@lyra.org> on 2000/11/06 23:24:55 UTC

Re: cvs commit: apache-2.0/src/lib/apr/include apr.h.in

On Mon, Nov 06, 2000 at 02:19:02PM -0000, dreid@locus.apache.org wrote:
>...
>   --- apr.h.in	2000/10/25 02:46:43	1.47
>   +++ apr.h.in	2000/11/06 14:19:00	1.48
>   @@ -74,6 +74,8 @@
>    #define APR_HAVE_STRSTR         @have_strstr@
>    #define APR_HAVE_MEMMOVE        @have_memmove@
>    #define APR_HAVE_BZERO          @have_bzero@
>   +#define APR_HAVE_V6             @have_sockaddr_in6@
>   +
>    
>    #if APR_HAVE_SYS_TYPES_H
>    #include <sys/types.h>

Shouldn't that be APR_HAVE_IPV6 ??

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

Re: cvs commit: apache-2.0/src/lib/apr/include apr.h.in

Posted by David Reid <dr...@jetnet.co.uk>.
Yeah, could be.  I'll change it when I return from Gothenburg unless someone
beats me to it...

david

> >   +#define APR_HAVE_V6             @have_sockaddr_in6@
> >   +
> >
> >    #if APR_HAVE_SYS_TYPES_H
> >    #include <sys/types.h>
>
> Shouldn't that be APR_HAVE_IPV6 ??
>
> Cheers,
> -g