summaryrefslogtreecommitdiff
path: root/uconfig.h
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.h
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.h')
-rw-r--r--uconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/uconfig.h b/uconfig.h
index 93b7d35696..d48bb6e5cb 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -2933,8 +2933,13 @@
* The last element is 0, corresponding to the 0 at the end of
* the sig_name list.
*/
+/* SIG_SIZE:
+ * This variable contains the number of elements of the sig_name
+ * and sig_num arrays, including the final NULL entry.
+ */
#define SIG_NAME 0 /**/
#define SIG_NUM 0 /**/
+#define SIG_SIZE 1 /**/
/* SITEARCH:
* This symbol contains the name of the private library for this package.