]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
a runqueue for periodic thread execution (for syncrepl)
[openldap] / include / portable.h.in
index 2d58390af9ebdaa3cfba837f9011efa0259bdb17..1a4e0238b0131d5767098f1c3dc6f8b81b0631f7 100644 (file)
 /* define to support dynamic DNS SRV backend */
 #undef SLAPD_DNSSRV_DYNAMIC
 
+/* define to support HDB backend */
+#undef SLAPD_HDB
+
+/* define to support dynamic HDB backend */
+#undef SLAPD_HDB_DYNAMIC
+
 /* define to support LDAP backend */
 #undef SLAPD_LDAP
 
 #include "ldap_features.h"
 
 #include "ac/assert.h"
+#include "ac/localize.h"
 
 #endif /* _LDAP_PORTABLE_H */