summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-15 05:13:09 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-15 05:13:09 +0000
commitf00d8b4e3ca382c11d752411d929160882a82942 (patch)
tree74c9b10bae30c82172241160e48ee7cb23956b1c /Porting/Glossary
parent9aa983d27b0af31badfcbbb76567f6e557076b41 (diff)
downloadperl-f00d8b4e3ca382c11d752411d929160882a82942.tar.gz
Revert #8437 and #8438, the Linux large files story is more complex.
p4raw-id: //depot/perl@8440
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary4
1 files changed, 0 insertions, 4 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 4c6f81f14d..5800202e69 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -2013,10 +2013,6 @@ 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