From a14c538f8c55a7f6fdb49353855eac49fe8a9647 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 17 Oct 1999 11:21:51 +0000 Subject: [PATCH] revert last commit git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7162 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/xdbm.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/roken/xdbm.h b/lib/roken/xdbm.h index 72f208752..ec2ba9975 100644 --- a/lib/roken/xdbm.h +++ b/lib/roken/xdbm.h @@ -43,17 +43,15 @@ #ifndef __XDBM_H__ #define __XDBM_H__ -#if defined(HAVE_DB_185_H) -#include -#elif defined(HAVE_DB_H) -#define DB_DBM_HSEARCH 1 -#include -#elif defined(HAVE_NDBM_H) +#ifdef HAVE_NDBM_H #include #elif defined(HAVE_DBM_H) #include #elif defined(HAVE_RPCSVC_DBM_H) #include +#elif defined(HAVE_DB_H) +#define DB_DBM_HSEARCH 1 +#include #endif /* Macros to convert ndbm names to dbm names.