summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-02-08 23:22:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-02-10 22:47:05 +0900
commit4112c3b48633dac80afbe219fd9f4ee85b2be3d3 (patch)
treea6ef7ba4f2e1f1e76b19884ba935983f6aebd8a3 /config.h.cmake
parent0120940b40e727c89441e9d46e3e05af8a2f0263 (diff)
downloadtdepowersave-4112c3b48633dac80afbe219fd9f4ee85b2be3d3.tar.gz
tdepowersave-4112c3b48633dac80afbe219fd9f4ee85b2be3d3.zip
Removed HAL dependant code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake10
1 files changed, 9 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 77d54c6..120d520 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -1 +1,9 @@
-#cmakedefine HAVE_HAL_0_5_10 1
+#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@
+