]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldbm/group.c
merged with autoconf branch
[openldap] / servers / slapd / back-ldbm / group.c
index 042dc568605047c35c3e4410ec18aaf6f94d9768..536a48dd6b2a21e848ebf3845b71a2f8e5912bd2 100644 (file)
@@ -1,9 +1,12 @@
 /* compare.c - ldbm backend compare routine */
 
+#include "portable.h"
+
 #include <stdio.h>
-#include <string.h>
-#include <sys/types.h>
-#include <sys/socket.h>
+
+#include <ac/socket.h>
+#include <ac/string.h>
+
 #include "slap.h"
 #include "back-ldbm.h"
 #include "proto-back-ldbm.h"
@@ -11,8 +14,8 @@
 extern Attribute        *attr_find();
 
 
-#ifdef ACLGROUP
-/* return 0 IFF edn is a value in member attribute
+#ifdef SLAPD_ACLGROUPS
+/* return 0 IFF edn is a value in uniqueMember attribute
  * of entry with bdn AND that entry has an objectClass
  * value of groupOfNames
  */