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 2003/01/07 17:22:45 UTC

cvs commit: apr-util/include apu.hnw

bnicholes    2003/01/07 08:22:45

  Modified:    include  apu.hnw
  Log:
  Indicate that APU has iconv support
  
  Revision  Changes    Path
  1.8       +1 -1      apr-util/include/apu.hnw
  
  Index: apu.hnw
  ===================================================================
  RCS file: /home/cvs/apr-util/include/apu.hnw,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- apu.hnw	1 Jan 2003 00:02:20 -0000	1.7
  +++ apu.hnw	7 Jan 2003 16:22:44 -0000	1.8
  @@ -125,7 +125,7 @@
   
   #define HAVE_ICONV_H           1
   #define APU_HAVE_APR_ICONV     0
  -#define APU_HAVE_ICONV         0
  +#define APU_HAVE_ICONV         1
   #define APR_HAS_XLATE          (APU_HAVE_APR_ICONV || APU_HAVE_ICONV)
   
   #endif /* APU_H */