From 35a04c8ed90f82fd0b6ec28c1f9413c7273361c6 Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 2 Jul 2007 19:40:50 +0000 Subject: 2007-07-02 Frank Ch. Eigler * staplog.c: New file from Satoru MORIYA , prototype crash(8) extension module. * configure.ac: Look for crash/defs.h. * Makefile.am: Build/install staplog.so shared library if found. * configure, Makefile, config.in, runtime/lket/b2a/Makefile.in: Regenerated. --- config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.in') diff --git a/config.in b/config.in index 326ecb27..f9b13645 100644 --- a/config.in +++ b/config.in @@ -6,6 +6,9 @@ /* make -P prologue-searching default */ #undef ENABLE_PROLOGUES +/* Define to 1 if you have the header file. */ +#undef HAVE_CRASH_DEFS_H + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H @@ -18,6 +21,9 @@ /* Define to 1 if you have the `pfm' library (-lpfm). */ #undef HAVE_LIBPFM +/* Define to 1 if you have the `sqlite3' library (-lsqlite3). */ +#undef HAVE_LIBSQLITE3 + /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H -- cgit