1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define if building universal (internal helper macro) */ 4#cmakedefine AC_APPLE_UNIVERSAL_BUILD 5 6/* Target processor is big endian. */ 7#cmakedefine01 CPU_IS_BIG_ENDIAN 8 9/* Target processor is little endian. */ 10#cmakedefine01 CPU_IS_LITTLE_ENDIAN 11 12/* Set FLAC__BYTES_PER_WORD to 8 (4 is the default) */ 13#cmakedefine01 ENABLE_64_BIT_WORDS 14 15/* define to align allocated memory on 32-byte boundaries */ 16#cmakedefine FLAC__ALIGN_MALLOC_DATA 17 18/* define if you have docbook-to-man or docbook2man */ 19#cmakedefine FLAC__HAS_DOCBOOK_TO_MAN 20 21/* define if you are compiling for x86 and have the NASM assembler */ 22#cmakedefine FLAC__HAS_NASM 23 24/* define if you have the ogg library */ 25#cmakedefine01 OGG_FOUND 26#define FLAC__HAS_OGG OGG_FOUND 27 28/* define if compiler has __attribute__((target("cpu=power8"))) support */ 29#cmakedefine FLAC__HAS_TARGET_POWER8 30 31/* define if compiler has __attribute__((target("cpu=power9"))) support */ 32#cmakedefine FLAC__HAS_TARGET_POWER9 33 34/* Set to 1 if <x86intrin.h> is available. */ 35#cmakedefine01 FLAC__HAS_X86INTRIN 36 37/* define if building for Darwin / MacOS X */ 38#cmakedefine FLAC__SYS_DARWIN 39 40/* define if building for Linux */ 41#cmakedefine FLAC__SYS_LINUX 42 43/* define to enable use of Altivec instructions */ 44#cmakedefine FLAC__USE_ALTIVEC 45 46/* define to enable use of AVX instructions */ 47#cmakedefine01 WITH_AVX 48#define FLAC__USE_AVX WITH_AVX 49 50/* define to enable use of VSX instructions */ 51#cmakedefine FLAC__USE_VSX 52 53/* Compiler has the __builtin_bswap16 intrinsic */ 54#cmakedefine01 HAVE_BSWAP16 55 56/* Compiler has the __builtin_bswap32 intrinsic */ 57#cmakedefine01 HAVE_BSWAP32 58 59/* Define to 1 if you have the <byteswap.h> header file. */ 60#cmakedefine HAVE_BYTESWAP_H 61 62/* define if you have clock_gettime */ 63#cmakedefine HAVE_CLOCK_GETTIME 64 65/* Define to 1 if you have the <cpuid.h> header file. */ 66#cmakedefine HAVE_CPUID_H 67 68/* Define to 1 if C++ supports variable-length arrays. */ 69#cmakedefine HAVE_CXX_VARARRAYS 70 71/* Define to 1 if C supports variable-length arrays. */ 72#cmakedefine HAVE_C_VARARRAYS 73 74/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 75#cmakedefine HAVE_FSEEKO 76 77/* Define to 1 if you have the `getopt_long' function. */ 78#cmakedefine HAVE_GETOPT_LONG 79 80/* Define if you have the iconv() function and it works. */ 81#cmakedefine HAVE_ICONV 82 83/* Define to 1 if you have the <inttypes.h> header file. */ 84#cmakedefine01 HAVE_INTTYPES_H 85 86/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 87#cmakedefine HAVE_LANGINFO_CODESET 88 89/* lround support */ 90#cmakedefine01 HAVE_LROUND 91 92/* Define to 1 if you have the <memory.h> header file. */ 93#cmakedefine HAVE_MEMORY_H 94 95/* Define to 1 if the system has the type `socklen_t'. */ 96#cmakedefine HAVE_SOCKLEN_T 97 98/* Define to 1 if you have the <stdint.h> header file. */ 99#cmakedefine01 HAVE_STDINT_H 100 101/* Define to 1 if you have the <stdlib.h> header file. */ 102#cmakedefine HAVE_STDLIB_H 103 104/* Define to 1 if you have the <string.h> header file. */ 105#cmakedefine HAVE_STRING_H 106 107/* Define to 1 if you have the <sys/ioctl.h> header file. */ 108#cmakedefine HAVE_SYS_IOCTL_H 109 110/* Define to 1 if you have the <sys/param.h> header file. */ 111#cmakedefine HAVE_SYS_PARAM_H 112 113/* Define to 1 if you have the <sys/stat.h> header file. */ 114#cmakedefine HAVE_SYS_STAT_H 115 116/* Define to 1 if you have the <sys/types.h> header file. */ 117#cmakedefine HAVE_SYS_TYPES_H 118 119/* Define to 1 if you have the <termios.h> header file. */ 120#cmakedefine HAVE_TERMIOS_H 121 122/* Define to 1 if typeof works with your compiler. */ 123#cmakedefine HAVE_TYPEOF 124 125/* Define to 1 if you have the <unistd.h> header file. */ 126#cmakedefine HAVE_UNISTD_H 127 128/* Define to 1 if you have the <x86intrin.h> header file. */ 129#cmakedefine HAVE_X86INTRIN_H 130 131/* Define as const if the declaration of iconv() needs const. */ 132#cmakedefine ICONV_CONST 133 134/* Define if debugging is disabled */ 135#cmakedefine NDEBUG 136 137/* Name of package */ 138#cmakedefine PACKAGE 139 140/* Define to the address where bug reports for this package should be sent. */ 141#cmakedefine PACKAGE_BUGREPORT 142 143/* Define to the full name of this package. */ 144#cmakedefine PACKAGE_NAME 145 146/* Define to the full name and version of this package. */ 147#cmakedefine PACKAGE_STRING 148 149/* Define to the one symbol short name of this package. */ 150#cmakedefine PACKAGE_TARNAME 151 152/* Define to the home page for this package. */ 153#cmakedefine PACKAGE_URL 154 155/* Define to the version of this package. */ 156#define PACKAGE_VERSION "@PROJECT_VERSION@" 157 158/* The size of `off_t', as computed by sizeof. */ 159#cmakedefine SIZEOF_OFF_T 160 161/* The size of `void*', as computed by sizeof. */ 162#cmakedefine SIZEOF_VOIDP 163 164/* Define to 1 if you have the ANSI C header files. */ 165#cmakedefine STDC_HEADERS 166 167/* Enable extensions on AIX 3, Interix. */ 168#ifndef _ALL_SOURCE 169#define _ALL_SOURCE 170#endif 171 172/* Enable GNU extensions on systems that have them. */ 173#ifndef _GNU_SOURCE 174#define _GNU_SOURCE 175#endif 176 177#ifndef _FORTIFY_SOURCE 178#cmakedefine DODEFINE_FORTIFY_SOURCE 2 179#define _FORTIFY_SOURCE DODEFINE_FORTIFY_SOURCE 180#endif 181 182#ifndef _XOPEN_SOURCE 183#cmakedefine DODEFINE_XOPEN_SOURCE 500 184#define _XOPEN_SOURCE DODEFINE_XOPEN_SOURCE 185#endif 186 187/* Enable threading extensions on Solaris. */ 188#ifndef _POSIX_PTHREAD_SEMANTICS 189#cmakedefine _POSIX_PTHREAD_SEMANTICS 190#endif 191/* Enable extensions on HP NonStop. */ 192#ifndef _TANDEM_SOURCE 193#cmakedefine _TANDEM_SOURCE 194#endif 195/* Enable general extensions on Solaris. */ 196#ifndef __EXTENSIONS__ 197#cmakedefine DODEFINE_EXTENSIONS 198#define __EXTENSIONS__ DODEFINE_EXTENSIONS 199#endif 200 201 202/* Target processor is big endian. */ 203#define WORDS_BIGENDIAN CPU_IS_BIG_ENDIAN 204 205/* Enable large inode numbers on Mac OS X 10.5. */ 206#ifndef _DARWIN_USE_64_BIT_INODE 207# define _DARWIN_USE_64_BIT_INODE 1 208#endif 209 210/* Number of bits in a file offset, on hosts where this is settable. */ 211#ifndef _FILE_OFFSET_BITS 212# define _FILE_OFFSET_BITS 64 213#endif 214 215/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 216#ifndef _LARGEFILE_SOURCE 217# define _LARGEFILE_SOURCE 218#endif 219 220/* Define for large files, on AIX-style hosts. */ 221#cmakedefine _LARGE_FILES 222 223/* Define to 1 if on MINIX. */ 224#cmakedefine _MINIX 225 226/* Define to 2 if the system does not provide POSIX.1 features except with 227 this defined. */ 228#cmakedefine _POSIX_1_SOURCE 229 230/* Define to 1 if you need to in order for `stat' and other things to work. */ 231#cmakedefine _POSIX_SOURCE 232 233/* Define to __typeof__ if your compiler spells it that way. */ 234#cmakedefine typeof 235