mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
Define HAVE_BERKELEY_DB not HAVE_BERKELEY_DB2 per new detection.
This commit is contained in:
parent
812ba2e81d
commit
2a4d69d70e
1 changed files with 1 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue