From: Martin Mares Date: Thu, 14 Apr 2005 10:26:02 +0000 (+0000) Subject: Fixed a couple of mismatches in setting of CONFIG_LARGE_DB and X-Git-Tag: holmes-import~789 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c6d319ed73e21a5f68aadc7445888530351cd91e;p=libucw.git Fixed a couple of mismatches in setting of CONFIG_LARGE_DB and CONFIG_MAX_CONTEXTS. --- diff --git a/build/sherlock.cfg b/build/sherlock.cfg index 7f932ea6..c8fe6eee 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -49,6 +49,9 @@ UnSet("CONFIG_MUX"); ### Optional Modules & Features ### +# Support databases >4GB +Set("CONFIG_LARGE_DB"); + # Number of sections we remember limits for Set("SHERLOCK_NUM_SECTIONS" => 4);