mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
Rebuild configure due to MDBM addition.
This commit is contained in:
parent
8c23e997e9
commit
f626fbbd57
@ -414,6 +414,9 @@
|
||||
/* Define if you have the <malloc.h> header file. */
|
||||
#undef HAVE_MALLOC_H
|
||||
|
||||
/* Define if you have the <mdbm.h> header file. */
|
||||
#undef HAVE_MDBM_H
|
||||
|
||||
/* Define if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H
|
||||
|
||||
@ -633,12 +636,12 @@
|
||||
/* define if Berkeley DB is available */
|
||||
#undef HAVE_BERKELEY_DB
|
||||
|
||||
/* define if GNU DBM is available */
|
||||
#undef HAVE_GDBM
|
||||
|
||||
/* define if MDBM is available */
|
||||
#undef HAVE_MDBM
|
||||
|
||||
/* define if GNU DBM is available */
|
||||
#undef HAVE_GDBM
|
||||
|
||||
/* define if NDBM is available */
|
||||
#undef HAVE_NDBM
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user