summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-12 22:12:08 +0900
committerMichele Calgaro <[email protected]>2024-07-14 22:22:26 +0900
commitc8232e4f7bf89de454d0dfc5167f1ee5bd5abfe1 (patch)
tree3f1ff4754430826b68723be3ac3cb237cce68b2c
parent41c5e5800d68a888b843e6f067bda16b8ed788ba (diff)
downloadkpilot-c8232e4f7bf89de454d0dfc5167f1ee5bd5abfe1.tar.gz
kpilot-c8232e4f7bf89de454d0dfc5167f1ee5bd5abfe1.zip
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 3a6c26f35b191f669f80e96f3360c9bfca2099d6)
-rw-r--r--config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index e7666d0..ae2fa9f 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). */