| 1 |
/* config-amarok.h. Generated by cmake from config-amarok.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 |
#cmakedefine 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 |
| 35 |
|
| 36 |
/* The Git version being compiled, if any. undef means not running from Git. */ |
| 37 |
#cmakedefine CURRENT_GIT_VERSION ${CURRENT_GIT_VERSION} |
| 38 |
|
| 39 |
/* If liblastfm is found */ |
| 40 |
#cmakedefine HAVE_LIBLASTFM 1 |
| 41 |
|
| 42 |
/* If we can use KStatusNotifierItem class (KDE 4.4) */ |
| 43 |
#cmakedefine HAVE_KSTATUSNOTIFIERITEM 1 |
| 44 |
|
| 45 |
/* Whether cmake build type is debug */ |
| 46 |
#cmakedefine DEBUG_BUILD_TYPE |