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 /vos | |
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 'vos')
-rw-r--r-- | vos/config.alpha.def | 1 | ||||
-rw-r--r-- | vos/config.alpha.h | 6 | ||||
-rw-r--r-- | vos/config.ga.def | 1 | ||||
-rw-r--r-- | vos/config.ga.h | 6 |
4 files changed, 0 insertions, 14 deletions
diff --git a/vos/config.alpha.def b/vos/config.alpha.def index af35fbd693..1ec2d9167c 100644 --- a/vos/config.alpha.def +++ b/vos/config.alpha.def @@ -319,7 +319,6 @@ $i_dbm='undef' $i_dirent='define' $i_dlfcn='undef' $i_fcntl='define' -$i_features='undef' $i_float='define' $i_grp='define' $i_iconv='undef' diff --git a/vos/config.alpha.h b/vos/config.alpha.h index 128aaa6435..7b21420a6d 100644 --- a/vos/config.alpha.h +++ b/vos/config.alpha.h @@ -747,12 +747,6 @@ */ #define I_FCNTL /**/ -/* I_FEATURES: - * This symbol, if defined, indicates that <features.h> exists and should - * be included. - */ -/*#define I_FEATURES /**/ - /* I_FLOAT: * This symbol, if defined, indicates to the C program that it should * include <float.h> to get definition of symbols like DBL_MAX or diff --git a/vos/config.ga.def b/vos/config.ga.def index 72054ec53f..ab57e08832 100644 --- a/vos/config.ga.def +++ b/vos/config.ga.def @@ -319,7 +319,6 @@ $i_dbm='undef' $i_dirent='define' $i_dlfcn='undef' $i_fcntl='define' -$i_features='undef' $i_float='define' $i_grp='define' $i_iconv='undef' diff --git a/vos/config.ga.h b/vos/config.ga.h index c2553e5c98..2a89a1e3bc 100644 --- a/vos/config.ga.h +++ b/vos/config.ga.h @@ -759,12 +759,6 @@ */ #define I_FCNTL /**/ -/* I_FEATURES: - * This symbol, if defined, indicates that <features.h> exists and should - * be included. - */ -/*#define I_FEATURES /**/ - /* I_FLOAT: * This symbol, if defined, indicates to the C program that it should * include <float.h> to get definition of symbols like DBL_MAX or |