1
/* config.h. Generated by cmake from config.h.cmake */
2
3
/* The size of a `int', as computed by sizeof. */
4
#define SIZEOF_INT ${SIZEOF_INT}
5
6
/* The size of a `long', as computed by sizeof. */
7
#define SIZEOF_LONG ${SIZEOF_LONG}
8
9
/* have LIBVISUAL */
10
#cmakedefine HAVE_LIBVISUAL 1
11
12
/* have mp4v2 */
13
/* #undef HAVE_MP4V2 */
14
15
/* Define to 1 if you have the <mp4.h> header file. */
16
/* #undef HAVE_MP4_H */
17
18
/* have Qt with OpenGL support */
19
/* #undef HAVE_QGLWIDGET */
20
21
/* Define to 1 if you have the `statvfs' function. */
22
#define HAVE_STATVFS 1
23
24
/* Define to 1 if you have the <stdint.h> header file. */
25
#define HAVE_STDINT_H 1
26
27
/* Define to 1 if you have the <systems.h> header file. */
28
/* #undef HAVE_SYSTEMS_H */
29
30
/* have TagLib */
31
#define HAVE_TAGLIB 1
32
33
/* MySql database support enabled */
34
#cmakedefine USE_MYSQL 1
35
36
/* Whether taglib exposes filenames as TagLib::FileName type */
37
#cmakedefine HAVE_TAGLIB_FILENAME 1
38
39
/* Whether TagLib::FileName is a struct supporting wide characters or just a typedef */
40
#cmakedefine COMPLEX_TAGLIB_FILENAME 1