8bfc664c61
Change-Id: I6cd70d885a3fe3ab53f7523d1a5da6ae30ee01e3
15 lines
209 B
C
15 lines
209 B
C
/*
|
|
|
|
Settings about which X11 desktops have support enabled.
|
|
|
|
*/
|
|
|
|
#ifndef CONFIG_VCLPLUG_H
|
|
#define CONFIG_VCLPLUG_H
|
|
|
|
#define ENABLE_GTK 0
|
|
#define ENABLE_KDE 0
|
|
#define ENABLE_KDE4 0
|
|
#define ENABLE_TDE 0
|
|
|
|
#endif
|