]> mj.ucw.cz Git - libucw.git/commitdiff
Config: Added CONFIG_UCW_CLEAN_ABI
authorMartin Mares <mj@ucw.cz>
Fri, 3 Jan 2014 12:52:29 +0000 (13:52 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 3 Jan 2014 12:52:29 +0000 (13:52 +0100)
default.cfg
ucw/default.cfg

index 0b05139eebf657a7ab93695b1b4b7bd14a88520b..9aa5246cd52387982da6de3eab2301df8dadb593 100644 (file)
@@ -32,7 +32,7 @@ UnSet("CONFIG_IMAGES_LIBGIF");
 UnSet("CONFIG_IMAGES_LIBMAGICK");
 
 # Libcharset
-UnSet("CONFIG_CHARSET");
+Set("CONFIG_CHARSET");
 Set("CONFIG_CHARSET_UTILS");
 
 # Libshxml
index 60e1c046b8e698b717220a98dfe353b2a6fd4ef9..c5c1565a0b0c73f693223c779706cf84d6b28807 100644 (file)
@@ -72,5 +72,8 @@ UnSet("CONFIG_UCW_PCRE");
 # Compile tools used for debugging and testing of LibUCW
 UnSet("CONFIG_UCW_DEBUG_TOOLS");
 
+# Clean up library ABI by attaching "ucw_" prefix to all externally visible symbols
+Set("CONFIG_UCW_CLEAN_ABI" => 1);
+
 # Return success
 1;