diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-13 09:25:14 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:52:41 +0100 |
commit | 346712be0b77cf7a59cff19c5b96533d9a780268 (patch) | |
tree | d159a6c9751d1516763442dfc33d0f545426251e /Configure | |
parent | dd512de320cc50ddbfc3ce3ee4996367b911d983 (diff) | |
download | perl-346712be0b77cf7a59cff19c5b96533d9a780268.tar.gz |
Rely on C89 <stddef.h>
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1031,7 +1031,6 @@ i_quadmath='' i_shadow='' i_socks='' i_stdbool='' -i_stddef='' i_stdint='' i_stdlib='' i_string='' @@ -23304,10 +23303,6 @@ $rm_try set i_stdbool eval $setvar -: see if stddef is available -set stddef.h i_stddef -eval $inhdr - : see if stdint is available set stdint.h i_stdint eval $inhdr @@ -24709,7 +24704,6 @@ i_sgtty='$i_sgtty' i_shadow='$i_shadow' i_socks='$i_socks' i_stdbool='$i_stdbool' -i_stddef='$i_stddef' i_stdint='$i_stdint' i_stdlib='$i_stdlib' i_string='$i_string' |