40 Star 0 Fork 11

openKylin/perl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.metaconf-exclusions.txt 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
openKylinBot 提交于 2022-05-14 02:40 . Import Upstream version 5.30.0
# This file is used when building the Configure script from the metaconfig
# units. Ordinarily, if any *.c or *.h or *.sh file mentions a symbol that can
# be provided by a metaconfig unit, the generated Configure will include the
# relevant probe. But in some cases, that's inappropriate: we have symbols that
# we no longer need to probe for, but must define in perl.h for backwards
# compatibilty with XS modules. Also, our C files contain tokens like "index"
# that are used as the names of Perl builtins, but would be treated by
# metaconfig as implicit requests for a particular unit that we don't need.
#
# Previously, we've used customised "stub" versions of metaconfig units to
# handle this situation, but that doesn't scale (and, in particular, requires
# us to maintain those customised units for as long as the relevant symbols are
# defined by the units in the upstream dist package).
#
# A better approach is to list those symbols here (and invoke metaconfig with
# the "-X .metaconf-exclusions.txt" option when generating Configure); that
# will prevent the relevant units from being used.
#
# See also metaconfig.h, which works in the other direction — it forces units
# to be included, even before specific code using the relevant symbols has been
# written.
I_LIMITS
I_STDARG
index
rindex
const
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openkylin/perl.git
git@gitee.com:openkylin/perl.git
openkylin
perl
perl
upstream

搜索帮助