repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git]
/
config_host
/
config_clang.h.in
blob
056d3e80832a7c3158dc9b0ad3e472e128a41853
1
/*
2
3
Settings related to Clang compiler plugins.
4
5
*/
6
7
#ifndef CONFIG_CLANG_H
8
#define CONFIG_CLANG_H
9
10
#undef BUILDDIR
11
#undef OUTDIR
12
#undef SRCDIR
13
#undef WORKDIR
14
15
/* This is actually unused, but it should change whenever Clang changes,
16
thus causing update of this .h file and triggerring rebuild of our Clang plugin. */
17
#undef CLANG_FULL_VERSION
18
19
#endif