right, and therefore failed test#35 on windows
note that config_h.SH documents that $sig_size does NOT include
the final NULL in $sig_num!
p4raw-id: //depot/perl@18967
# Signal-related variables
# (this is actually a regression test for Configure.)
-ok((split / /, $Config{sig_num}) == $Config{sig_size}, "sig_size");
+ok((split / /, $Config{sig_num}) == $Config{sig_size}+1, "sig_size");
SKIP : {
if ($^O eq 'hpux') { skip "HP-UX has SIGRTM(IN|AX) == -1" }
like($Config{sig_num}, qr/^[ \d]+\z/, "sig_num has only positive numbers");