mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
# Conflicts: # ConfigureChecks.cmake # bindings/c/tag_c.cpp # taglib-config.cmd.cmake # taglib/asf/asfattribute.cpp # taglib/asf/asffile.cpp # taglib/audioproperties.cpp # taglib/mp4/mp4atom.h # taglib/mp4/mp4coverart.cpp # taglib/mp4/mp4file.cpp # taglib/mp4/mp4item.cpp # taglib/mp4/mp4tag.cpp # taglib/mpeg/id3v2/id3v2frame.cpp # taglib/mpeg/id3v2/id3v2tag.cpp # taglib/toolkit/tbytevector.cpp # taglib/toolkit/tbytevector.h # taglib/toolkit/tfile.cpp # taglib/toolkit/tfile.h # taglib/toolkit/tlist.h # taglib/toolkit/tstring.cpp # taglib/toolkit/tstring.h # tests/test_apetag.cpp
43 lines
1.3 KiB
CMake
43 lines
1.3 KiB
CMake
/* config.h. Generated by cmake from config.h.cmake */
|
|
|
|
/* Defined if required for large files support */
|
|
#cmakedefine _LARGE_FILES ${_LARGE_FILES}
|
|
#cmakedefine _LARGEFILE_SOURCE ${_LARGEFILE_SOURCE}
|
|
#cmakedefine _FILE_OFFSET_BITS ${_FILE_OFFSET_BITS}
|
|
|
|
/* Defined if your compiler supports some byte swap functions */
|
|
#cmakedefine HAVE_BOOST_BYTESWAP 1
|
|
#cmakedefine HAVE_GCC_BYTESWAP 1
|
|
#cmakedefine HAVE_GLIBC_BYTESWAP 1
|
|
#cmakedefine HAVE_MSC_BYTESWAP 1
|
|
#cmakedefine HAVE_MAC_BYTESWAP 1
|
|
#cmakedefine HAVE_OPENBSD_BYTESWAP 1
|
|
|
|
/* 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
|
|
#cmakedefine HAVE_IA64_ATOMIC 1
|
|
|
|
/* Defined if your compiler supports shared_ptr */
|
|
#cmakedefine HAVE_STD_SMART_PTR 1
|
|
#cmakedefine HAVE_BOOST_SMART_PTR 1
|
|
|
|
/* Defined if your compiler supports some safer version of vsprintf */
|
|
#cmakedefine HAVE_VSNPRINTF 1
|
|
#cmakedefine HAVE_VSPRINTF_S 1
|
|
|
|
/* Defined if your compiler supports ISO _strdup. */
|
|
#cmakedefine HAVE_ISO_STRDUP 1
|
|
|
|
/* Defined if you have libz */
|
|
#cmakedefine HAVE_ZLIB 1
|
|
|
|
/* Indicates whether debug messages are shown even in release mode */
|
|
#cmakedefine TRACE_IN_RELEASE 1
|
|
|
|
#cmakedefine TESTS_DIR "@TESTS_DIR@"
|
|
|