]> mj.ucw.cz Git - libucw.git/commitdiff
Config: Update the filtering rules for autoconf.h
authorMartin Mares <mj@ucw.cz>
Sat, 11 Feb 2012 18:51:16 +0000 (19:51 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 11 Feb 2012 18:51:16 +0000 (19:51 +0100)
ucw/perl/UCW/Configure/LibUCW.pm

index 853f02c39965c163d67deb615161ebc3009146ef..2f05e46b538293d9837a7c7861e3600b3ff61036 100644 (file)
@@ -69,11 +69,8 @@ FINIS
 PostConfig {
        AtWrite {
                UCW::Configure::C::ConfigHeader("ucw/autoconf.h", [
-                       # Excluded symbols (danger of collision)
-                       '^CONFIG_DEBUG$' => 0,
-
                        # Included symbols
-                       '^CONFIG_' => 1,
+                       '^CONFIG_UCW_' => 1,
                        '^CPU_' => 1,
                        '^(SHERLOCK|UCW)_VERSION(_|$)' => 1,
                        '^MAX_WORD_(BYTES|CHARS)$' => 1,