summaryrefslogtreecommitdiff
path: root/.metaconf-exclusions.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rely on C89 "const"Aaron Crane2018-11-271-0/+1
| | | | | | | | | | The metaconfig probe for <db.h> previously relied on the d_const symbol set by the "const" probe, so generating Configure here has been done against metaconfig commit 1204d4627a06b11f16620188f3fa83159ed35fd9 which changes that. Thanks to khw++ for pointing out this oversight in my attempt last year to make the codebase rely on C89.
* RT#132347: fix building TkAaron Crane2017-10-231-0/+1
| | | | | | | | | | The Tk distribution has its own portability layer that expects to find certain settings in %Config, as well as some cpp symbols defined in perl.h. The recent Perl changes to require a C89 compiler caused some of the metaconfig units defining those %Config settings and cpp symbols to be omitted. This commit restores compatibility with Tk, by ensuring that the things it wants are available even though they are no longer provided by metaconfig.
* metaconfig: ignore "index", "rindex"Aaron Crane2017-10-231-0/+2
| | | | This permits deletion of our modified d_strchr.U metaconfig unit.
* New .metaconf-exclusions.txt fileAaron Crane2017-10-231-0/+23
This file lists symbols that metaconfig should ignore when calculating what units Perl needs.