summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
blob: 46374a874cd81e128ea5b6339f8ac0e528e1d410 (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
#cmakedefine VERSION "@VERSION@"

/* 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@

// User specified build options

#cmakedefine HAVE_TAGLIB 1
#cmakedefine HAVE_YAZ 1
#cmakedefine HAVE_KCDDB 1
#cmakedefine HAVE_KCAL 1
#cmakedefine SAX_SUPPORT 1

#cmakedefine AMAZON_SUPPORT 1
#cmakedefine IMDB_SUPPORT 1
#cmakedefine USE_CDTEXT 1
#cmakedefine HAVE_EXEMPI 1
#cmakedefine HAVE_POPPLER 1
#cmakedefine ENABLE_WEBCAM 1

// System configuration

#cmakedefine HAVE_USHORT 1
#cmakedefine HAVE_BOOLEAN 1
#cmakedefine HAVE_STRDUP_DECL 1

#cmakedefine VIDEODEV_HEADER "@VIDEODEV_HEADER@"

#define SIZEOF_INT @SIZEOF_INT@
#define SIZEOF_LONG @SIZEOF_LONG@
#define SIZEOF_SHORT @SIZEOF_SHORT@
#define SIZEOF_UNSIGNED_CHAR @SIZEOF_UNSIGNED_CHAR@
#define SIZEOF_UNSIGNED_INT @SIZEOF_UNSIGNED_INT@
#define SIZEOF_UNSIGNED_LONG @SIZEOF_UNSIGNED_LONG@
#define SIZEOF_UNSIGNED_SHORT @SIZEOF_UNSIGNED_SHORT@