summaryrefslogtreecommitdiff
path: root/Cross
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2018-11-27 11:32:11 +0000
committerAaron Crane <arc@cpan.org>2018-11-27 11:43:22 +0000
commit79ad5206c03201d76b9dcd75277ed02999f26eac (patch)
tree1bea1cac242a399a4aaae569a303b54b325b68cc /Cross
parentdaced5aea4695da4ec9e629bb3153a865d480075 (diff)
downloadperl-79ad5206c03201d76b9dcd75277ed02999f26eac.tar.gz
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.
Diffstat (limited to 'Cross')
-rw-r--r--Cross/config.sh-arm-linux1
-rw-r--r--Cross/config.sh-arm-linux-n7701
2 files changed, 0 insertions, 2 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux
index d8904ec458..94446dbc0c 100644
--- a/Cross/config.sh-arm-linux
+++ b/Cross/config.sh-arm-linux
@@ -144,7 +144,6 @@ d_class='undef'
d_clearenv='define'
d_closedir='define'
d_cmsghdr_s='define'
-d_const='define'
d_copysign='undef'
d_copysignl='define'
d_cplusplus='undef'
diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770
index 34512eeec6..ea840d51e1 100644
--- a/Cross/config.sh-arm-linux-n770
+++ b/Cross/config.sh-arm-linux-n770
@@ -143,7 +143,6 @@ d_class='undef'
d_clearenv='define'
d_closedir='define'
d_cmsghdr_s='define'
-d_const='define'
d_copysign='undef'
d_copysignl='define'
d_cplusplus='undef'