summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-06-22 21:01:04 +0000
committerEric Christopher <echristo@apple.com>2010-06-22 21:01:04 +0000
commit654dee487555a3cf21bcbca38ef5a2687fd18ea7 (patch)
treeeca3923eedcb512a7e58d801803b21c5bef4ff58 /include/llvm/Config/config.h.in
parentcda351e1b34cce22ecc96c2cbe3c1b40adcc4008 (diff)
downloadllvm-654dee487555a3cf21bcbca38ef5a2687fd18ea7.tar.gz
llvm-654dee487555a3cf21bcbca38ef5a2687fd18ea7.tar.bz2
llvm-654dee487555a3cf21bcbca38ef5a2687fd18ea7.tar.xz
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
Diffstat (limited to 'include/llvm/Config/config.h.in')
-rw-r--r--include/llvm/Config/config.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 99d2ab5c15..74d361f8da 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 <CrashReporterClient.h> header file. */
+#undef HAVE_CRASHREPORTERCLIENT_H
+
/* Define to 1 if you have the <ctype.h> header file. */
#undef HAVE_CTYPE_H
@@ -175,6 +178,10 @@
/* Set to 1 if the isnan function is found in <math.h> */
#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