From fb2d1502bb0893f2aaccb49fb39521974078d96a Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 4 Jun 2003 09:40:54 +0000 Subject: Paul Jakma: lib/debug.{c,h}: glibc backtrace printing function (from the glibc info page) configure.ac: check for glibc backtrace and set define lib/zebra.h: glibc backtrace support --- lib/zebra.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/zebra.h') diff --git a/lib/zebra.h b/lib/zebra.h index 7b1e8011..62566cf8 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -172,6 +172,10 @@ typedef int socklen_t; #include #endif /* HAVE_LIBUTIL_H */ +#ifdef HAVE_GLIBC_BACKTRACE +#include +#endif /* HAVE_GLIBC_BACKTRACE */ + #ifdef BSDI_NRL #ifdef HAVE_NETINET6_IN6_H -- cgit v1.2.1