diff options
Diffstat (limited to 'core/combo/include/arch/linux-mips/AndroidConfig.h')
-rw-r--r-- | core/combo/include/arch/linux-mips/AndroidConfig.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h index 2d51dc7..e24f3ea 100644 --- a/core/combo/include/arch/linux-mips/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips/AndroidConfig.h @@ -191,13 +191,6 @@ #define HAVE_BACKTRACE 0 /* - * Defined if we have the dladdr() call for retrieving the symbol associated - * with a memory address. If not defined, stack crawls will not have symbolic - * information. - */ -#define HAVE_DLADDR 1 - -/* * Defined if we have the cxxabi.h header for demangling C++ symbols. If * not defined, stack crawls will be displayed with raw mangled symbols */ |