summaryrefslogtreecommitdiff
path: root/Porting/Glossary
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 /Porting/Glossary
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 'Porting/Glossary')
-rw-r--r--Porting/Glossary5
1 files changed, 0 insertions, 5 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index b6a525d8c1..5aaa2bbc0a 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -3744,11 +3744,6 @@ i_utime (i_utime.U):
This variable conditionally defines the I_UTIME symbol, and indicates
whether a C program should include <utime.h>.
-i_values (i_values.U):
- This variable conditionally defines the I_VALUES symbol, and indicates
- whether a C program may include <values.h> to get symbols like MAXLONG
- and friends.
-
i_vfork (i_vfork.U):
This variable conditionally defines the I_VFORK symbol, and indicates
whether a C program should include vfork.h.