SVG export: don't loose tab portions
[LibreOffice.git] / config_host / config_clang.h.in
blob678c53128c4d535b1751ba36e22872c088f5f208
1 /*
3 Settings related to Clang compiler plugins.
5 */
7 #ifndef CONFIG_CLANG_H
8 #define CONFIG_CLANG_H
10 #undef BUILDDIR
11 #undef SDKDIR
12 #undef SRCDIR
13 #undef WORKDIR
15 #undef CLANG_VERSION
17 /* This is actually unused, but it should change whenever Clang changes,
18 thus causing update of this .h file and triggering rebuild of our Clang plugin. */
19 #undef CLANG_FULL_VERSION
21 #endif