Commit b0b92a5b authored by Richard Levitte's avatar Richard Levitte
Browse files

Configure - Allow CODErefs and ARRAYrefs in configuration setting arrays



This provides for more powerful lazy evaluation and buildup of the
setting contents.  For example, something like this becomes possible:

    defines => [ sub { $config{thisorthat} ? "FOO" : () } ]

Any undefined result of such functions (such as 'undef' or the empty
list) will be ignored.

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
parent ed49f43a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment