blob: 46c6bd1aea77839ece9ff42ba90edc7b44bf940b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
Settings about which X11 desktops have support enabled.
*/
#ifndef CONFIG_VCLPLUG_H
#define CONFIG_VCLPLUG_H
#undef ENABLE_GTK
#undef ENABLE_KDE
#undef ENABLE_KDE4
#undef ENABLE_TDE
#endif
|