AC_CHECK_DECLS always defines HAVE_DECL_*.
This commit is contained in:
@@ -12,7 +12,7 @@ static bool initted = false;
|
|||||||
static int signals[] = {
|
static int signals[] = {
|
||||||
SIGALRM, SIGBUS, SIGFPE, SIGHUP, SIGILL, SIGINT, SIGIOT, SIGPIPE,
|
SIGALRM, SIGBUS, SIGFPE, SIGHUP, SIGILL, SIGINT, SIGIOT, SIGPIPE,
|
||||||
SIGQUIT, SIGSEGV, SIGTRAP, SIGTERM, SIGVTALRM, SIGXCPU, SIGXFSZ,
|
SIGQUIT, SIGSEGV, SIGTRAP, SIGTERM, SIGVTALRM, SIGXCPU, SIGXFSZ,
|
||||||
#if defined(HAVE_DECL_SIGPWR)
|
#if defined(HAVE_DECL_SIGPWR) && HAVE_DECL_SIGPWR
|
||||||
SIGPWR,
|
SIGPWR,
|
||||||
#endif
|
#endif
|
||||||
-1
|
-1
|
||||||
|
|||||||
Reference in New Issue
Block a user