Use HAVE_VERSION_INFO so that multiple archs can take advantage of a build number and date

This commit is contained in:
Steve Checkoway
2003-08-02 12:51:25 +00:00
parent ea6352e60b
commit 1e5b735bcd
5 changed files with 17 additions and 4 deletions
@@ -383,9 +383,11 @@ static void do_backtrace(void **buf, size_t size)
void CrashSignalHandler( int signal )
{
#if !defined(BACKTRACE_METHOD_POWERPC_DARWIN)
/* Don't dump a debug file if the user just hit ^C. */
if( signal == SIGINT || signal == SIGTERM )
return;
#endif
static bool received = false;