config.h.in 1.1 KB

1234567891011121314151617181920212223242526272829
  1. /* ympd
  2. (c) 2013-2014 Andrew Karpow <andy@ndyk.de>
  3. This project's homepage is: http://www.ympd.org
  4. This program is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation; version 2 of the License.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU General Public License for more details.
  11. You should have received a copy of the GNU General Public License along
  12. with this program; if not, write to the Free Software Foundation, Inc.,
  13. Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  14. */
  15. #ifndef __CONFIG_H__
  16. #define __CONFIG_H__
  17. #define YMPD_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR}
  18. #define YMPD_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR}
  19. #define YMPD_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH}
  20. #define SRC_PATH "${ASSETS_PATH}"
  21. #cmakedefine WITH_MPD_HOST_CHANGE
  22. #cmakedefine WITH_DYNAMIC_ASSETS
  23. #endif