bnicholes 2002/09/03 09:29:43
Modified: include/arch/netware apr_private.h Log: Getting ready to build for IPV6 on NetWare Revision Changes Path 1.13 +4 -0 apr/include/arch/netware/apr_private.h Index: apr_private.h =================================================================== RCS file: /home/cvs/apr/include/arch/netware/apr_private.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- apr_private.h 24 Jul 2002 14:35:43 -0000 1.12 +++ apr_private.h 3 Sep 2002 16:29:43 -0000 1.13 @@ -99,6 +99,10 @@ #define ALLOC_USE_MALLOC #define DSO_USE_DLFCN +#ifdef NW_BUILD_IPV6 +#define HAVE_GETADDRINFO 1 +#define HAVE_GETNAMEINFO 1 +#endif /* 1 is used for SIGABRT on netware */ /* 2 is used for SIGFPE on netware */
