summaryrefslogtreecommitdiff
path: root/uconfig.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-17 03:24:48 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-17 03:24:48 +0000
commit76d3c696f3f9d8be0bea9b002ddfc255153cfadd (patch)
treedfee2903009a08674d10fa46c301ae8d7486f839 /uconfig.sh
parenteabb5a47cfff827abe7f644eb4ce7727ae1159a4 (diff)
downloadperl-76d3c696f3f9d8be0bea9b002ddfc255153cfadd.tar.gz
Define SIG_SIZE, the number of elements in the sig_name and
sig_num arrays, including the final NULL entry. p4raw-id: //depot/perl@8459
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-xuconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/uconfig.sh b/uconfig.sh
index e97222a6d4..bfcf4e0279 100755
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -505,9 +505,9 @@ selectminbits='32'
selecttype=int
shmattype='void *'
shortsize=1
-sig_count='64'
sig_name_init='0'
sig_num_init='0'
+sig_size='1'
signal_t=int
sizesize=1
sizetype=int