mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
Enclose `DB_ENV li_db_env' declaration in #ifdef HAVE_BERKELEY_DB2
This commit is contained in:
parent
30a51ac013
commit
d5938af750
1 changed files with 2 additions and 0 deletions
|
|
@ -137,7 +137,9 @@ struct ldbminfo {
|
|||
struct dbcache li_dbcache[MAXDBCACHE];
|
||||
ldap_pvt_thread_mutex_t li_dbcache_mutex;
|
||||
ldap_pvt_thread_cond_t li_dbcache_cv;
|
||||
#ifdef HAVE_BERKELEY_DB2
|
||||
DB_ENV li_db_env;
|
||||
#endif
|
||||
};
|
||||
|
||||
#include "proto-back-ldbm.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue