Merge branch 'upstream-kwsys' into update-kwsys

This commit is contained in:
Brad King 2013-10-15 09:04:01 -04:00
commit 0408415bdd
1 changed files with 9 additions and 0 deletions

View File

@ -88,6 +88,15 @@ typedef int siginfo_t;
# include <ifaddrs.h>
# define KWSYS_SYSTEMINFORMATION_IMPLEMENT_FQDN
# endif
# if defined(KWSYS_SYSTEMINFORMATION_HAS_BACKTRACE)
# include <execinfo.h>
# if defined(KWSYS_SYSTEMINFORMATION_HAS_CPP_DEMANGLE)
# include <cxxabi.h>
# endif
# if defined(KWSYS_SYSTEMINFORMATION_HAS_SYMBOL_LOOKUP)
# include <dlfcn.h>
# endif
# endif
#endif
#if defined(__OpenBSD__) || defined(__NetBSD__)