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
Version 6.1.0.2, tag libreoffice-6.1.0.2
[LibreOffice.git]
/
config_host
/
config_vclplug.h.in
blob
be9c136245ee46de91569b356e1c78d2aab101a0
1
/*
2
3
Settings about which X11 desktops have support enabled.
4
5
*/
6
7
#ifndef CONFIG_VCLPLUG_H
8
#define CONFIG_VCLPLUG_H
9
10
#define ENABLE_GTK 0
11
#define ENABLE_KDE4 0
12
#define ENABLE_KDE5 0
13
#define ENABLE_GTK3_KDE5 0
14
15
#endif