]> git.sur5r.net Git - openldap/blobdiff - acconfig.h
Fix build_result_ber to construct a new ber and to set ld_errno appropriately.
[openldap] / acconfig.h
index 2b9417817e92cb82f98b9835357beb1001c5929c..8381d15cebd16faf6516a7913f8a68c80996da56 100644 (file)
 /* define this for crypt(3) password support */
 #undef SLAPD_CRYPT
 
+/* define this to use SLAPD LDAP backend */
+#undef SLAPD_LDAP
+
 /* define this to use SLAPD LDBM backend */
 #undef SLAPD_LDBM
 
+/* define this to use SLAPD Modules */
+#undef SLAPD_MODULES
+
 /* define this to use SLAPD passwd backend */
 #undef SLAPD_PASSWD
 
 #      include <stddef.h>
 #endif
 
+#if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
+#define LDAP_TEST
+#endif
+#if defined(LDAP_TEST) && !defined(LDAP_DEBUG)
+#define LDAP_DEBUG
+#endif
+
 #include "ldap_cdefs.h"
 #include "ldap_features.h"
 
+#include "ac/assert.h"
+
 #endif /* _LDAP_PORTABLE_H */