blob: 894ea3058dc634fbcb4b5300f4446afff9eeb37e (
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
32
33
34
35
36
37
38
39
40
41
|
#define VERSION "@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@
// 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
// Defined to 1 if you have <ieeefp.h> header file.
#cmakedefine HAVE_IEEEFP_H 1
|