Created
November 1, 2013 08:36
-
-
Save notjosh/7262505 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* config.h. Generated by cmake from config.h.cmake */ | |
| /* Indicates the byte order of your target system */ | |
| /* 1 if little-endian, 2 if big-endian. */ | |
| #define SYSTEM_BYTEORDER 1 | |
| /* Defined if your compiler supports some byte swap functions */ | |
| /* #undef HAVE_GCC_BYTESWAP_16 */ | |
| #define HAVE_GCC_BYTESWAP_32 1 | |
| #define HAVE_GCC_BYTESWAP_64 1 | |
| /* #undef HAVE_GLIBC_BYTESWAP */ | |
| /* #undef HAVE_MSC_BYTESWAP */ | |
| #define HAVE_MAC_BYTESWAP 1 | |
| /* #undef HAVE_OPENBSD_BYTESWAP */ | |
| /* Defined if your compiler supports codecvt */ | |
| /* #undef HAVE_STD_CODECVT */ | |
| /* Defined if your compiler supports some atomic operations */ | |
| /* #undef HAVE_STD_ATOMIC */ | |
| /* #undef HAVE_BOOST_ATOMIC */ | |
| #define HAVE_GCC_ATOMIC 1 | |
| /* #undef HAVE_MAC_ATOMIC */ | |
| /* #undef HAVE_WIN_ATOMIC */ | |
| /* #undef HAVE_IA64_ATOMIC */ | |
| /* Defined if you have libz */ | |
| #define HAVE_ZLIB 1 | |
| #define TESTS_DIR "/Users/joshua/dev/play/Soundo/Externals/TagLib/taglib-src/tests/" | |
| #ifndef OSSwapInt16 | |
| #define OSSwapInt16 _OSSwapInt16 | |
| #endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment