summaryrefslogtreecommitdiff
path: root/plan9/config.plan9
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 /plan9/config.plan9
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 'plan9/config.plan9')
-rw-r--r--plan9/config.plan98
1 files changed, 0 insertions, 8 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9
index 0d42aae460..3ad7cc76f2 100644
--- a/plan9/config.plan9
+++ b/plan9/config.plan9
@@ -804,14 +804,6 @@
*/
#define 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.
- */
-/*#define I_VALUES / **/
-
/* I_VFORK:
* This symbol, if defined, indicates to the C program that it should
* include vfork.h.