summaryrefslogtreecommitdiff
path: root/src/include/skalibs/nsig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/skalibs/nsig.h')
-rw-r--r--src/include/skalibs/nsig.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/skalibs/nsig.h b/src/include/skalibs/nsig.h
new file mode 100644
index 0000000..f6bd240
--- /dev/null
+++ b/src/include/skalibs/nsig.h
@@ -0,0 +1,13 @@
+/* ISC license. */
+
+#ifndef NSIG_H
+
+#include <signal.h>
+
+#define SKALIBS_NSIG 64
+
+#ifndef NSIG
+# define NSIG SKALIBS_NSIG
+#endif
+
+#endif