/* This file is part of Clementine. Clementine is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Clementine is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Clementine. If not, see . */ #ifndef CONFIG_H_IN #define CONFIG_H_IN #define CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}" #cmakedefine ENABLE_WIIMOTEDEV #cmakedefine ENABLE_VISUALISATIONS #cmakedefine USE_INSTALL_PREFIX #cmakedefine USE_SYSTEM_PROJECTM #cmakedefine SNOW_LEOPARD #cmakedefine LEOPARD #cmakedefine HAVE_SPARKLE #cmakedefine HAVE_STATIC_SQLITE #cmakedefine HAVE_DBUS #cmakedefine HAVE_GIO #cmakedefine HAVE_IMOBILEDEVICE #cmakedefine HAVE_LIBARCHIVE #cmakedefine HAVE_LIBGPOD #cmakedefine HAVE_LIBINDICATE #cmakedefine HAVE_LIBLASTFM #cmakedefine HAVE_LIBTUNEPIMP #cmakedefine HAVE_LIBMTP #cmakedefine HAVE_SCRIPTING_PYTHON #cmakedefine HAVE_REMOTE #endif // CONFIG_H_IN