Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2012-09-18 14:52:52 +0400
committerKlaas Freitag <freitag@owncloud.com>2012-09-18 14:52:52 +0400
commita9c7b9304e68a7e7f30346e478aee336ef49700f (patch)
treedfe1ee798ee33be49ea68b1e40b241515f591511 /config.h.in
parent910803cacf140fa7993905ca7f4863a8dc2a61a6 (diff)
Use a macro THEME_CLASS from CMakeLists.txt instead of ifdefs.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 47377fdc5..3139baf87 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,4 +1,8 @@
+#ifndef CONFIG_H
+#define CONFIG_H
#cmakedefine USE_INOTIFY 1
#cmakedefine WITH_CSYNC 1
+#cmakedefine THEME_CLASS @THEME_CLASS@
+#endif