Return-Path: Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Delivered-To: mailing list dev@apr.apache.org Received: (qmail 13561 invoked from network); 8 Dec 2000 00:52:16 -0000 Received: from test.webdav.org (HELO kurgan.lyra.org) (198.144.203.199) by locus.apache.org with SMTP; 8 Dec 2000 00:52:16 -0000 Received: (from gstein@localhost) by kurgan.lyra.org (8.9.3/8.9.3) id QAA27219 for dev@apr.apache.org; Thu, 7 Dec 2000 16:37:00 -0800 X-Authentication-Warning: kurgan.lyra.org: gstein set sender to gstein@lyra.org using -f Date: Thu, 7 Dec 2000 16:36:59 -0800 From: Greg Stein To: dev@apr.apache.org Subject: Re: cvs commit: apr-util/src/dbm apr_dbm.c Message-ID: <20001207163659.A27235@lyra.org> Mail-Followup-To: dev@apr.apache.org References: <20001207212244.3904.qmail@locus.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20001207212244.3904.qmail@locus.apache.org>; from wrowe@locus.apache.org on Thu, Dec 07, 2000 at 09:22:44PM -0000 X-URL: http://www.lyra.org/greg/ X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N On Thu, Dec 07, 2000 at 09:22:44PM -0000, wrowe@locus.apache.org wrote: > wrowe 00/12/07 13:22:43 > > Modified: . aprutil.def aprutil.dsp > src/dbm apr_dbm.c > Log: > Build apr_dbm(sdbm) and mmap buckets on Win32 >... > --- apr_dbm.c 2000/12/06 08:01:10 1.6 > +++ apr_dbm.c 2000/12/07 21:22:42 1.7 > @@ -56,7 +56,7 @@ > #include "apr_errno.h" > #include "apr_pools.h" > > -#include "apu_private.h" > +#include "apr_private.h" > #include "apr_dbm.h" Wrong! This is *supposed* to include apu_private.h. That is where the APU_USE_*DBM symbols are located. I have already created an apu_private.hw for you; you just need to include the appropriate magic in the DSP. Nobody outside of APR itself can include apr_private.h. Nobody. Not even APRUTIL. Cheers, -g -- Greg Stein, http://www.lyra.org/