|
|
|
#define VERSION "@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@
|
|
|
|
|
|
|
|
// blinken and kanagram can build without aRts support.
|
|
|
|
#cmakedefine WITHOUT_ARTS 1
|
|
|
|
|
|
|
|
// Defined to 1 if you have ocaml/facile.
|
|
|
|
#cmakedefine HAVE_FACILE 1
|
|
|
|
|
|
|
|
// Define the version for the kig app.
|
|
|
|
#define KIGVERSION "0.10.7"
|
|
|
|
|
|
|
|
// Define the Python interpreter (python2 vs python3)
|
|
|
|
#cmakedefine KIG_Python_init @KIG_Python_init@
|
|
|
|
|
|
|
|
// Define Kig python scripting
|
|
|
|
#cmakedefine KIG_ENABLE_PYTHON_SCRIPTING 1
|
|
|
|
|
|
|
|
// Defined to 1 if you have <linux/videodev2.h> header file.
|
|
|
|
#cmakedefine HAVE_LINUX_VIDEODEV2_H 1
|
|
|
|
|
|
|
|
// Defined to 1 if you have <sys/io.h> header file.
|
|
|
|
#cmakedefine HAVE_SYS_IO_H 1
|
|
|
|
|
|
|
|
// Defined to 1 if <sys/io.h> defines ioperm function.
|
|
|
|
#cmakedefine HAVE_IOPERM 1
|
|
|
|
|
|
|
|
// Defined to 1 if you have <stdint.h> header file
|
|
|
|
#cmakedefine HAVE_STDINT_H 1
|
|
|
|
|
|
|
|
// Defined to 1 if timezone is available as a variable
|
|
|
|
#cmakedefine TIMEZONE_IS_INT 1
|