diff options
author | James Peach <jpeach@samba.org> | 2006-04-12 00:07:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:16:00 -0500 |
commit | 7a5ff0885d08f9e32dc9939e5fd676a987b881d9 (patch) | |
tree | de8abf7e0c7a49284d2730dd0c6cae614a8016a7 /source3/include | |
parent | a407405438beb1f71e186d7e5b2145b303ccfdaf (diff) | |
download | samba-7a5ff0885d08f9e32dc9939e5fd676a987b881d9.tar.gz samba-7a5ff0885d08f9e32dc9939e5fd676a987b881d9.tar.bz2 samba-7a5ff0885d08f9e32dc9939e5fd676a987b881d9.zip |
r15047: Add support for using libunwind to generate a backtrace. This is
primarily intended for ia64 systems where libunwind knows more about
the different ways of walking the stack that just about anything else.
(This used to be commit 256a19d722f360dac3c8e83f5bfac453fa70db96)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index c83b707887..b96bd19fd8 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -358,10 +358,6 @@ #include <poll.h> #endif -#ifdef HAVE_EXECINFO_H -#include <execinfo.h> -#endif - #if defined(HAVE_RPC_RPC_H) /* * Check for AUTH_ERROR define conflict with rpc/rpc.h in prot.h. |