]> mj.ucw.cz Git - libucw.git/commitdiff
CONFIG_INCREMENTAL doesn't belong to the free version
authorRobert Spalek <robert@ucw.cz>
Mon, 27 Feb 2006 04:41:20 +0000 (14:41 +1000)
committerRobert Spalek <robert@peanut.(none)>
Mon, 27 Feb 2006 04:41:20 +0000 (14:41 +1000)
build/sherlock.cfg

index cf2e0c9f68b1b6582d204e0cefe67b592181d76f..b5b5683a4e4651940b453a1bcc6629d6b41ae9df 100644 (file)
@@ -97,9 +97,6 @@ Set("CONFIG_OWN_REGEX");
 # 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");
 
@@ -142,6 +139,9 @@ UnSet("CONFIG_PL_STEMMER");
 # 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);