]> mj.ucw.cz Git - libucw.git/blobdiff - build/sherlock.cfg
Fixed parsing of bin/config output (by TomHol in rel-3-6-1).
[libucw.git] / build / sherlock.cfg
index 7f932ea6d7aad43105a95ad5934f222faa032306..7098ab001edcb6e1027a9855ae78843ec54547dc 100644 (file)
@@ -2,10 +2,10 @@
 # (c) 2005 Martin Mares <mj@ucw.cz>
 
 # Version of the whole package
-Set("SHERLOCK_VERSION" => "3.5");
+Set("SHERLOCK_VERSION" => "3.7");
 
 # Installation directory for `make install'
-Set("INSTALL_DIR" => "~/run-3.5");
+Set("INSTALL_DIR" => "~/run-3.7");
 
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");
@@ -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);
 
@@ -133,6 +136,11 @@ UnSet("CONFIG_PL_STEMMER");
 # Dynamic weights
 UnSet("CONFIG_WEIGHTS");
 
+# Maximum number of multiplexer groups, search servers and route keys
+Set("MUX_MAX_GROUPS" => 32);
+Set("MUX_MAX_SERVERS" => 128);
+Set("MUX_MAX_ROUTE_KEYS" => 4);
+
 #endif
 
 ### These are internal settings which shouldn't be modified by custom configs ###