AC_CHECK_DECLS always defines HAVE_DECL_*.

This commit is contained in:
Steve Checkoway
2003-05-06 04:07:17 +00:00
parent 0f6668010a
commit de617df8ac
@@ -12,7 +12,7 @@ static bool initted = false;
static int signals[] = {
SIGALRM, SIGBUS, SIGFPE, SIGHUP, SIGILL, SIGINT, SIGIOT, SIGPIPE,
SIGQUIT, SIGSEGV, SIGTRAP, SIGTERM, SIGVTALRM, SIGXCPU, SIGXFSZ,
#if defined(HAVE_DECL_SIGPWR)
#if defined(HAVE_DECL_SIGPWR) && HAVE_DECL_SIGPWR
SIGPWR,
#endif
-1