add berkeley db3 interface. contributed by Derrick J Brashear <shadow@dementia.org>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8312 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-06-05 01:08:47 +00:00
parent 568835b256
commit f498ac3c40
3 changed files with 299 additions and 1 deletions

View File

@@ -35,7 +35,7 @@
RCSID("$Id$");
#ifdef HAVE_DB_H
#if defined(HAVE_DB_H) && DB_VERSION_MAJOR < 3
static krb5_error_code
DB_close(krb5_context context, HDB *db)