ad627912b5
Change-Id: I25ca238931da039c244c2af6171d69c9875f95ff Reviewed-on: https://gerrit.libreoffice.org/22501 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
14 lines
188 B
C
14 lines
188 B
C
/*
|
|
|
|
Settings about which X11 desktops have support enabled.
|
|
|
|
*/
|
|
|
|
#ifndef CONFIG_VCLPLUG_H
|
|
#define CONFIG_VCLPLUG_H
|
|
|
|
#define ENABLE_GTK 0
|
|
#define ENABLE_KDE4 0
|
|
#define ENABLE_TDE 0
|
|
|
|
#endif
|