strawberry-audio-player-win.../src/config.h.in

65 lines
1.7 KiB
C
Raw Normal View History

2018-10-14 00:08:33 +02:00
/*
* Strawberry Music Player
* Copyright 2013, Jonas Kvinge <jonas@strawbs.net>
*
* Strawberry 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.
*
* Strawberry 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 Strawberry. If not, see <http://www.gnu.org/licenses/>.
*
*/
2018-02-27 18:06:05 +01:00
#ifndef CONFIG_H_IN
#define CONFIG_H_IN
#define CMAKE_BUILD_TYPE "${CMAKE_BUILD_TYPE}"
2018-02-27 18:06:05 +01:00
#define CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}"
#define CMAKE_EXECUTABLE_SUFFIX "${CMAKE_EXECUTABLE_SUFFIX}"
#cmakedefine DEBUG
2018-02-27 18:06:05 +01:00
#cmakedefine HAVE_GIO
#cmakedefine HAVE_DBUS
2018-07-03 20:32:28 +02:00
#cmakedefine HAVE_X11
2018-02-27 18:06:05 +01:00
#cmakedefine HAVE_UDISKS2
2018-06-07 02:06:12 +02:00
#cmakedefine HAVE_ALSA
2018-02-27 18:06:05 +01:00
#cmakedefine HAVE_IMOBILEDEVICE
#cmakedefine HAVE_AUDIOCD
#cmakedefine HAVE_LIBGPOD
#cmakedefine HAVE_LIBMTP
#cmakedefine HAVE_LIBPULSE
#cmakedefine HAVE_SPARKLE
2018-07-16 07:23:37 +02:00
#cmakedefine HAVE_CHROMAPRINT
2018-09-02 01:40:14 +02:00
#cmakedefine HAVE_TAGLIB_DSFFILE
#cmakedefine HAVE_GLOBALSHORTCUTS
2018-02-27 18:06:05 +01:00
#cmakedefine USE_INSTALL_PREFIX
#cmakedefine HAVE_GSTREAMER
#cmakedefine HAVE_VLC
#cmakedefine HAVE_XINE
#cmakedefine HAVE_PHONON
2019-05-28 18:37:51 +02:00
#cmakedefine XINE_ANALYZER
2018-02-27 18:06:05 +01:00
2019-06-17 23:54:24 +02:00
#cmakedefine HAVE_SUBSONIC
2018-10-17 23:49:02 +02:00
2019-04-18 15:03:01 +02:00
#cmakedefine HAVE_MOODBAR
#cmakedefine HAVE_KEYSYMDEF_H
#cmakedefine HAVE_XF86KEYSYM_H
#cmakedefine USE_SYSTEM_TAGLIB
2019-01-03 21:19:07 +01:00
#cmakedefine USE_BUNDLE
#define USE_BUNDLE_DIR "${USE_BUNDLE_DIR}"
#cmakedefine HAVE_TRANSLATIONS
2018-02-27 18:06:05 +01:00
#endif // CONFIG_H_IN