From eab81c5b398c277fa479b02c9f553a27eb03c7bf Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 24 Mar 1999 12:22:26 +0000 Subject: [PATCH] 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 --- lib/hdb/hdb_locl.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/hdb/hdb_locl.h b/lib/hdb/hdb_locl.h index 27e244a2a..dbf4fea2d 100644 --- a/lib/hdb/hdb_locl.h +++ b/lib/hdb/hdb_locl.h @@ -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 #include -#ifdef HAVE_DB_H +#if defined(HAVE_DB_185_H) +#include +#elif defined(HAVE_DB_H) #include #endif