diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-15 05:13:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-15 05:13:09 +0000 |
commit | f00d8b4e3ca382c11d752411d929160882a82942 (patch) | |
tree | 74c9b10bae30c82172241160e48ee7cb23956b1c /Porting | |
parent | 9aa983d27b0af31badfcbbb76567f6e557076b41 (diff) | |
download | perl-f00d8b4e3ca382c11d752411d929160882a82942.tar.gz |
Revert #8437 and #8438, the Linux large files story is more complex.
p4raw-id: //depot/perl@8440
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Glossary | 4 | ||||
-rw-r--r-- | Porting/config.sh | 5 | ||||
-rw-r--r-- | Porting/config_H | 8 |
3 files changed, 3 insertions, 14 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 diff --git a/Porting/config.sh b/Porting/config.sh index 64b6d485ca..1f362530ee 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : . -# Configuration time: Sun Jan 14 06:47:38 EET 2001 +# Configuration time: Fri Jan 12 22:32:53 EET 2001 # Configured by : jhi # Target system : osf1 alpha.hut.fi v4.0 878 alpha @@ -62,7 +62,7 @@ ccsymbols='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_ ccversion='V5.6-082' cf_by='jhi' cf_email='yourname@yourhost.yourplace.com' -cf_time='Sun Jan 14 06:47:38 EET 2001' +cf_time='Fri Jan 12 22:32:53 EET 2001' charsize='1' chgrp='' chmod='' @@ -455,7 +455,6 @@ i_dirent='define' i_dld='undef' i_dlfcn='define' i_fcntl='undef' -i_features='undef' i_float='define' i_gdbm='undef' i_grp='define' diff --git a/Porting/config_H b/Porting/config_H index ea4f3648cb..9f615857c9 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Sun Jan 14 06:47:38 EET 2001 + * Configuration time: Fri Jan 12 22:32:53 EET 2001 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -3249,10 +3249,4 @@ */ #define HAS_SIGPROCMASK /**/ -/* I_FEATURES: - * This symbol, if defined, indicates that <features.h> exists and - * should be included. - */ -/*#define I_FEATURES / **/ - #endif |