summaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
authorfche <fche>2005-06-21 17:18:11 +0000
committerfche <fche>2005-06-21 17:18:11 +0000
commitb98a8d739983dec32c79cbd69c4295075df3133d (patch)
tree7ac46512eb1b5058035b951dd4663ca68e7f1c9f /config.in
parentaac3ed25e8dc7355b5f28fae2878f644df14ef7d (diff)
downloadsystemtap-steved-b98a8d739983dec32c79cbd69c4295075df3133d.tar.gz
systemtap-steved-b98a8d739983dec32c79cbd69c4295075df3133d.tar.xz
systemtap-steved-b98a8d739983dec32c79cbd69c4295075df3133d.zip
2005-06-21 Frank Ch. Eigler <fche@redhat.com>
* config.in, configure: Regenerated. * tapsets.cxx: Make dwarf code conditional on new elfutils header.
Diffstat (limited to 'config.in')
-rw-r--r--config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.in b/config.in
index f6042b1e..ea913bbf 100644
--- a/config.in
+++ b/config.in
@@ -3,6 +3,9 @@
/* Configuration/build date */
#undef DATE
+/* Define to 1 if you have the <elfutils/libdwfl.h> header file. */
+#undef HAVE_ELFUTILS_LIBDWFL_H
+
/* Define to 1 if you have the <elfutils/libdw.h> header file. */
#undef HAVE_ELFUTILS_LIBDW_H
@@ -12,6 +15,9 @@
/* Define to 1 if you have the `dw' library (-ldw). */
#undef HAVE_LIBDW
+/* Define to 1 if you have the `dwfl' library (-ldwfl). */
+#undef HAVE_LIBDWFL
+
/* Define to 1 if you have the `elf' library (-lelf). */
#undef HAVE_LIBELF