You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2002/11/07 20:52:43 UTC

cvs commit: apr-util/include apu.hnw

bnicholes    2002/11/07 11:52:43

  Modified:    include  apu.hnw
  Log:
  Allow iconv.h to be included.  We will turn APU_HAVE_ICONV on later.
  
  Revision  Changes    Path
  1.6       +1 -0      apr-util/include/apu.hnw
  
  Index: apu.hnw
  ===================================================================
  RCS file: /home/cvs/apr-util/include/apu.hnw,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- apu.hnw	20 Jul 2002 22:33:01 -0000	1.5
  +++ apu.hnw	7 Nov 2002 19:52:43 -0000	1.6
  @@ -123,6 +123,7 @@
   #endif
   #endif
   
  +#define HAVE_ICONV_H           1
   #define APU_HAVE_APR_ICONV     0
   #define APU_HAVE_ICONV         0
   #define APR_HAS_XLATE          (APU_HAVE_APR_ICONV || APU_HAVE_ICONV)