]> mj.ucw.cz Git - libucw.git/blobdiff - default.cfg
Rename our gettid() wrapper to ucw_gettid()
[libucw.git] / default.cfg
index a78a78b9f9a37bf6b22d48fddcdf44c6c1e27e92..7aa310aa7b38df8dfd94f99a3a262038db30ec0d 100644 (file)
@@ -27,8 +27,8 @@ Set("CONFIG_UCW_UTILS" => 1);
 UnSet("CONFIG_IMAGES");
 Set("CONFIG_IMAGES_LIBJPEG");
 Set("CONFIG_IMAGES_LIBPNG");
-Set("CONFIG_IMAGES_LIBUNGIF");
-UnSet("CONFIG_IMAGES_LIBGIF");
+UnSet("CONFIG_IMAGES_LIBUNGIF");
+Set("CONFIG_IMAGES_LIBGIF");
 UnSet("CONFIG_IMAGES_LIBMAGICK");
 
 # Libucw-charset
@@ -38,5 +38,8 @@ Set("CONFIG_CHARSET_UTILS");
 # Libucw-xml
 Set("CONFIG_XML");
 
+# Libucw-json
+Set("CONFIG_JSON");
+
 # Return success
 1;