merge of DB-NEW
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10453 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -35,7 +35,10 @@
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
#if defined(HAVE_DB_H) && DB_VERSION_MAJOR == 3
|
||||
#if HAVE_DB3
|
||||
|
||||
#include <db.h>
|
||||
|
||||
static krb5_error_code
|
||||
DB_close(krb5_context context, HDB *db)
|
||||
{
|
||||
@@ -322,4 +325,4 @@ hdb_db_create(krb5_context context, HDB **db,
|
||||
(*db)->destroy = DB_destroy;
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
#endif /* HAVE_DB3 */
|
||||
|
Reference in New Issue
Block a user