Revert "Revert "Windows: Add support for unicode command lines""
[oota-llvm.git] / include / llvm / Config / config.h.in
index 6dc8c6e0e41b2bfec4fceb057ef1ede6c14dcdf6..0d43ae50a14e6ae4deee28501f772fd02fc0f39b 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
 
 /* Define to 1 if you have the `pthread' library (-lpthread). */
 #undef HAVE_LIBPTHREAD
 
+/* Define to 1 if you have the `shell32' library (-lshell32). */
+#undef HAVE_LIBSHELL32
+
 /* Define to 1 if you have the `udis86' library (-ludis86). */
 #undef HAVE_LIBUDIS86