/* config.h.in. Generated from configure.ac by autoheader. */ /* This version of FLAC is always built as a static library */ #define FLAC__NO_DLL 1 /* Define if building universal (internal helper macro) */ /* #undef AC_APPLE_UNIVERSAL_BUILD */ /* Target processor is big endian. */ #define CPU_IS_BIG_ENDIAN 0 /* Target processor ARM64 */ /* #undef FLAC__CPU_ARM64 */ /* Target processor PPC */ /* #undef FLAC__CPU_PPC */ /* Target processor PPC64 */ /* #undef FLAC__CPU_PPC64 */ /* Set FLAC__BYTES_PER_WORD to 8 (4 is the default) */ #define ENABLE_64_BIT_WORDS 0 /* define to align allocated memory on 32-byte boundaries */ /* #undef FLAC__ALIGN_MALLOC_DATA */ /* define if you have docbook-to-man or docbook2man */ /* #undef FLAC__HAS_DOCBOOK_TO_MAN */ /* define if you have the ogg library */ #define OGG_FOUND 1 #define FLAC__HAS_OGG OGG_FOUND /* define if compiler has __attribute__((target("cpu=power8"))) support */ /* #undef FLAC__HAS_TARGET_POWER8 */ /* define if compiler has __attribute__((target("cpu=power9"))) support */ /* #undef FLAC__HAS_TARGET_POWER9 */ /* Set to 1 if is available. */ #define FLAC__HAS_X86INTRIN 1 /* Set to 1 if is available. */ #define FLAC__HAS_NEONINTRIN 0 /* Set to 1 if contains A64 intrinsics */ #define FLAC__HAS_A64NEONINTRIN 0 /* define if building for Darwin / MacOS X */ /* #undef FLAC__SYS_DARWIN */ /* define if building for Linux */ /* #undef FLAC__SYS_LINUX */ /* define to enable use of Altivec instructions */ /* #undef FLAC__USE_ALTIVEC */ /* define to enable use of AVX instructions */ #define WITH_AVX #ifdef WITH_AVX #define FLAC__USE_AVX #endif /* define to enable use of VSX instructions */ /* #undef FLAC__USE_VSX */ /* Define to the commit date of the current git HEAD */ /* #undef GIT_COMMIT_DATE */ /* Define to the short hash of the current git HEAD */ /* #undef GIT_COMMIT_HASH */ /* Define to the tag of the current git HEAD */ /* #undef GIT_COMMIT_TAG */ /* Compiler has the __builtin_bswap16 intrinsic */ #if !defined(_MSC_VER) #define HAVE_BSWAP16 #endif /* Compiler has the __builtin_bswap32 intrinsic */ #if !defined(_MSC_VER) #define HAVE_BSWAP32 #endif /* Define to 1 if you have the header file. */ #if !defined(_MSC_VER) #define HAVE_BYTESWAP_H #endif /* define if you have clock_gettime */ #if !defined(_MSC_VER) #define HAVE_CLOCK_GETTIME #endif /* Define to 1 if you have the header file. */ #if !defined(_MSC_VER) #define HAVE_CPUID_H #endif /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ #if !defined(_MSC_VER) #define HAVE_FSEEKO #endif /* Define to 1 if you have the `getopt_long' function. */ /* #undef HAVE_GETOPT_LONG */ /* Define if you have the iconv() function and it works. */ #if !defined(_MSC_VER) #define HAVE_ICONV #endif /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H /* Define if you have and nl_langinfo(CODESET). */ #if !defined(_MSC_VER) #define HAVE_LANGINFO_CODESET #endif /* lround support */ #if defined(_MSC_VER) #define HAVE_LROUND 0 #else #define HAVE_LROUND 1 #endif /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the header file. */ #define HAVE_STRING_H /* Define to 1 if you have the header file. */ #if !defined(_MSC_VER) #define HAVE_SYS_IOCTL_H #endif /* Define to 1 if you have the header file. */ #if !defined(_MSC_VER) #define HAVE_SYS_PARAM_H #endif /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ #if defined(_MSC_VER) #define HAVE_SYS_TYPES_H #endif /* Define to 1 if you have the header file. */ #if !defined(_MSC_VER) #define HAVE_TERMIOS_H #endif /* Define to 1 if typeof works with your compiler. */ /* #undef HAVE_TYPEOF */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_X86INTRIN_H */ /* Define as const if the declaration of iconv() needs const. */ /* #undef ICONV_CONST */ /* Define if debugging is disabled */ /* #undef NDEBUG */ /* Name of package */ /* #undef PACKAGE */ /* Define to the address where bug reports for this package should be sent. */ /* #undef PACKAGE_BUGREPORT */ /* Define to the full name of this package. */ /* #undef PACKAGE_NAME */ /* Define to the full name and version of this package. */ /* #undef PACKAGE_STRING */ /* Define to the one symbol short name of this package. */ /* #undef PACKAGE_TARNAME */ /* Define to the home page for this package. */ /* #undef PACKAGE_URL */ /* Define to the version of this package. */ #define PACKAGE_VERSION "1.4.2" /* The size of `off_t', as computed by sizeof. */ /* #undef SIZEOF_OFF_T */ /* The size of `void*', as computed by sizeof. */ /* #undef SIZEOF_VOIDP */ /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE #define _ALL_SOURCE #endif /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif #ifndef _XOPEN_SOURCE /* #undef DODEFINE_XOPEN_SOURCE */ #ifdef DODEFINE_XOPEN_SOURCE #define _XOPEN_SOURCE DODEFINE_XOPEN_SOURCE #endif #endif /* Enable threading extensions on Solaris. */ #ifndef _POSIX_PTHREAD_SEMANTICS /* #undef _POSIX_PTHREAD_SEMANTICS */ #endif /* Enable extensions on HP NonStop. */ #ifndef _TANDEM_SOURCE /* #undef _TANDEM_SOURCE */ #endif /* Enable general extensions on Solaris. */ #ifndef __EXTENSIONS__ #define DODEFINE_EXTENSIONS #ifdef DODEFINE_EXTENSIONS #define __EXTENSIONS__ DODEFINE_EXTENSIONS #endif #endif /* Target processor is big endian. */ #define WORDS_BIGENDIAN CPU_IS_BIG_ENDIAN /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 #endif /* Number of bits in a file offset, on hosts where this is settable. */ #ifndef _FILE_OFFSET_BITS # define _FILE_OFFSET_BITS 64 #endif /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ #ifndef _LARGEFILE_SOURCE # define _LARGEFILE_SOURCE #endif /* Define for large files, on AIX-style hosts. */ /* #undef _LARGE_FILES */ /* Define to 1 if on MINIX. */ /* #undef _MINIX */ /* Define to 2 if the system does not provide POSIX.1 features except with this defined. */ /* #undef _POSIX_1_SOURCE */ /* Define to 1 if you need to in order for `stat' and other things to work. */ /* #undef _POSIX_SOURCE */ /* Define to __typeof__ if your compiler spells it that way. */ /* #undef typeof */