]> mj.ucw.cz Git - libucw.git/commit
Resurrected CONFIG_LARGE_DB.
authorMartin Mares <mj@ucw.cz>
Sat, 11 Dec 2004 13:22:50 +0000 (13:22 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 11 Dec 2004 13:22:50 +0000 (13:22 +0000)
commit082f94e92eb6286d9173105c6a02341c014e8fb0
tree25979077e85520db157d42166f4a61921612ba31
parentc57a0e75a6f6a9f7b616a7a46f802b91ad527fad
Resurrected CONFIG_LARGE_DB.

Large database format and LFS really should be different switches --
small DB combined with LFS gives a 4GB limit, small with no LFS gives
2GB limit.

CONFIG_LFS is now always on (it's supported by all current Linux libc's
and the performance penalty for using 64-bit sh_off_t is negligible),
CONFIG_LARGE_DB is controlled by config.mk.
lib/config.h
lib/lfs.h