From c01e74459c0ad5552f8b5fc384bc540d82c32c60 Mon Sep 17 00:00:00 2001 From: KWSys Robot Date: Tue, 15 Oct 2013 08:43:32 -0400 Subject: KWSys 2013-10-15 (6eab64c3) Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ 6eab64c3 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 96b2f6f4..6eab64c3 Raphael Kubo da Costa (1): 6eab64c3 SystemInformation: Include backtrace-related headers on FreeBSD Change-Id: Ib0447aab3d6555ce278f0c1417af2c53e6f181a5 --- SystemInformation.cxx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/SystemInformation.cxx b/SystemInformation.cxx index 7c31f3a..2672730 100644 --- a/SystemInformation.cxx +++ b/SystemInformation.cxx @@ -88,6 +88,15 @@ typedef int siginfo_t; # include # define KWSYS_SYSTEMINFORMATION_IMPLEMENT_FQDN # endif +# if defined(KWSYS_SYSTEMINFORMATION_HAS_BACKTRACE) +# include +# if defined(KWSYS_SYSTEMINFORMATION_HAS_CPP_DEMANGLE) +# include +# endif +# if defined(KWSYS_SYSTEMINFORMATION_HAS_SYMBOL_LOOKUP) +# include +# endif +# endif #endif #if defined(__OpenBSD__) || defined(__NetBSD__) -- cgit v0.12