]> mj.ucw.cz Git - libucw.git/commitdiff
Fixed a couple of mismatches in setting of CONFIG_LARGE_DB and
authorMartin Mares <mj@ucw.cz>
Thu, 14 Apr 2005 10:26:02 +0000 (10:26 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 14 Apr 2005 10:26:02 +0000 (10:26 +0000)
CONFIG_MAX_CONTEXTS.

build/sherlock.cfg

index 7f932ea6d7aad43105a95ad5934f222faa032306..c8fe6eeec8922939fad8b6bea52e393f6895565d 100644 (file)
@@ -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);