forked from sox_ng/sox_ng
226 lines
7.3 KiB
Text
226 lines
7.3 KiB
Text
/*
|
|
* libFlac configuration file generated by CMake
|
|
*/
|
|
|
|
#ifndef LIBFLAC_CONFIG_INCLUDED
|
|
#define LIBFLAC_CONFIG_INCLUDED
|
|
|
|
/*========================================*/
|
|
|
|
/* define if building universal (internal helper macro) */
|
|
#cmakedefine AC_APPLE_UNIVERSAL_BUILD 1
|
|
|
|
/* set to 1 if the compiler is GNU GCC */
|
|
#cmakedefine COMPILER_IS_GCC 1
|
|
|
|
/* host processor is big endian */
|
|
#cmakedefine CPU_IS_BIG_ENDIAN 1
|
|
|
|
/* host processor is little endian */
|
|
#cmakedefine CPU_IS_LITTLE_ENDIAN 1
|
|
|
|
/* sets FLAC__BYTES_PER_WORD to 8 (4 is the default) */
|
|
#cmakedefine ENABLE_64_BIT_WORDS 1
|
|
|
|
/* set to 1 to align allocated memory on 32-byte boundaries */
|
|
#cmakedefine FLAC__ALIGN_MALLOC_DATA 1
|
|
|
|
/* define if building for ia32/i386 */
|
|
#cmakedefine FLAC__CPU_IA32 1
|
|
|
|
/* define if building for PowerPC */
|
|
#cmakedefine FLAC__CPU_PPC 1
|
|
|
|
/* define if building for PowerPC64 */
|
|
#cmakedefine FLAC__CPU_PPC64 1
|
|
|
|
/* define if building for SPARC */
|
|
#cmakedefine FLAC__CPU_SPARC 1
|
|
|
|
/* define if building for x86_64 */
|
|
#cmakedefine FLAC__CPU_X86_64 1
|
|
|
|
/* define if you have docbook-to-man or docbook2man */
|
|
#cmakedefine FLAC__HAS_DOCBOOK_TO_MAN 1
|
|
|
|
/* define if you are compiling for x86 and have the NASM assembler */
|
|
#cmakedefine FLAC__HAS_NASM 1
|
|
|
|
/* define if you have the ogg library */
|
|
#cmakedefine FLAC__HAS_OGG 1
|
|
|
|
/* define if compiler has __attribute__((target("cpu=power8"))) support */
|
|
#cmakedefine FLAC__HAS_TARGET_POWER8 1
|
|
|
|
/* define if compiler has __attribute__((target("cpu=power9"))) support */
|
|
#cmakedefine FLAC__HAS_TARGET_POWER9 1
|
|
|
|
/* set to 1 if <x86intrin.h> is available */
|
|
#cmakedefine FLAC__HAS_X86INTRIN 1
|
|
|
|
/* define to disable use of assembly code */
|
|
#cmakedefine FLAC__NO_ASM 1
|
|
|
|
/* define if building for Darwin / MacOS X */
|
|
#cmakedefine FLAC__SYS_DARWIN 1
|
|
|
|
/* define if building for Linux */
|
|
#cmakedefine FLAC__SYS_LINUX 1
|
|
|
|
/* define to enable use of Altivec instructions */
|
|
#cmakedefine FLAC__USE_ALTIVEC 1
|
|
|
|
/* define to enable use of AVX instructions */
|
|
#cmakedefine FLAC__USE_AVX 1
|
|
|
|
/* define to enable use of VSX instructions */
|
|
#cmakedefine FLAC__USE_VSX 1
|
|
|
|
/* set to 1 if compiler has the __builtin_bswap16 intrinsic */
|
|
#cmakedefine HAVE_BSWAP16 1
|
|
|
|
/* set to 1 if compiler has the __builtin_bswap32 intrinsic */
|
|
#cmakedefine HAVE_BSWAP32 1
|
|
|
|
/* define to 1 if you have the <byteswap.h> header file */
|
|
#cmakedefine HAVE_BYTESWAP_H 1
|
|
|
|
/* define if you have clock_gettime */
|
|
#cmakedefine HAVE_CLOCK_GETTIME 1
|
|
|
|
/* define to 1 if you have the <cpuid.h> header file */
|
|
#cmakedefine HAVE_CPUID_H 1
|
|
|
|
/* define to 1 if C++ supports variable-length arrays */
|
|
#cmakedefine HAVE_CXX_VARARRAYS 1
|
|
|
|
/* define to 1 if C supports variable-length arrays */
|
|
#cmakedefine HAVE_C_VARARRAYS 1
|
|
|
|
/* define to 1 if you have the <dlfcn.h> header file */
|
|
#cmakedefine HAVE_DLFCN_H 1
|
|
|
|
/* define to 1 if fseeko (and presumably ftello) exists and is declared */
|
|
#cmakedefine HAVE_FSEEKO 1
|
|
|
|
/* define to 1 if you have the `getopt_long' function */
|
|
#cmakedefine HAVE_GETOPT_LONG 1
|
|
|
|
/* define if you have the iconv() function and it works */
|
|
#cmakedefine HAVE_ICONV 1
|
|
|
|
/* define to 1 if you have the <inttypes.h> header file */
|
|
#cmakedefine HAVE_INTTYPES_H 1
|
|
|
|
/* define if you have <langinfo.h> and nl_langinfo(CODESET) */
|
|
#cmakedefine HAVE_LANGINFO_CODESET 1
|
|
|
|
/* set to 1 for lround support */
|
|
#cmakedefine HAVE_LROUND 1
|
|
|
|
/* define to 1 if you have the <memory.h> header file */
|
|
#cmakedefine HAVE_MEMORY_H 1
|
|
|
|
/* define to 1 if the system has the type `socklen_t' */
|
|
#cmakedefine HAVE_SOCKLEN_T 1
|
|
|
|
/* define to 1 if you have the <stdint.h> header file */
|
|
#cmakedefine HAVE_STDINT_H 1
|
|
|
|
/* define to 1 if you have the <stdlib.h> header file */
|
|
#cmakedefine HAVE_STDLIB_H 1
|
|
|
|
/* define to 1 if you have the <string.h> header file */
|
|
#cmakedefine HAVE_STRING_H 1
|
|
|
|
/* define to 1 if you have the <strings.h> header file */
|
|
#cmakedefine HAVE_STRINGS_H 1
|
|
|
|
/* define to 1 if you have the <sys/ioctl.h> header file */
|
|
#cmakedefine HAVE_SYS_IOCTL_H 1
|
|
|
|
/* define to 1 if you have the <sys/param.h> header file */
|
|
#cmakedefine HAVE_SYS_PARAM_H 1
|
|
|
|
/* define to 1 if you have the <sys/stat.h> header file */
|
|
#cmakedefine HAVE_SYS_STAT_H 1
|
|
|
|
/* define to 1 if you have the <sys/types.h> header file */
|
|
#cmakedefine HAVE_SYS_TYPES_H 1
|
|
|
|
/* Define to 1 if you have the <termios.h> header file */
|
|
#cmakedefine HAVE_TERMIOS_H 1
|
|
|
|
/* define to 1 if typeof works with your compiler */
|
|
#cmakedefine HAVE_TYPEOF 1
|
|
|
|
/* define to 1 if you have the <unistd.h> header file */
|
|
#cmakedefine HAVE_UNISTD_H 1
|
|
|
|
/* define to 1 if you have the <x86intrin.h> header file */
|
|
#cmakedefine HAVE_X86INTRIN_H 1
|
|
|
|
/* Define as const if the declaration of iconv() needs const */
|
|
#cmakedefine ICONV_CONST 1
|
|
|
|
/* define the name of the package */
|
|
#cmakedefine PACKAGE "@PACKAGE@"
|
|
|
|
/* define to the address where bug reports for this package should be
|
|
* sent */
|
|
#cmakedefine PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
|
|
|
|
/* define to the full name of this package */
|
|
#cmakedefine PACKAGE_NAME "@PACKAGE_NAME@"
|
|
|
|
/* define to the full name and version of this package */
|
|
#cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
|
|
|
|
/* define to the one symbol short name of this package */
|
|
#cmakedefine PACKAGE_TARNAME "@PACKAGE_TARNAME@"
|
|
|
|
/* define to the version of this package. */
|
|
#cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@"
|
|
|
|
/* the size of `off_t', as computed by sizeof */
|
|
#cmakedefine SIZEOF_OFF_T 1
|
|
|
|
/* the size of `void*', as computed by sizeof */
|
|
#cmakedefine SIZEOF_VOIDP 1
|
|
|
|
/* define to 1 if you have the ANSI C header files */
|
|
#cmakedefine STDC_HEADERS 1
|
|
|
|
/* version number of package */
|
|
#cmakedefine VERSION "@VERSION@"
|
|
|
|
/* target processor is big endian */
|
|
#cmakedefine WORDS_BIGENDIAN 1
|
|
|
|
/* 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 */
|
|
#undef _FILE_OFFSET_BITS
|
|
|
|
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2) */
|
|
#undef _LARGEFILE_SOURCE
|
|
|
|
/* 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
|
|
|
|
/*========================================*/
|
|
|
|
#endif /* LIBFLAC_CONFIG_INCLUDED */
|