diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index a334fe786..39d6d8528 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -3,6 +3,9 @@ // Defined if you have fvisibility and fvisibility-inlines-hidden support. #cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 +// Defined if compiler supports long long type. +#cmakedefine HAVE_LONG_LONG 1 + // konsole #cmakedefine HAVE_PROC_CWD 1 |