From: Daniel Fiala Date: Tue, 2 Jun 2009 11:26:05 +0000 (+0200) Subject: Added MAX_WORD_BYTES and MAX_WORD_CHARS to ucw/autoconf.h . X-Git-Tag: holmes-import~16 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8c416794bc7282bfc03fcc0500898aa2483c338a;p=libucw.git Added MAX_WORD_BYTES and MAX_WORD_CHARS to ucw/autoconf.h . --- diff --git a/ucw/perl/UCW/Configure/LibUCW.pm b/ucw/perl/UCW/Configure/LibUCW.pm index 141dbc90..2b7eb23e 100644 --- a/ucw/perl/UCW/Configure/LibUCW.pm +++ b/ucw/perl/UCW/Configure/LibUCW.pm @@ -53,6 +53,7 @@ PostConfig { '^CONFIG_' => 1, '^CPU_' => 1, '^(SHERLOCK|UCW)_VERSION(_|$)' => 1, + '^MAX_WORD_(BYTES|CHARS)$' => 1, ]); } if Get("CONFIG_INSTALL_API");