summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-13 15:14:20 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:53:05 +0100
commitbe9d87ad962b0216d0ff92be75d90e3b36eeadb9 (patch)
tree7195d0c301f17f94354ddf1ce2c2237211dceaec /configure.com
parentedb450b123b6d0746d07c89cc1fe31426753497c (diff)
downloadperl-be9d87ad962b0216d0ff92be75d90e3b36eeadb9.tar.gz
Don't try to use <values.h>
All the information it contains can be gleaned more readily from C89 <limits.h> and <float.h>.
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.com b/configure.com
index a44f401300..75ffbd0653 100644
--- a/configure.com
+++ b/configure.com
@@ -6621,7 +6621,6 @@ $ WC "i_time='define'"
$ WC "i_unistd='" + i_unistd + "'"
$ WC "i_ustat='undef'"
$ WC "i_utime='" + i_utime + "'"
-$ WC "i_values='undef'"
$ WC "i_vfork='undef'"
$ WC "i_wchar='undef'"
$ WC "i_xlocale='undef'"