summaryrefslogtreecommitdiffstats
path: root/config_host/config_vclplug.h.in
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-03-26 19:32:20 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-03-26 19:32:20 +0100
commit8bfc664c6188b0d9128e80f5222bf252e854bff3 (patch)
tree6b08e18195ad48f76e7b4912313658cf317ffd0f /config_host/config_vclplug.h.in
parentfix postgresql build (diff)
downloadcore-8bfc664c6188b0d9128e80f5222bf252e854bff3.tar.gz
core-8bfc664c6188b0d9128e80f5222bf252e854bff3.zip
autoconf can actually handle #define HAVE_FOO 0 as the default
Change-Id: I6cd70d885a3fe3ab53f7523d1a5da6ae30ee01e3
Diffstat (limited to 'config_host/config_vclplug.h.in')
-rw-r--r--config_host/config_vclplug.h.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/config_host/config_vclplug.h.in b/config_host/config_vclplug.h.in
index 9088a85185ef..8eecf3453801 100644
--- a/config_host/config_vclplug.h.in
+++ b/config_host/config_vclplug.h.in
@@ -7,24 +7,9 @@ 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