mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 18:09:02 -05:00
Merge branch 'upstream-kwsys' into update-kwsys
This commit is contained in:
@@ -88,6 +88,15 @@ typedef int siginfo_t;
|
|||||||
# include <ifaddrs.h>
|
# include <ifaddrs.h>
|
||||||
# define KWSYS_SYSTEMINFORMATION_IMPLEMENT_FQDN
|
# define KWSYS_SYSTEMINFORMATION_IMPLEMENT_FQDN
|
||||||
# endif
|
# 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
|
#endif
|
||||||
|
|
||||||
#if defined(__OpenBSD__) || defined(__NetBSD__)
|
#if defined(__OpenBSD__) || defined(__NetBSD__)
|
||||||
|
|||||||
Reference in New Issue
Block a user