diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 15 |
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 |