From cvs-return-5256-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Fri Oct 31 11:26:08 2003 Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 97416 invoked from network); 31 Oct 2003 11:26:07 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 31 Oct 2003 11:26:07 -0000 Received: (qmail 31483 invoked by uid 500); 31 Oct 2003 11:25:40 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 31440 invoked by uid 500); 31 Oct 2003 11:25:40 -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 31423 invoked by uid 500); 31 Oct 2003 11:25:40 -0000 Delivered-To: apmail-apr-util-cvs@apache.org Date: 31 Oct 2003 11:26:06 -0000 Message-ID: <20031031112606.97385.qmail@minotaur.apache.org> From: striker@apache.org To: apr-util-cvs@apache.org Subject: cvs commit: apr-util/include apu.hw X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N striker 2003/10/31 03:26:06 Modified: include apu.hw Log: Allow external override of APU_HAVE_DB. Submitted by: Branko Cibej Revision Changes Path 1.15 +4 -0 apr-util/include/apu.hw Index: apu.hw =================================================================== RCS file: /home/cvs/apr-util/include/apu.hw,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- apu.hw 18 Aug 2003 10:43:19 -0000 1.14 +++ apu.hw 31 Oct 2003 11:26:06 -0000 1.15 @@ -144,7 +144,11 @@ */ #define APU_HAVE_SDBM 1 #define APU_HAVE_GDBM 0 + +/* Allow external override */ +#if !defined(APU_HAVE_DB) #define APU_HAVE_DB 0 +#endif #define APU_HAVE_APR_ICONV 1