fix HAVE_DECL_SIGPWR check

This commit is contained in:
Glenn Maynard
2004-05-06 08:26:09 +00:00
parent a65778ab4d
commit e5de37f23c
@@ -21,7 +21,7 @@ SaveSignals *saved_sigs;
static int signals[] = {
SIGALRM, SIGBUS, SIGFPE, SIGHUP, SIGILL, SIGINT, SIGABRT,
SIGQUIT, SIGSEGV, SIGTRAP, SIGTERM, SIGVTALRM, SIGXCPU, SIGXFSZ,
#if defined(HAVE_DECL_SIGPWR)
#if defined(HAVE_DECL_SIGPWR) && HAVE_DECL_SIGPWR
SIGPWR,
#endif
-1