mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Regenerate for autoca, asyncmeta, and wiredtiger
This commit is contained in:
parent
2975a1d6f1
commit
70f482880a
@ -798,6 +798,9 @@
|
||||
/* Define to 1 if you have the <winsock.h> header file. */
|
||||
#undef HAVE_WINSOCK_H
|
||||
|
||||
/* Define to 1 if you have the <wiredtiger.h> header file. */
|
||||
#undef HAVE_WIREDTIGER_H
|
||||
|
||||
/* Define to 1 if you have the `write' function. */
|
||||
#undef HAVE_WRITE
|
||||
|
||||
@ -921,6 +924,9 @@
|
||||
/* define to support per-object ACIs */
|
||||
#undef SLAPD_ACI_ENABLED
|
||||
|
||||
/* define to support LDAP Async Metadirectory backend */
|
||||
#undef SLAPD_ASYNCMETA
|
||||
|
||||
/* define to support BDB backend */
|
||||
#undef SLAPD_BDB
|
||||
|
||||
@ -972,6 +978,9 @@
|
||||
/* define for Audit Logging overlay */
|
||||
#undef SLAPD_OVER_AUDITLOG
|
||||
|
||||
/* define for Automatic Certificate Authority overlay */
|
||||
#undef SLAPD_OVER_AUTOCA
|
||||
|
||||
/* define for Collect overlay */
|
||||
#undef SLAPD_OVER_COLLECT
|
||||
|
||||
@ -1050,6 +1059,9 @@
|
||||
/* define to support SQL backend */
|
||||
#undef SLAPD_SQL
|
||||
|
||||
/* define to support WiredTiger backend */
|
||||
#undef SLAPD_WT
|
||||
|
||||
/* define to support run-time loadable ACL */
|
||||
#undef SLAP_DYNACL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user