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 /Configure | |
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 'Configure')
-rwxr-xr-x | Configure | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -992,7 +992,6 @@ i_ieeefp='' i_inttypes='' i_langinfo='' i_libutil='' -i_limits='' i_locale='' i_machcthr='' i_malloc='' @@ -12327,18 +12326,11 @@ esac set cuserid d_cuserid eval $inlibc -: see if this is a limits.h system -set limits.h i_limits -eval $inhdr - : See if number of significant digits in a double precision number is known echo " " $cat >dbl_dig.c <<EOM -#$i_limits I_LIMITS #$i_float I_FLOAT -#ifdef I_LIMITS #include <limits.h> -#endif #ifdef I_FLOAT #include <float.h> #endif @@ -16019,11 +16011,8 @@ eval $setvar : See if number of significant digits in a double precision number is known echo " " $cat >ldbl_dig.c <<EOM -#$i_limits I_LIMITS #$i_float I_FLOAT -#ifdef I_LIMITS #include <limits.h> -#endif #ifdef I_FLOAT #include <float.h> #endif @@ -24570,7 +24559,6 @@ i_ieeefp='$i_ieeefp' i_inttypes='$i_inttypes' i_langinfo='$i_langinfo' i_libutil='$i_libutil' -i_limits='$i_limits' i_locale='$i_locale' i_machcthr='$i_machcthr' i_malloc='$i_malloc' |