From: Kurt Zeilenga Date: Thu, 25 May 2000 23:07:09 +0000 (+0000) Subject: Define HAVE_BERKELEY_DB not HAVE_BERKELEY_DB2 per new detection. X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2861 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2a4d69d70ebcb591c4909798458db26f0c181bac;p=openldap Define HAVE_BERKELEY_DB not HAVE_BERKELEY_DB2 per new detection. --- 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 */