[conf] Add config variable to disable crash related overrides.
[oota-llvm.git] / include / llvm / Config / config.h.in
index 6dc8c6e0e41b2bfec4fceb057ef1ede6c14dcdf6..860bccb8331383eacd252eea67dd7ab07b013626 100644 (file)
@@ -21,6 +21,9 @@
 /* Define if you want backtraces on crash */
 #undef ENABLE_BACKTRACES
 
+/* Define to enable crash handling overrides */
+#undef ENABLE_CRASH_OVERRIDES
+
 /* Define if position independent code is enabled */
 #undef ENABLE_PIC