summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-14 04:55:34 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-14 04:55:34 +0000
commit78d8f6e05211de1a60b4bb9b795b8ff72f179ebe (patch)
tree3de95674ac2df6eb32eabcb77baeddc6c794e53c /Porting/Glossary
parented7a760fef4dab277d3d0e5f853210f001d70171 (diff)
downloadperl-78d8f6e05211de1a60b4bb9b795b8ff72f179ebe.tar.gz
(Reverted by #8440)
Add <features.h> probing, seems to be needed for (some?) Linux largefileness. p4raw-id: //depot/perl@8437
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary4
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 5800202e69..4c6f81f14d 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -2013,6 +2013,10 @@ i_fcntl (i_fcntl.U):
This variable controls the value of I_FCNTL (which tells
the C program to include <fcntl.h>).
+i_features (i_features.U):
+ This variable conditionally defines the I_FEATURES symbol,
+ and indicates whether a C program should include <features.h>.
+
i_float (i_float.U):
This variable conditionally defines the I_FLOAT symbol, and indicates
whether a C program may include <float.h> to get symbols like DBL_MAX