diff options
Diffstat (limited to 'core/combo/include/arch/darwin-x86/AndroidConfig.h')
-rw-r--r-- | core/combo/include/arch/darwin-x86/AndroidConfig.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h index 9da01c5..012f014 100644 --- a/core/combo/include/arch/darwin-x86/AndroidConfig.h +++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h @@ -171,13 +171,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 */ |