From 2b505e349ee3c1750726fb5a546195d0cec3131d Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 17 Oct 1999 10:57:49 +0000 Subject: [PATCH] reorder db includes git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7159 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/xdbm.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/roken/xdbm.h b/lib/roken/xdbm.h index ec2ba9975..72f208752 100644 --- a/lib/roken/xdbm.h +++ b/lib/roken/xdbm.h @@ -43,15 +43,17 @@ #ifndef __XDBM_H__ #define __XDBM_H__ -#ifdef HAVE_NDBM_H +#if defined(HAVE_DB_185_H) +#include +#elif defined(HAVE_DB_H) +#define DB_DBM_HSEARCH 1 +#include +#elif defined(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.