Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 45097 invoked by uid 500); 7 Jan 2003 16:22:46 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 45060 invoked by uid 500); 7 Jan 2003 16:22:45 -0000 Delivered-To: apmail-apr-util-cvs@apache.org Date: 7 Jan 2003 16:22:45 -0000 Message-ID: <20030107162245.14575.qmail@icarus.apache.org> From: bnicholes@apache.org To: apr-util-cvs@apache.org Subject: cvs commit: apr-util/include apu.hnw X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 */