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
update emoji autocorrect entries from po-files
[LibreOffice.git]
/
config_host
/
config_vclplug.h.in
blob
4daf38375766c76681e1bdd8ae456b92312cff0c
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_KDE 0
12
#define ENABLE_KDE4 0
13
#define ENABLE_TDE 0
14
#define ENABLE_GNOME_VFS 0
15
#define ENABLE_GIO 0
16
17
#endif