]> git.sur5r.net Git - openldap/blobdiff - include/portable.nt
Fix ITS#1983, handle writing of large requests. Only one pending request is
[openldap] / include / portable.nt
index 9729bc8816a1ffc8b5fcc4935a92b8c21c525d75..ae2c2ae107f14ba422ccba71dbc406ec14223c47 100644 (file)
 /* Define if you have the flock function.  */
 /* #undef HAVE_FLOCK */
 
+/* Define if you have the fstat function.  */
+/* #undef HAVE_FSTAT */
+
 /* Define if you have the gai_strerror function.  */
 /* #undef HAVE_GAI_STRERROR */
 
 /* Define if you have the recvfrom function.  */
 /* #undef HAVE_RECVFROM */
 
+/* Define if you have the recvmsg function.  */
+/* #undef HAVE_RECVMSG */
+
 /* Define if you have the sched_yield function.  */
 /* #undef HAVE_SCHED_YIELD */
 
 /* #undef SLAPD_MODULES */
 
 /* define to support BDB backend */
-/* #undef SLAPD_BDB */
+#define SLAPD_BDB 1
 
 /* define to support dynamic BDB backend */
 /* #undef SLAPD_BDB_DYNAMIC */
 /* #undef SLAPD_LDAP_DYNAMIC */
 
 /* define to support LDBM backend */
-#define SLAPD_LDBM 1
+/* #undef SLAPD_LDBM 1 */
 
 /* define to support dynamic LDBM backend */
 /* #undef SLAPD_LDBM_DYNAMIC */
 /* define to support dynamic cn=Monitor backend */
 /* #undef SLAPD_MONITOR_DYNAMIC */
 
+/* define to support NULL backend */
+/* #undef SLAPD_NULL */
+
+/* define to support dynamic NULL backend */
+/* #undef SLAPD_NULL_DYNAMIC */
+
 /* define to support PASSWD backend */
 /* #undef SLAPD_PASSWD */