master
Fix typo in yesterday's change (u_int_8_t -> u_int8_t)
Rename db2 header files db.h and db-config.h in the source tree, so that there will always be only one version of each name in the include path (namely, the copy made in the build tree, or the generated db.h if not using the in-tree one). This should fix some minor problems with different dependency lists generated on different systems.
Rename "modules" to "plugins", and fix up makefile variables etc
Avoid unaligned access in btree byte swapping
make mark-cstyle make reindent
Refactor btree recursive traversal code