]> mj.ucw.cz Git - libucw.git/commitdiff
Added libucw-* prefix to some forgotten places.
authorPavel Charvat <pchar@ucw.cz>
Fri, 6 Dec 2013 12:18:26 +0000 (13:18 +0100)
committerPavel Charvat <pchar@ucw.cz>
Fri, 6 Dec 2013 12:18:26 +0000 (13:18 +0100)
default.cfg
examples/internal/default.cfg
shxml/xml.h

index 0b05139eebf657a7ab93695b1b4b7bd14a88520b..3ec89117e0e04b762f85daddd0862e91e0041ada 100644 (file)
@@ -23,7 +23,7 @@ Set("CONFIG_UCW_PERL_MODULES" => 1);
 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");
@@ -31,12 +31,12 @@ Set("CONFIG_IMAGES_LIBUNGIF");
 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;
index a133ba26beb064780d3152b3970e4ed0ef06fea0..984be67d89473a648842be5cb6545d47549b3bc5 100644 (file)
@@ -6,13 +6,7 @@ Set("CONFIG_LOCAL");
 # 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");
index 074c6049447b77892780d874f7d022669a10585c..f17b1d7929a1b3bd00e236b335998e5fe105af16 100644 (file)
@@ -150,7 +150,7 @@ struct xml_source {
   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 */
 };