summaryrefslogtreecommitdiffstats
path: root/tdesvn-config.h.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 16:05:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 16:05:53 -0600
commit2a84b711d4c9c28fd6e03457311fd05203318d24 (patch)
treec825e162ec40405187fd4892b08e8e036a5db308 /tdesvn-config.h.in
parent6cd1f99df4d8a5385335e0148fb0d4e424631e6b (diff)
downloadtdesvn-2a84b711d4c9c28fd6e03457311fd05203318d24.tar.gz
tdesvn-2a84b711d4c9c28fd6e03457311fd05203318d24.zip
Finish rename from prior commit
Diffstat (limited to 'tdesvn-config.h.in')
-rw-r--r--tdesvn-config.h.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/tdesvn-config.h.in b/tdesvn-config.h.in
new file mode 100644
index 0000000..2a394a1
--- /dev/null
+++ b/tdesvn-config.h.in
@@ -0,0 +1,14 @@
+#ifndef _KDESVN_CONFIG_H
+#define _KDESVN_CONFIG_H
+
+#cmakedefine VERSION @KDESVN_VERSION@
+
+#cmakedefine SQLITE_FOUND
+#cmakedefine HAS_SETENV
+
+#define KDESVN_EXPORT @_KDESVN_EXPORT@
+#define KDESVN_NOEXPORT @_KDESVN_NOEXPORT@
+
+#define WALLETNAME "@PROJECT_NAME@"
+
+#endif