summaryrefslogtreecommitdiff
path: root/src/include/skalibs/nsig.h
blob: f6bd240b686ca5e55c3c067c7eeb314372c3ed40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* ISC license. */

#ifndef NSIG_H

#include <signal.h>

#define SKALIBS_NSIG 64

#ifndef NSIG
# define NSIG SKALIBS_NSIG
#endif

#endif