summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-12 22:18:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-12 22:18:13 +0900
commitb99af10ae4d6fc4f4469961eaddf2de4dd6aec1b (patch)
treea45cbd8696cccec43b5cc146741b1b60e70269ee
parent93c40992af1e9aa90b8b61d8aff10a82ceb47a41 (diff)
downloadknemo-b99af10ae4d6fc4f4469961eaddf2de4dd6aec1b.tar.gz
knemo-b99af10ae4d6fc4f4469961eaddf2de4dd6aec1b.zip
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index f663a08..16364cd 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -1,7 +1,7 @@
#define VERSION "@VERSION@"
// Defined if you have fvisibility and fvisibility-inlines-hidden support.
-#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1
+#cmakedefine __TDE_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). */