Remove HAVE_DLADDR from AndroidConfig.h.

Change-Id: I014ce98c61b12169e381b769af34b682df46087e
This commit is contained in:
Elliott Hughes
2013-01-25 15:57:40 -08:00
parent 7a184cb70f
commit 2988a09f90
8 changed files with 0 additions and 56 deletions

View File

@@ -190,13 +190,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