This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add defaults for st_ino size/sign probes to uconfig64.sh
authorNicholas Clark <nick@ccl4.org>
Tue, 9 Aug 2011 07:25:07 +0000 (09:25 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 9 Aug 2011 07:25:07 +0000 (09:25 +0200)
These were not added in 668fdbe135fd76c7 because Porting/checkcfgvar.pl was
not aware that uconfig64.sh needed testing.

uconfig64.sh

index a98abb6..3878431 100644 (file)
@@ -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)'