]> git.sur5r.net Git - openldap/commitdiff
Undo BDB const mucking
authorHoward Chu <hyc@openldap.org>
Fri, 25 Apr 2003 13:14:33 +0000 (13:14 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 25 Apr 2003 13:14:33 +0000 (13:14 +0000)
servers/slapd/back-bdb/back-bdb.h

index bd789d43cb341d5c8d16e77450f557e842a3f00b..7fe656e32e126708ecf75a69fdc1cdbef95e2ad7 100644 (file)
@@ -11,6 +11,7 @@
 #include <portable.h>
 #include "slap.h"
 #include <db.h>
+#undef const   /* db.h defines this?? */
 
 LDAP_BEGIN_DECL