From: Martin Mares Date: Sat, 11 Feb 2012 18:51:16 +0000 (+0100) Subject: Config: Update the filtering rules for autoconf.h X-Git-Tag: v5.0~55 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7895fca872bd40e247c4a6013efb41ccfee0f514;p=libucw.git Config: Update the filtering rules for autoconf.h --- diff --git a/ucw/perl/UCW/Configure/LibUCW.pm b/ucw/perl/UCW/Configure/LibUCW.pm index 853f02c3..2f05e46b 100644 --- a/ucw/perl/UCW/Configure/LibUCW.pm +++ b/ucw/perl/UCW/Configure/LibUCW.pm @@ -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,