From: Martin Mares Date: Wed, 17 May 2006 14:11:40 +0000 (+0200) Subject: Added the core of merging hashes. X-Git-Tag: holmes-import~641^2~10 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c119981762da67ba3a7d82f5d5efe68e38bffb54;p=libucw.git Added the core of merging hashes. --- diff --git a/build/sherlock.cfg b/build/sherlock.cfg index eee85577..db28013c 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -112,6 +112,9 @@ UnSet("CONFIG_AREAS"); # Site compression UnSet("CONFIG_SITES"); +# Generate hashes for merging of independent indices in the mux +UnSet("CONFIG_MERGING_HASHES"); + # Gathering of images UnSet("CONFIG_IMAGES");