summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-13 09:25:14 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:52:41 +0100
commit346712be0b77cf7a59cff19c5b96533d9a780268 (patch)
treed159a6c9751d1516763442dfc33d0f545426251e /Configure
parentdd512de320cc50ddbfc3ce3ee4996367b911d983 (diff)
downloadperl-346712be0b77cf7a59cff19c5b96533d9a780268.tar.gz
Rely on C89 <stddef.h>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/Configure b/Configure
index c5114ff778..7df8e675bf 100755
--- a/Configure
+++ b/Configure
@@ -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'