summaryrefslogtreecommitdiff
path: root/config_h.SH
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 /config_h.SH
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 'config_h.SH')
-rwxr-xr-xconfig_h.SH8
1 files changed, 0 insertions, 8 deletions
diff --git a/config_h.SH b/config_h.SH
index ca35bad96a..b1b9c8c6c9 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -793,14 +793,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$i_utime I_UTIME /**/
-/* I_VALUES:
- * This symbol, if defined, indicates to the C program that it should
- * include <values.h> to get definition of symbols like MINFLOAT or
- * MAXLONG, i.e. machine dependant limitations. Probably, you
- * should use <limits.h> instead, if it is available.
- */
-#$i_values I_VALUES /**/
-
/* I_VFORK:
* This symbol, if defined, indicates to the C program that it should
* include vfork.h.