]> mj.ucw.cz Git - libucw.git/blobdiff - default.cfg
Time: Timing functions separated out to <ucw/time.h>
[libucw.git] / default.cfg
index 0fd308d24a40834095aef4993b4e00d5bb7672ea..90667f3ff402da70d152c9b85524eb5747e97e11 100644 (file)
@@ -4,11 +4,14 @@
 # Do we want shared or static libraries?
 Set("CONFIG_SHARED");
 
+# Include debugging code
+Set("CONFIG_DEBUG");
+
 # We want the public API
 Set("CONFIG_INSTALL_API");
 
 # Libucw should support files >2GB and threading
-Set("CONFIG_LARGE_FILES");
+Set("CONFIG_UCW_LARGE_FILES");
 Set("CONFIG_UCW_THREADS" => 1);
 
 # Libucw extensions
@@ -27,6 +30,10 @@ UnSet("CONFIG_IMAGES_LIBMAGICK");
 
 # Libcharset
 Set("CONFIG_CHARSET");
+Set("CONFIG_CHARSET_UTILS");
+
+# Libshxml
+Set("CONFIG_SHXML");
 
 # Return success
 1;