This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rely on C89 "const"
authorAaron Crane <arc@cpan.org>
Tue, 27 Nov 2018 11:32:11 +0000 (11:32 +0000)
committerAaron Crane <arc@cpan.org>
Tue, 27 Nov 2018 11:43:22 +0000 (11:43 +0000)
commit79ad5206c03201d76b9dcd75277ed02999f26eac
tree1bea1cac242a399a4aaae569a303b54b325b68cc
parentdaced5aea4695da4ec9e629bb3153a865d480075
Rely on C89 "const"

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.
24 files changed:
.metaconf-exclusions.txt
Configure
Cross/config.sh-arm-linux
Cross/config.sh-arm-linux-n770
NetWare/config.wc
NetWare/config_H.wc
Porting/Glossary
Porting/config.sh
Porting/config_H
config_h.SH
configure.com
plan9/config.plan9
plan9/config_h.sample
plan9/config_sh.sample
symbian/config.sh
uconfig.h
uconfig.sh
uconfig64.sh
win32/config.ce
win32/config.gc
win32/config.vc
win32/config_H.ce
win32/config_H.gc
win32/config_H.vc