bnicholes 2002/09/03 09:29:35
Modified: include apr.hnw Log: Getting ready to build for IPV6 on NetWare Revision Changes Path 1.22 +4 -0 apr/include/apr.hnw Index: apr.hnw =================================================================== RCS file: /home/cvs/apr/include/apr.hnw,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- apr.hnw 3 Aug 2002 20:29:54 -0000 1.21 +++ apr.hnw 3 Sep 2002 16:29:35 -0000 1.22 @@ -170,7 +170,11 @@ #define APR_HAVE_IN_ADDR 1 #define APR_HAVE_INET_ADDR 1 #define APR_HAVE_INET_NETWORK 0 +#ifdef NW_BUILD_IPV6 +#define APR_HAVE_IPV6 1 +#else #define APR_HAVE_IPV6 0 +#endif #define APR_HAVE_MEMCHR 1 #define APR_HAVE_MEMMOVE 1 #define APR_HAVE_SETRLIMIT 0
