]> git.sur5r.net Git - openldap/commitdiff
Chage DEFAULT_DB_PAGE_SIZE to 4096 and allow external define to
authorKurt Zeilenga <kurt@openldap.org>
Fri, 17 Mar 2000 20:28:36 +0000 (20:28 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 17 Mar 2000 20:28:36 +0000 (20:28 +0000)
override ldbm.h setting.

include/ldbm.h

index e7f0b10f98996702f7d621fe990dc19fa056369a..9092e73093cadae7e14d93f5c404457182619021 100644 (file)
@@ -37,7 +37,9 @@
 #      endif
 #      ifdef HAVE_BERKELEY_DB2
 #              define R_NOOVERWRITE DB_NOOVERWRITE
-#              define DEFAULT_DB_PAGE_SIZE 1024
+#              ifndef DEFAULT_DB_PAGE_SIZE
+#                      define DEFAULT_DB_PAGE_SIZE 4096
+#              endif
 #      endif
 #endif