summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLubos Lunak <l.lunak@suse.cz>2012-12-23 22:38:34 +0100
committerLubos Lunak <l.lunak@suse.cz>2012-12-26 13:56:45 +0100
commite1b11cc461423f4b8f2709bd83cc7c7014c3de1c (patch)
tree2641b58aae7266063106f1651a675047f1f329bb /config
parent8c0cb89a4f00704223101c8a380da1ceb33d706a (diff)
config_clang.h
Diffstat (limited to 'config')
-rw-r--r--config/config_clang.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/config_clang.h.in b/config/config_clang.h.in
new file mode 100644
index 000000000000..60ff5bf5914d
--- /dev/null
+++ b/config/config_clang.h.in
@@ -0,0 +1,12 @@
+/*
+
+Settings related to Clang compiler plugins.
+
+*/
+
+#ifndef CONFIG_CLANG_H
+#define CONFIG_CLANG_H
+
+#undef SRCDIR
+
+#endif