]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
Fix select/yield
[openldap] / include / portable.h.in
index 2d58390af9ebdaa3cfba837f9011efa0259bdb17..16edeac79b1bc566c4620050dd979d07a9c76156 100644 (file)
 /* Define if you have the <pwd.h> header file.  */
 #undef HAVE_PWD_H
 
-/* Define if you have the <readline/history.h> header file.  */
-#undef HAVE_READLINE_HISTORY_H
-
-/* Define if you have the <readline/readline.h> header file.  */
-#undef HAVE_READLINE_READLINE_H
-
 /* Define if you have the <regex.h> header file.  */
 #undef HAVE_REGEX_H
 
 /* define if you actually have FreeBSD fetch(3) */
 #undef HAVE_FETCH
 
-/* define if you have -lreadline */
-#undef HAVE_READLINE
-
 /* define if crypt(3) is available */
 #undef HAVE_CRYPT
 
 /* define to support multimaster replication */
 #undef SLAPD_MULTIMASTER
 
-/* define to support phonetic */
-#undef SLAPD_PHONETIC
-
 /* define to support reverse lookups */
 #undef SLAPD_RLOOKUPS
 
 /* 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
 
 #if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
 #define LDAP_TEST
 #endif
-#if defined(LDAP_TEST) && !defined(LDAP_DEBUG)
-#define LDAP_DEBUG
-#endif
 #endif
 
 #ifdef HAVE_EBCDIC 
 #include "ldap_features.h"
 
 #include "ac/assert.h"
+#include "ac/localize.h"
 
 #endif /* _LDAP_PORTABLE_H */