diff options
author | Michele Calgaro <[email protected]> | 2024-07-12 22:18:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-14 22:30:58 +0900 |
commit | 4df65581fce9704f2ee3e551de2a2f1a74965f19 (patch) | |
tree | ed2279828808c7f00d4e187333b57ff0d5a43498 | |
parent | 8fb3148585d7b3052f5f0f3c50c50015f519c200 (diff) | |
download | knetload-4df65581fce9704f2ee3e551de2a2f1a74965f19.tar.gz knetload-4df65581fce9704f2ee3e551de2a2f1a74965f19.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYr14.1.3
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 845ffa2ccca726469678af9b882ca1656c54b42e)
-rw-r--r-- | config.h.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake index 468789a..77e6c37 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). */ |