stoddard    00/01/23 19:03:50

  Modified:    src/lib/apr/include apr_win.h
  Log:
  Fix APR_HAVE_IN_ADDR
  
  Revision  Changes    Path
  1.13      +1 -1      apache-2.0/src/lib/apr/include/apr_win.h
  
  Index: apr_win.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_win.h,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- apr_win.h 2000/01/23 16:37:36     1.12
  +++ apr_win.h 2000/01/24 03:03:49     1.13
  @@ -89,6 +89,7 @@
   #define APR_HAVE_STDIO_H        1
   #define APR_HAVE_SYS_TYPES_H    1
   #define APR_HAVE_SYS_UIO_H      0
  +#define APR_HAVE_IN_ADDR        1
   
   #define APR_USE_FLOCK_SERIALIZE           0 
   #define APR_USE_SYSVSEM_SERIALIZE         0
  @@ -104,7 +105,6 @@
   #define APR_HAS_THREADS  1
   #define APR_HAS_SENDFILE 0
   #define APR_HAS_MMAP     0
  -#define APR_HAVE_IN_ADDR
   
   /* Typedefs that APR needs. */
   
  
  
  

Reply via email to