diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-13 12:38:59 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:52:55 +0100 |
commit | 350b922a8600b68529a55d5fcc05d4ebd9a45990 (patch) | |
tree | 97179757d7666e1d423c48fb63a18a021426ab9f /Porting/config.sh | |
parent | 9245da2a079b4997c421147be2ea97e85dad2589 (diff) | |
download | perl-350b922a8600b68529a55d5fcc05d4ebd9a45990.tar.gz |
Rely on C89 <limits.h>
This requires newer metaconfig units that also rely on C89 <limits.h>.
Diffstat (limited to 'Porting/config.sh')
-rw-r--r-- | Porting/config.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Porting/config.sh b/Porting/config.sh index ea0a08da16..5e3f69aa66 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -767,7 +767,6 @@ i_ieeefp='undef' i_inttypes='define' i_langinfo='define' i_libutil='undef' -i_limits='define' i_locale='define' i_machcthr='undef' i_malloc='undef' |