summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-01-19 05:28:18 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-01-19 05:34:48 +0100
commitb1a3fa8599e2fc84906cd9877f3efca3ce3238ce (patch)
tree4d28d39d6772ca8dbc8d0b03858ac211185fc88e /config.h.cmake
parentfcd778d34cebbaf4f26fd13b355f82f56d46692f (diff)
downloadtdeio-locate-r14.1.0.tar.gz
tdeio-locate-r14.1.0.zip
Cleanup CMake rules:r14.1.0
+ Add the option for building with hidden visibility. + Use the result of long files support tests instead of hard-coded definition. + Add the presence test TDEIO::UDS_HIDDEN. + Remove unnecessary tests. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake15
1 files changed, 10 insertions, 5 deletions
diff --git a/config.h.cmake b/config.h.cmake
index d81a482..3dd54e5 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -1,5 +1,10 @@
-#cmakedefine SIZEOF_INT @SIZEOF_INT@
-#cmakedefine SIZEOF_LONG @SIZEOF_LONG@
-#cmakedefine HAVE_STDINT_H 1
-#cmakedefine HAVE_SYSTEMS_H 1
-#cmakedefine HAVE_STATVFS 1 \ No newline at end of file
+#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@
+
+#cmakedefine HAVE_UDS_HIDDEN 1