try db_185.h first in case db.h is a DB 2.0 header
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5747 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1997 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1997 - 1999 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -65,7 +65,9 @@
|
|||||||
#include <hdb.h>
|
#include <hdb.h>
|
||||||
#include <hdb_asn1.h>
|
#include <hdb_asn1.h>
|
||||||
|
|
||||||
#ifdef HAVE_DB_H
|
#if defined(HAVE_DB_185_H)
|
||||||
|
#include <db_185.h>
|
||||||
|
#elif defined(HAVE_DB_H)
|
||||||
#include <db.h>
|
#include <db.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user