You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#define PACKAGE "@PROJECT_NAME@"
|
|
|
|
#define VERSION "@APP_VERSION@"
|
|
|
|
|
|
|
|
// Defined if you have fvisibility and fvisibility-inlines-hidden support.
|
|
|
|
#cmakedefine __TDE_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
|