summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake31
1 files changed, 31 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
new file mode 100644
index 0000000..ae02630
--- /dev/null
+++ b/config.h.cmake
@@ -0,0 +1,31 @@
+#define PACKAGE "@PROJECT_NAME@"
+#define VERSION "@APP_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@
+
+/* We use a build-in copy of the kdchart library. */
+#define HAVE_KDCHART 1
+#define HAVE_KDCHART_SETPROP 1
+
+/* Defined if you have the libofx library. */
+#cmakedefine HAVE_LIBOFX 1
+
+/* Defined if you have the cppunit library. */
+#cmakedefine HAVE_LIBCPPUNIT 1
+
+/* Define to 1 if you have the `atoll' function. */
+#cmakedefine HAVE_ATOLL 1
+
+/* Define to 1 if you have the `strtoll' function. */
+#cmakedefine HAVE_STRTOLL 1
+
+/* Define to 1 if you have the `round' function in the 'm' library. */
+#cmakedefine HAVE_ROUND 1
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#cmakedefine HAVE_STDINT_H 1