Rebuild configure due to MDBM addition.

This commit is contained in:
Kurt Zeilenga 1999-03-30 04:46:17 +00:00
parent 8c23e997e9
commit f626fbbd57
2 changed files with 691 additions and 507 deletions

1189
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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