From 8df215173dda2ee32a98acfddba6c5062fd863db Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 9 Apr 2000 07:40:14 +0000 Subject: [PATCH] only include one of db.h and the dbm-series git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8151 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/xdbm.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/roken/xdbm.h b/lib/roken/xdbm.h index def4deb26..27913a99c 100644 --- a/lib/roken/xdbm.h +++ b/lib/roken/xdbm.h @@ -41,9 +41,7 @@ #if defined(HAVE_DB_H) #define DB_DBM_HSEARCH 1 #include -#endif - -#if defined(HAVE_NDBM_H) +#elif defined(HAVE_NDBM_H) #include #elif defined(HAVE_DBM_H) #include