Re: Please merge r59141 (Berkeley DB 4.3 support) to apr 0.9.x

2005-01-19 Thread Jani Averbach
" ) When 1.0.x uses: 4.1: APU_CHECK_BERKELEY_DB("4", "1", "-1", "$places", "db41/db.h db4/db.h db.h", "db-4.1 db41 db4 db" ) ... 4.2: APU_CHECK_BERKELEY_DB("4", "2", "-1", "$places", "db42/db.h db4/db.h db.h", "db-4.2 db42 db4 db" ) So now 0.9.x is using a lib name 'db4' for 4.1 and 4.2, but for 4.3 an additional lib name 'db43' is used. If this is ok, then so be it. BR, Jani -- Jani Averbach

Re: Request for 0.9.5

2004-10-25 Thread Jani Averbach
1837027145&w=2 And here is my post which talks about differencies between head and 0.9.x: http://marc.theaimsgroup.com/?l=apr-dev&m=109595023015477&w=2 Thanks, Jani -- Jani Averbach

Re: [PATCH] Add BDB 4.3 support to the apr-util/build/dbm.m4

2004-09-23 Thread Jani Averbach
On 2004-09-23 13:26+0100, Joe Orton wrote: > On Tue, Sep 21, 2004 at 07:59:19PM -0600, Jani Averbach wrote: > > This patch adds support for 'sometime in the future to be released' > > Berkeley DB 4.3. > > a.k.a. make apr-util/configure another three times slower :

[PATCH] Add BDB 4.3 support to the apr-util/build/dbm.m4

2004-09-22 Thread Jani Averbach
], [ if test "$withval" = "yes"; then AC_MSG_ERROR([--with-dbm needs to specify a DBM type to use. -One of: sdbm, gdbm, ndbm, db, db1, db185, db2, db3, db4, db41, db42]) +One of: sdbm, gdbm, ndbm, db, db1, db185, db2, db3, db4, db41, db42, db43]) fi requested="$withval" ], [ @@ -703,6 +731,10 @@ apu_default_dbm=db4 ;; db42) + apu_use_db=1 + apu_default_dbm=db4 + ;; +db43) apu_use_db=1 apu_default_dbm=db4 ;; -- Jani Averbach

[BUG] apr-util-1.0.0.rc3: when src_dir != obj_dir make check won't work

2004-07-11 Thread Jani Averbach
x27;t know what has happened to this last line.. -- Jani Averbach

apr-util: testmd4.c: Minor Bug in test suite + patch

2003-02-07 Thread Jani Averbach
; +} else -MDFile(argv[i]); +MDTestSuite(); } else MDFilter(); BR, Jani P.S. Please Cc:, I am not on the list. -- Jani Averbach