mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
# Conflicts: # AUTHORS # ConfigureChecks.cmake # taglib/asf/asfutils.h # taglib/mp4/mp4atom.cpp # taglib/mp4/mp4tag.h # taglib/mpeg/id3v2/frames/ownershipframe.cpp # taglib/mpeg/id3v2/frames/synchronizedlyricsframe.cpp # taglib/mpeg/id3v2/frames/tableofcontentsframe.cpp # taglib/mpeg/id3v2/id3v2frame.cpp # taglib/riff/rifffile.cpp # taglib/riff/rifffile.h # taglib/toolkit/taglib.h # taglib/toolkit/tbytevector.cpp # taglib/toolkit/tfilestream.cpp # taglib/toolkit/tstring.cpp # taglib/toolkit/tutils.h # taglib/xm/xmfile.cpp # tests/test_bytevector.cpp # tests/test_fileref.cpp # tests/test_id3v2.cpp # tests/test_riff.cpp # tests/test_string.cpp
44 lines
1.4 KiB
CMake
44 lines
1.4 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 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@"
|
|
|