update emoji autocorrect entries from po-files
[LibreOffice.git] / config_host / config_clang.h.in
blobb14952ccff69228373b0dea5f75b472426e1cd79
1 /*
3 Settings related to Clang compiler plugins.
5 */
7 #ifndef CONFIG_CLANG_H
8 #define CONFIG_CLANG_H
10 #undef BUILDDIR
11 #undef SRCDIR
12 #undef WORKDIR
14 /* This is actually unused, but it should change whenever Clang changes,
15 thus causing update of this .h file and triggerring rebuild of our Clang plugin. */
16 #undef CLANG_FULL_VERSION
18 #endif