Set("CONFIG_UCW_SHELL_UTILS" => 1);
Set("CONFIG_UCW_UTILS" => 1);
-# Libimages settings
+# Libucw-images settings
UnSet("CONFIG_IMAGES");
Set("CONFIG_IMAGES_LIBJPEG");
Set("CONFIG_IMAGES_LIBPNG");
UnSet("CONFIG_IMAGES_LIBGIF");
UnSet("CONFIG_IMAGES_LIBMAGICK");
-# Libcharset
+# Libucw-charset
UnSet("CONFIG_CHARSET");
Set("CONFIG_CHARSET_UTILS");
-# Libshxml
-UnSet("CONFIG_SHXML");
+# Libucw-xml
+UnSet("CONFIG_UCW_XML");
# Return success
1;
# We want to build all libraries shared
Set("CONFIG_SHARED");
-# Liblang settings
-Set("CONFIG_LIBLANG");
-Set("CONFIG_LANG");
-Set("MAX_WORD_CHARS" => 64);
-Set("MAX_WORD_BYTES" => 192);
-
-# Libimages settings
+# Libucw-images settings
Set("CONFIG_IMAGES");
Set("CONFIG_IMAGES_LIBJPEG");
Set("CONFIG_IMAGES_LIBPNG");
uns refill_cat2; /* Character categories, which should be processed as newlines (possibly in some built-in
sequences) */
void (*refill)(struct xml_context *ctx); /* Callback to decode source characters to the buffer */
- unsigned short *refill_in_to_x; /* Libcharset input table */
+ unsigned short *refill_in_to_x; /* Libucw-charset input table */
uns saved_depth; /* Saved ctx->depth */
uns pending_0xd; /* The last read character is 0xD */
};