summaryrefslogtreecommitdiffstats
path: root/config_host/config_vclplug.h.in
blob: 9088a85185efe497cdd1b8eddcf122fb9e60c1da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*

Settings about which X11 desktops have support enabled.

*/

#ifndef CONFIG_VCLPLUG_H
#define CONFIG_VCLPLUG_H

#undef ENABLE_GTK
#ifndef ENABLE_GTK
#define ENABLE_GTK 0
#endif

#undef ENABLE_KDE
#ifndef ENABLE_KDE
#define ENABLE_KDE 0
#endif

#undef ENABLE_KDE4
#ifndef ENABLE_KDE4
#define ENABLE_KDE4 0
#endif

#undef ENABLE_TDE
#ifndef ENABLE_TDE
#define ENABLE_TDE 0
#endif

#endif