2667. [func] Add support for logging stack backtrace on assertion

failure (not available for all platforms). [RT #19780]
9.7.0
This commit is contained in:
Tatuya JINMEI 神明達哉
2009-09-01 18:40:25 +00:00
parent 11254f9c5a
commit a27fe4c990
22 changed files with 946 additions and 69 deletions

View File

@@ -16,7 +16,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.h.in,v 1.119 2009/09/01 17:54:16 jinmei Exp $ */
/* $Id: config.h.in,v 1.120 2009/09/01 18:40:25 jinmei Exp $ */
/*! \file */
@@ -334,6 +334,9 @@ int sigwait(const unsigned int *set, int *sig);
non-blocking. */
#undef USE_FIONBIO_IOCTL
/** define if the system have backtrace function. */
#undef HAVE_LIBCTRACE
/* define if idnkit support is to be included. */
#undef WITH_IDN