summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2015-06-05 16:46:36 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2015-06-05 16:46:36 +0200
commitb541fedc97ad4ed5e658ce34ee50c74ad756f330 (patch)
tree5da244a1063a2529a5419083b2ea23f8fa76cb63 /config.h.in
parent5f4fd4397e8b75ad152aec919f59ecb039ac6105 (diff)
Imported Upstream version 3.6.2
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 7bcf59b..53fbdb5 100644
--- a/config.h.in
+++ b/config.h.in
@@ -6,6 +6,9 @@
/* Build stamp */
#undef BUILDSTAMP
+/* Copyright */
+#undef COPYRIGHT
+
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#undef ENABLE_NLS
@@ -100,6 +103,12 @@
/* Define if D-Bus support enabled */
#undef USE_DBUS
+/* Define if GTK+ support enabled */
+#undef USE_GTK
+
+/* Define if Qt support enabled */
+#undef USE_QT
+
/* Define to allow Valgrind analysis */
#undef VALGRIND_FRIENDLY