summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-03-15 10:58:02 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-03-31 12:54:19 +0200
commit922d3cdd719e00dc2f8e3f697a922e6926b4e9bc (patch)
treec01312763dfe7adbbb41e48daa4a345f7c2c0593 /config.h.cmake
parent36a43831f4bf48eb688499e111f7b86d25abb5fb (diff)
downloadkcmldapmanager-922d3cdd719e00dc2f8e3f697a922e6926b4e9bc.tar.gz
kcmldapmanager-922d3cdd719e00dc2f8e3f697a922e6926b4e9bc.zip
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 67025db14ed3496a7977682e1c5c282e630abc4e)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake14
1 files changed, 14 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
new file mode 100644
index 0000000..8416c73
--- /dev/null
+++ b/config.h.cmake
@@ -0,0 +1,14 @@
+#define VERSION "@VERSION@"
+
+// Defined if you have fvisibility and fvisibility-inlines-hidden support.
+#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1
+
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+ significant byte first (like Motorola and SPARC, unlike Intel). */
+#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@
+
+/* Path for the config system */
+#cmakedefine KDE_CONFDIR "@KDE_CONFDIR@"
+
+/* Available shells */
+#cmakedefine AVAILABLE_SHELLS "@AVAILABLE_SHELLS@"