1/* This file is part of Clementine.
2
3   Clementine is free software: you can redistribute it and/or modify
4   it under the terms of the GNU General Public License as published by
5   the Free Software Foundation, either version 3 of the License, or
6   (at your option) any later version.
7
8   Clementine is distributed in the hope that it will be useful,
9   but WITHOUT ANY WARRANTY; without even the implied warranty of
10   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11   GNU General Public License for more details.
12
13   You should have received a copy of the GNU General Public License
14   along with Clementine.  If not, see <http://www.gnu.org/licenses/>.
15*/
16
17#ifndef CONFIG_H_IN
18#define CONFIG_H_IN
19
20#define CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}"
21#define CMAKE_EXECUTABLE_SUFFIX "${CMAKE_EXECUTABLE_SUFFIX}"
22
23#cmakedefine HAVE_VISUALISATIONS
24#cmakedefine HAVE_AMAZON_CLOUD_DRIVE
25#cmakedefine HAVE_AUDIOCD
26#cmakedefine HAVE_BOX
27#cmakedefine HAVE_BREAKPAD
28#cmakedefine HAVE_CRYPTOPP
29#cmakedefine HAVE_DBUS
30#cmakedefine HAVE_X11
31#cmakedefine HAVE_DEVICEKIT
32#cmakedefine HAVE_DROPBOX
33#cmakedefine HAVE_GIO
34#cmakedefine HAVE_GOOGLE_DRIVE
35#cmakedefine HAVE_LIBGPOD
36#cmakedefine HAVE_LIBLASTFM
37#cmakedefine HAVE_LIBLASTFM1
38#cmakedefine HAVE_LIBMTP
39#cmakedefine HAVE_LIBPULSE
40#cmakedefine HAVE_ALSA
41#cmakedefine HAVE_MOODBAR
42#cmakedefine HAVE_SEAFILE
43#cmakedefine HAVE_SKYDRIVE
44#cmakedefine HAVE_SPARKLE
45#cmakedefine HAVE_SPOTIFY_DOWNLOADER
46#cmakedefine HAVE_UDISKS2
47#cmakedefine HAVE_WIIMOTEDEV
48#cmakedefine HAVE_OPENGL
49#cmakedefine HAVE_TRANSLATIONS
50#cmakedefine HAVE_SPOTIFY
51#cmakedefine TAGLIB_HAS_OPUS
52#cmakedefine USE_INSTALL_PREFIX
53#cmakedefine USE_SYSTEM_PROJECTM
54#cmakedefine USE_SYSTEM_SHA2
55#cmakedefine USE_BUNDLE
56
57#define USE_BUNDLE_DIR "${USE_BUNDLE_DIR}"
58
59#endif  // CONFIG_H_IN
60