This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
detect struct stat.st_dev's size and signedness, and return it safely
[perl5.git] / Porting / config.sh
index 16be950..26fdf0d 100644 (file)
@@ -1107,6 +1107,8 @@ srand48_r_proto='REENTRANT_PROTO_I_LS'
 srandom_r_proto='REENTRANT_PROTO_I_TS'
 src='.'
 ssizetype='ssize_t'
+st_dev_sign='1'
+st_dev_size='4'
 st_ino_sign='1'
 st_ino_size='8'
 startperl='#!/opt/perl/bin/perl5.35.4'