mirror of
https://github.com/taglib/taglib.git
synced 2025-07-21 22:44:28 -04:00
Merge branch 'master' into merge-master-to-taglib2
# Conflicts: # config.h.cmake # taglib/ogg/xiphcomment.cpp # taglib/taglib_config.h.cmake # taglib/toolkit/tbytevector.cpp # taglib/toolkit/trefcounter.cpp # taglib/toolkit/tstring.cpp # taglib/toolkit/tutils.h # taglib/toolkit/tzlib.cpp # taglib/xm/xmfile.cpp # tests/test_string.cpp # tests/test_xiphcomment.cpp
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
/* config.h. Generated by cmake from config.h.cmake */
|
||||
|
||||
#ifndef TAGLIB_CONFIG_H
|
||||
#define TAGLIB_CONFIG_H
|
||||
|
||||
/* Defined if required for large files support */
|
||||
#cmakedefine _LARGE_FILES ${_LARGE_FILES}
|
||||
#cmakedefine _LARGEFILE_SOURCE ${_LARGEFILE_SOURCE}
|
||||
@ -15,7 +18,6 @@
|
||||
|
||||
/* Defined if your compiler supports some atomic operations */
|
||||
#cmakedefine HAVE_STD_ATOMIC 1
|
||||
#cmakedefine HAVE_BOOST_ATOMIC 1
|
||||
#cmakedefine HAVE_GCC_ATOMIC 1
|
||||
#cmakedefine HAVE_MAC_ATOMIC 1
|
||||
#cmakedefine HAVE_WIN_ATOMIC 1
|
||||
@ -34,10 +36,10 @@
|
||||
|
||||
/* Defined if zlib is installed */
|
||||
#cmakedefine HAVE_ZLIB 1
|
||||
#cmakedefine HAVE_BOOST_ZLIB 1
|
||||
|
||||
/* Indicates whether debug messages are shown even in release mode */
|
||||
#cmakedefine TRACE_IN_RELEASE 1
|
||||
|
||||
#cmakedefine TESTS_DIR "@TESTS_DIR@"
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user