diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-14 04:55:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-14 04:55:34 +0000 |
commit | 2925b8575ac001da80ed3e3e684ae7dd06386ad0 (patch) | |
tree | 3de95674ac2df6eb32eabcb77baeddc6c794e53c /uconfig.sh | |
parent | 65c9b1529966ccbe4a858e1e5a21b0961bc58d71 (diff) | |
download | perl-2925b8575ac001da80ed3e3e684ae7dd06386ad0.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 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index e97222a6d4..048668571a 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -362,6 +362,7 @@ i_dirent='undef' i_dld='undef' i_dlfcn='undef' i_fcntl='undef' +i_features='undef' i_float='undef' i_gdbm='undef' i_grp='undef' |