]> 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 abdeb4aea8b96cee63a3a4630577de05d4190d54..7098ab001edcb6e1027a9855ae78843ec54547dc 100644 (file)
@@ -2,10 +2,16 @@
 # (c) 2005 Martin Mares <mj@ucw.cz>
 
 # Version of the whole package
 # (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'
 
 # 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");
+
+# Enable aggressive optimizations depending on exact CPU type (don't use for portable packages)
+UnSet("CONFIG_EXACT_CPU");
 
 ### Standard modules available in all releases of Sherlock ###
 
 
 ### Standard modules available in all releases of Sherlock ###
 
@@ -13,7 +19,7 @@ Set("INSTALL_DIR" => "~/run-3.5");
 Set("CONFIG_GATHERER");
 
 # The gatherer daemon (requires CONFIG_GATHERER)
 Set("CONFIG_GATHERER");
 
 # The gatherer daemon (requires CONFIG_GATHERER)
-UnSet("CONFIG_GATHERD");
+Set("CONFIG_GATHERD");
 
 # Indexer
 Set("CONFIG_INDEXER");
 
 # Indexer
 Set("CONFIG_INDEXER");
@@ -43,6 +49,9 @@ UnSet("CONFIG_MUX");
 
 ### Optional Modules & Features ###
 
 
 ### Optional Modules & Features ###
 
+# Support databases >4GB
+Set("CONFIG_LARGE_DB");
+
 # Number of sections we remember limits for
 Set("SHERLOCK_NUM_SECTIONS" => 4);
 
 # Number of sections we remember limits for
 Set("SHERLOCK_NUM_SECTIONS" => 4);
 
@@ -72,7 +81,7 @@ Set("CONFIG_MAX_CONTEXTS" => 256);
 Set("CONFIG_32BIT_REFERENCES");
 
 # Debugging tools
 Set("CONFIG_32BIT_REFERENCES");
 
 # Debugging tools
-UnSet("CONFIG_DEBUG");
+UnSet("CONFIG_DEBUG_TOOLS");
 
 # Search server: Enable EXPLAIN command (slows searching down slightly)
 Set("CONFIG_EXPLAIN");
 
 # Search server: Enable EXPLAIN command (slows searching down slightly)
 Set("CONFIG_EXPLAIN");
@@ -109,9 +118,12 @@ UnSet("CONFIG_EXCEL");
 
 # Extra stuff for Centrum
 UnSet("CONFIG_CENTRUM");
 
 # Extra stuff for Centrum
 UnSet("CONFIG_CENTRUM");
+UnSet("CONFIG_CENTRUM_CZ");
+UnSet("CONFIG_CENTRUM_SK");
+UnSet("CONFIG_CENTRUM_PL");
 
 
-# Configuration for Morfeo
-UnSet("CONFIG_MORFEO");
+# Debugging version of Centrum installation (lower limits, trivial filters etc.)
+UnSet("CONFIG_CENTRUM_DEBUG");
 
 # Stemmer by UFAL and its dictionaries
 UnSet("CONFIG_UFAL_STEMMER");
 
 # Stemmer by UFAL and its dictionaries
 UnSet("CONFIG_UFAL_STEMMER");
@@ -124,6 +136,11 @@ UnSet("CONFIG_PL_STEMMER");
 # Dynamic weights
 UnSet("CONFIG_WEIGHTS");
 
 # 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 ###
 #endif
 
 ### These are internal settings which shouldn't be modified by custom configs ###
@@ -133,7 +150,7 @@ Set("DEFAULT_CONFIG" => "cf/sherlock");
 
 # Configuration of parts of the UCW library
 Set("CONFIG_UCW_PERL" => 1);
 
 # Configuration of parts of the UCW library
 Set("CONFIG_UCW_PERL" => 1);
-Set("CONFIG_SHELL_UTILS" => 1);
+Set("CONFIG_UCW_SHELL_UTILS" => 1);
 
 # Configuration of the language library
 Set("CONFIG_LANG_DETECT" => 1);
 
 # Configuration of the language library
 Set("CONFIG_LANG_DETECT" => 1);