summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
blob: ae0263051eaba4fe466d76f67419d2ed41f4033c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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