2012-12-07 10:51:21 -06:00
|
|
|
/*
|
|
|
|
|
|
|
|
Settings about which X11 desktops have support enabled.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef CONFIG_VCLPLUG_H
|
|
|
|
#define CONFIG_VCLPLUG_H
|
|
|
|
|
2013-03-19 10:44:12 -05:00
|
|
|
#define ENABLE_GTK 0
|
|
|
|
#define ENABLE_KDE 0
|
|
|
|
#define ENABLE_KDE4 0
|
|
|
|
#define ENABLE_TDE 0
|
2013-05-11 11:35:04 -05:00
|
|
|
#define ENABLE_GNOME_VFS 0
|
|
|
|
#define ENABLE_GIO 0
|
2012-12-07 10:51:21 -06:00
|
|
|
|
|
|
|
#endif
|