summaryrefslogtreecommitdiffstats
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.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/include/clang/Config/config.h.in b/include/clang/Config/config.h.in
new file mode 100644
index 0000000..86d5b09
--- /dev/null
+++ b/include/clang/Config/config.h.in
@@ -0,0 +1,21 @@
+/* include/clang/Config/config.h.in. */
+
+#ifndef CONFIG_H
+#define CONFIG_H
+
+/* Bug report URL. */
+#undef BUG_REPORT_URL
+
+/* Relative directory for resource files */
+#undef CLANG_RESOURCE_DIR
+
+/* Directory where gcc is installed. */
+#undef GCC_INSTALL_PREFIX
+
+/* Directories clang will search for headers */
+#undef C_INCLUDE_DIRS
+
+/* Linker version detected at compile time. */
+#undef HOST_LINK_VERSION
+
+#endif
OpenPOWER on IntegriCloud