36 lines
1018 B
CMake
36 lines
1018 B
CMake
|
/* config.h. Generated by cmake from config.h.cmake */
|
||
|
|
||
|
#ifndef TAGLIB_CONFIG_H
|
||
|
#define TAGLIB_CONFIG_H
|
||
|
|
||
|
/* Defined if your compiler supports some byte swap functions */
|
||
|
#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_GCC_ATOMIC 1
|
||
|
#cmakedefine HAVE_MAC_ATOMIC 1
|
||
|
#cmakedefine HAVE_WIN_ATOMIC 1
|
||
|
#cmakedefine HAVE_IA64_ATOMIC 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
|
||
|
|
||
|
/* Indicates whether debug messages are shown even in release mode */
|
||
|
#cmakedefine TRACE_IN_RELEASE 1
|
||
|
|
||
|
#cmakedefine TESTS_DIR "@TESTS_DIR@"
|
||
|
|
||
|
#endif
|