enable HAVE_DLADDR, since... we have it

Change-Id: I02baa1f7d3383e93a43fa04de1d39f7398e971bc
This commit is contained in:
Mathias Agopian 2011-09-27 21:48:28 -07:00
parent a5bfd4e383
commit 918638c775
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@
* with a memory address. If not defined, stack crawls will not have symbolic
* information.
*/
#define HAVE_DLADDR 0
#define HAVE_DLADDR 1
/*
* Defined if we have the cxxabi.h header for demangling C++ symbols. If