Chage DEFAULT_DB_PAGE_SIZE to 4096 and allow external define to

override ldbm.h setting.
This commit is contained in:
Kurt Zeilenga 2000-03-17 20:28:36 +00:00
parent d14c7ad7c2
commit 177279176c

View 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