A modified version of
[p5sagit/p5-mst-13.2.git] / uconfig.h
index 4ec7cbc..b888415 100644 (file)
--- a/uconfig.h
+++ b/uconfig.h
  *     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, excluding 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.
  */
 /*#define HAS_SIGPROCMASK              / **/
 
-/* I_FEATURES:
- *     This symbol, if defined, indicates that <features.h> exists and
- *     should be included.
- */
-/*#define      I_FEATURES              / **/
-
 #endif