]> mj.ucw.cz Git - libucw.git/blobdiff - free/libs/examples/internal/default.cfg
The big move. Step #2: Updated all other references to lib/.
[libucw.git] / free / libs / examples / internal / default.cfg
index 1723d128c65812fadd8011c02a85635f85acd4e7..12b3c7b7f57de2357a715949fc877787703d8be3 100644 (file)
@@ -1,14 +1,12 @@
 # Default configuration file for our test application
 
-# Version string used by all Sherlock libraries
-Set("SHERLOCK_VERSION" => "0.0");
-
 # We want to build all libraries shared
 Set("CONFIG_SHARED");
 
 # Liblang settings
 Set("CONFIG_LANG");
-Set("MAX_WORD_LEN" => 64);
+Set("MAX_WORD_CHARS" => 64);
+Set("MAX_WORD_BYTES" => 192);
 
 # Libimages settings
 Set("CONFIG_IMAGES");