From 654dee487555a3cf21bcbca38ef5a2687fd18ea7 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 22 Jun 2010 21:01:04 +0000 Subject: Look for and use a different darwin crash reporter library. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106576 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Config/config.h.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/llvm/Config') diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 99d2ab5..74d361f 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -63,6 +63,9 @@ /* Define to 1 if you have the `closedir' function. */ #undef HAVE_CLOSEDIR +/* Define to 1 if you have the header file. */ +#undef HAVE_CRASHREPORTERCLIENT_H + /* Define to 1 if you have the header file. */ #undef HAVE_CTYPE_H @@ -175,6 +178,10 @@ /* Set to 1 if the isnan function is found in */ #undef HAVE_ISNAN_IN_MATH_H +/* Define to 1 if you have the `CrashReporterClient' library + (-lCrashReporterClient). */ +#undef HAVE_LIBCRASHREPORTERCLIENT + /* Define if you have the libdl library or equivalent. */ #undef HAVE_LIBDL -- cgit v1.1