]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
a runqueue for periodic thread execution (for syncrepl)
[openldap] / include / portable.h.in
index 9dad59a13bb45aaa79c45b6490453089d4dc1ff4..1a4e0238b0131d5767098f1c3dc6f8b81b0631f7 100644 (file)
 /* Define if you have the gethostname function.  */
 #undef HAVE_GETHOSTNAME
 
+/* Define if you have the getnameinfo function.  */
+#undef HAVE_GETNAMEINFO
+
 /* Define if you have the getopt function.  */
 #undef HAVE_GETOPT
 
 /* define to vsnprintf routine */
 #undef vsnprintf
 
+/* define if struct msghdr has msg_accrights */
+#undef HAVE_MSGHDR_MSG_ACCRIGHTS
+
 /* define to snprintf routine */
 #undef snprintf
 
 /* 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 */