summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-10 01:46:23 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-10 01:46:23 -0500
commitdfb75324af3dfdb983f354782c6025f37e665ee5 (patch)
tree776c8911b5ac2dbd6bd1ee2f9692ace3f4199e51 /config.h.cmake
parent1e959a2aeca4499a1b8a79d1793953348638b69f (diff)
downloadtdebase-dfb75324af3dfdb983f354782c6025f37e665ee5.tar.gz
tdebase-dfb75324af3dfdb983f354782c6025f37e665ee5.zip
Fix Keramic data file installation and add long long check to CMake
This closes Bug 905 Thanks to Roman Savochenko and Leandro Nini for the patches!
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
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