From 2a4d69d70ebcb591c4909798458db26f0c181bac Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 25 May 2000 23:07:09 +0000 Subject: [PATCH] Define HAVE_BERKELEY_DB not HAVE_BERKELEY_DB2 per new detection. --- include/portable.nt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/portable.nt b/include/portable.nt index 6a62403cb7..7248671e1f 100644 --- a/include/portable.nt +++ b/include/portable.nt @@ -203,10 +203,7 @@ typedef signed int ssize_t; #define HAVE_SYS_ERRLIST 1 /* define if you have berkeley db */ -/* #undef HAVE_BERKELEY_DB */ - -/* define if you have berkeley db2 */ -#define HAVE_BERKELEY_DB2 1 +#define HAVE_BERKELEY_DB 1 /* define if you have crypt */ /* #undef HAVE_CRYPT */ -- 2.39.5