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:
Assar Westerlund
1999-03-24 12:22:26 +00:00
parent 9c99a584ba
commit eab81c5b39

View File

@@ -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).
* All rights reserved.
*
@@ -65,7 +65,9 @@
#include <hdb.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>
#endif