diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-08-09 09:25:07 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-08-09 09:25:07 +0200 |
commit | cc3a8cf3b019ea5e5464be8d848b855817aa6c9a (patch) | |
tree | e9cc38f922092445beaa45f6086b400342343753 /uconfig64.sh | |
parent | fc09a9a0cfd399ade7b09bd087384df6b3d742dc (diff) | |
download | perl-cc3a8cf3b019ea5e5464be8d848b855817aa6c9a.tar.gz |
Add defaults for st_ino size/sign probes to uconfig64.sh
These were not added in 668fdbe135fd76c7 because Porting/checkcfgvar.pl was
not aware that uconfig64.sh needed testing.
Diffstat (limited to 'uconfig64.sh')
-rw-r--r-- | uconfig64.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uconfig64.sh b/uconfig64.sh index a98abb6484..38784313b0 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -738,6 +738,8 @@ srand48_r_proto='0' srandom_r_proto='0' src='.' ssizetype=long +st_ino_sign='1' +st_ino_size='8' startperl='#!perl' stdchar=char stdio_base='((fp)->_IO_read_base)' |