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 Qt with OpenGL support */
13
/* #undef HAVE_QGLWIDGET */
14
15
/* Define to 1 if you have the `statvfs' function. */
16
#define HAVE_STATVFS 1
17
18
/* Define to 1 if you have the <stdint.h> header file. */
19
#define HAVE_STDINT_H 1
20
21
/* Define to 1 if you have the <systems.h> header file. */
22
/* #undef HAVE_SYSTEMS_H */
23
24
/* have TagLib */
25
#define HAVE_TAGLIB 1
26
27
/* MySql database support enabled */
28
#cmakedefine USE_MYSQL 1
29
30
/* Whether taglib exposes filenames as TagLib::FileName type */
31
#cmakedefine HAVE_TAGLIB_FILENAME 1
32
33
/* Whether TagLib::FileName is a struct supporting wide characters or just a typedef */
34
#cmakedefine COMPLEX_TAGLIB_FILENAME 1