]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
remove init arg from attrs_index_config proto
[openldap] / include / portable.h.in
index 0441995f49963c46141fc3b6ec846300c4d0a3da..f8b9b4690b086067e3da3677f38295d0c4bbd37b 100644 (file)
 /*
  LDAP_API_FEATURE_X_OPENLDAP_REENTRANT
  LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
- LDAP_API_FEATURE_X_OPENLDAP_V2_DNS
  LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
  LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
 */
 /* define if you have winsock */
 #undef HAVE_WINSOCK
 
-/* define if you have res_search() */
-#undef HAVE_RES_SEARCH
+/* define if you have res_query() */
+#undef HAVE_RES_QUERY
 
 /* define if you have HEIMDAL Kerberos */
 #undef HAVE_HEIMDAL_KERBEROS
 /* define to support modules */
 #undef SLAPD_MODULES
 
-/* define to support BDB2 backend */
-#undef SLAPD_BDB2
-
-/* define to support dynamic BDB2 backend */
-#undef SLAPD_BDB2_DYNAMIC
-
 /* define to support DNS SRV backend */
 #undef SLAPD_DNSSRV