diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake index 8c61c4b8..894ea305 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). */ @@ -36,3 +36,6 @@ // Defined to 1 if timezone is available as a variable #cmakedefine TIMEZONE_IS_INT 1 + +// Defined to 1 if you have <ieeefp.h> header file. +#cmakedefine HAVE_IEEEFP_H 1 |