diff options
Diffstat (limited to 'config/config_clang.h.in')
-rw-r--r-- | config/config_clang.h.in | 12 |
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 |