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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user