]> mj.ucw.cz Git - libucw.git/blobdiff - build/sherlock.cfg
Support seeks on fbbuf streams.
[libucw.git] / build / sherlock.cfg
index cf2e0c9f68b1b6582d204e0cefe67b592181d76f..bb92a153cddee7482e8a01472fe66bd3db2b5de4 100644 (file)
@@ -1,11 +1,11 @@
 # Configuration variables of Sherlock and their default values
 # Configuration variables of Sherlock and their default values
-# (c) 2005 Martin Mares <mj@ucw.cz>
+# (c) 2005--2006 Martin Mares <mj@ucw.cz>
 
 # Version of the whole package
 
 # Version of the whole package
-Set("SHERLOCK_VERSION" => "3.8");
+Set("SHERLOCK_VERSION" => "3.9");
 
 # Installation directory for `make install'
 
 # Installation directory for `make install'
-Set("INSTALL_DIR" => "~/run-3.8");
+Set("INSTALL_DIR" => "~/run-3.9");
 
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");
 
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");
@@ -97,9 +97,6 @@ Set("CONFIG_OWN_REGEX");
 # Include custom builtin functions in filtering language
 UnSet("CONFIG_CUSTOM_FILTER");
 
 # Include custom builtin functions in filtering language
 UnSet("CONFIG_CUSTOM_FILTER");
 
-# Include the incremental indexer
-UnSet("CONFIG_INCREMENTAL");
-
 # Install libraries and their API includes
 UnSet("CONFIG_INSTALL_API");
 
 # Install libraries and their API includes
 UnSet("CONFIG_INSTALL_API");
 
@@ -142,6 +139,9 @@ UnSet("CONFIG_PL_STEMMER");
 # Dynamic weights
 UnSet("CONFIG_WEIGHTS");
 
 # Dynamic weights
 UnSet("CONFIG_WEIGHTS");
 
+# Include the incremental indexer
+UnSet("CONFIG_INCREMENTAL");
+
 # Maximum number of search servers, databases per search server and route keys
 Set("MUX_MAX_SERVERS" => 128);
 Set("MUX_MAX_DATABASES_PER_SERVER" => 4);
 # Maximum number of search servers, databases per search server and route keys
 Set("MUX_MAX_SERVERS" => 128);
 Set("MUX_MAX_DATABASES_PER_SERVER" => 4);