From 252ba39b1e492894c057d6532b18a97e53285b3d Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 19 May 2002 22:11:03 +0000 Subject: [PATCH] fix ndbm test git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11007 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/otp/otp_db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/otp/otp_db.c b/lib/otp/otp_db.c index 23171d9cb..b25a74eb9 100644 --- a/lib/otp/otp_db.c +++ b/lib/otp/otp_db.c @@ -38,7 +38,7 @@ RCSID("$Id$"); #include "otp_locl.h" -#ifdef HAVE_DB3 +#if !defined(HAVE_NDBM) && !defined(HAVE_DB_NDBM) #include "ndbm_wrap.h" #endif