diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-11-05 08:34:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-11-05 08:34:39 +0000 |
commit | a3ba788f0191e8b9b81ce65b28b93f4b5b27686e (patch) | |
tree | 60ea59d72798ee8cd7b8ad9247b8d0fa6905a44b /vms | |
parent | 0182fb80112dc1109c74c011db7c7ef7267a733e (diff) | |
download | perl-a3ba788f0191e8b9b81ce65b28b93f4b5b27686e.tar.gz |
VM/ESA and VMS sig_num_init (change#2101) catchup.
p4raw-link: @2101 on //depot/cfgperl: 824a2ba35a8a435c7dda7b79d43bec16c40e4bd9
p4raw-id: //depot/cfgperl@2203
Diffstat (limited to 'vms')
-rw-r--r-- | vms/subconfigure.com | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/vms/subconfigure.com b/vms/subconfigure.com index fad6dfc62c..533aa931fc 100644 --- a/vms/subconfigure.com +++ b/vms/subconfigure.com @@ -1916,8 +1916,9 @@ $ psnwc1="""ZERO"",""HUP"",""INT"",""QUIT"",""ILL"",""TRAP"",""IOT"",""EMT"",""F $ psnwc2="""PIPE"",""ALRM"",""TERM"",""ABRT"",""USR1"",""USR2"",""SPARE18"",""SPARE19"",""CHLD"",""CONT"",""STOP"",""TSTP""," $ psnwc3="""TTIN"",""TTOU"",""DEBUG"",""SPARE27"",""SPARE28"",""SPARE29"",""SPARE30"",""SPARE31"",""SPARE32"",""RTMIN"",""RTMAX"",0" $perl_sig_name_with_commas = psnwc1 + psnwc2 + psnwc3 -$ perl_sig_num="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,6,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,64,0" -$ perl_sig_num_with_commas=perl_sig_num +$ perl_sig_num="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 64"","0" +$ perl_sig_num_init="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,6,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,64,0" +$ perl_sig_num_with_commas=perl_sig_num_init $ perl_uidtype="uid_t" $ perl_d_pathconf="define" $ perl_d_fpathconf="define" @@ -1936,8 +1937,9 @@ $ perl_sig_name="ZERO HUP INT QUIT ILL TRAP IOT EMT FPE KILL BUS SEGV SYS PIPE A $ psnwc1="""ZERO"",""HUP"",""INT"",""QUIT"",""ILL"",""TRAP"",""IOT"",""EMT"",""FPE"",""KILL"",""BUS"",""SEGV"",""SYS""," $ psnwc2="""PIPE"",""ALRM"",""TERM"",""ABRT"",""USR1"",""USR2"",0" $ perl_sig_name_with_commas = psnwc1 + psnwc2 -$ perl_sig_num="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,6,16,17,0" -$ perl_sig_num_with_commas=perl_sig_num +$ perl_sig_num="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6 16 17"",0" +$ perl_sig_num_init="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,6,16,17,0" +$ perl_sig_num_with_commas=perl_sig_num_init $ perl_uidtype="unsigned int" $ perl_d_pathconf="undef" $ perl_d_fpathconf="undef" |