]> mj.ucw.cz Git - libucw.git/commit
Support for the following syntax in configuration files:
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Wed, 17 Jan 2007 00:20:56 +0000 (01:20 +0100)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Wed, 17 Jan 2007 00:20:56 +0000 (01:20 +0100)
commitdaf489b1c9a3f4dc306c82bf330771540179a1bf
tree74fd81715c6a902d331a7af47f9e614bd6177bea
parent3b2012287b1980f81b43eb811dd3ffd79d565715
Support for the following syntax in configuration files:

#if CONFIG_ABC || !CONFIG_DEF
#elsif (CONFIG_GHI && CONFIG_JKL) || CONFIG_MNO
#else
#endif

Alternatively I can cache it to C-like "defined(CONFIG_ABC)"
(CONFIG_ABC alone could expand to its value)
or to pure Perl code without substitutions.
build/genconf