Fix the mess with ldb includes.
[metze/samba/wip.git] / source4 / lib / ldb / include / ldb.h
index 28c54f5a3ccfa619a8569af5d34a0e0cc8ce48c7..589887b4c5bafb2bf58949de50050efa0c008354 100644 (file)
 #define _LDB_H_ 1
 /*! \endcond */
 
+#include "ldb_includes.h"
+
 /*
   major restrictions as compared to normal LDAP:
 
-     - no async calls.
      - each record must have a unique key field
      - the key must be representable as a NULL terminated C string and may not 
        contain a comma or braces
 
   major restrictions as compared to tdb:
 
-     - no explicit locking calls
-     UPDATE: we have transactions now, better than locking --SSS.
+     - no explicit locking calls, but we have transactions when using ldb_tdb
 
 */