bnicholes 2002/05/31 10:11:47
Modified: include apr.hnw Log: Added the IPv6 header for NetWare Revision Changes Path 1.15 +4 -0 apr/include/apr.hnw Index: apr.hnw =================================================================== RCS file: /home/cvs/apr/include/apr.hnw,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- apr.hnw 2 May 2002 23:35:35 -0000 1.14 +++ apr.hnw 31 May 2002 17:11:47 -0000 1.15 @@ -189,6 +189,10 @@ #include <sys/types.h> #endif +#if APR_HAVE_IPV6 +#include <novtcpip.h> +#endif + /* APR Feature Macros */ #define APR_HAS_SHARED_MEMORY 0 #define APR_HAS_THREADS 1
