aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Config/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Config/config.h.in')
-rw-r--r--include/clang/Config/config.h.in14
1 files changed, 12 insertions, 2 deletions
diff --git a/include/clang/Config/config.h.in b/include/clang/Config/config.h.in
index 8ff94178e27e..1530fefaa53d 100644
--- a/include/clang/Config/config.h.in
+++ b/include/clang/Config/config.h.in
@@ -1,6 +1,8 @@
-/* include/clang/Config/config.h.in. */
+/* This generated file is for internal use. Do not include it from headers. */
-#ifndef CONFIG_H
+#ifdef CONFIG_H
+#error config.h can only be included once
+#else
#define CONFIG_H
/* Bug report URL. */
@@ -21,4 +23,12 @@
/* Directory where gcc is installed. */
#undef GCC_INSTALL_PREFIX
+/* Define if we have libxml2 */
+#undef CLANG_HAVE_LIBXML
+
+#undef PACKAGE_STRING
+
+/* The LLVM product name and version */
+#define BACKEND_PACKAGE_STRING PACKAGE_STRING
+
#endif