You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2002/10/13 06:11:14 UTC

cvs commit: apr/include/arch/win32 apr_private.h

wrowe       2002/10/12 21:11:14

  Modified:    include/arch/win32 apr_private.h
  Log:
    If we toggle APR_HAS_IPV6, we really need to use the new API.
  
    Toggling IPV6 this way really requires the November 2001 Platform SDK
    from MS.
  
  Revision  Changes    Path
  1.32      +5 -0      apr/include/arch/win32/apr_private.h
  
  Index: apr_private.h
  ===================================================================
  RCS file: /home/cvs/apr/include/arch/win32/apr_private.h,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- apr_private.h	13 Mar 2002 20:39:19 -0000	1.31
  +++ apr_private.h	13 Oct 2002 04:11:14 -0000	1.32
  @@ -177,5 +177,10 @@
   #define ENOSPC 1
   #endif
   
  +#if APR_HAVE_IPV6
  +#define HAVE_GETADDRINFO 1
  +#define HAVE_GETNAMEINFO 1
  +#endif
  +
   #endif  /*APR_PRIVATE_H*/
   #endif  /*WIN32*/