1 /* config.h. Generated from config.h.in by configure. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* Define if building universal (internal helper macro) */ 5 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 6 7 /* Target processor is big endian. */ 8 #define CPU_IS_BIG_ENDIAN 0 9 10 /* Target processor is little endian. */ 11 #define CPU_IS_LITTLE_ENDIAN 1 12 13 /* Set FLAC__BYTES_PER_WORD to 8 (this is the default) */ 14 #define ENABLE_64_BIT_WORDS 1 15 16 /* define to align allocated memory on 32-byte boundaries */ 17 #define FLAC__ALIGN_MALLOC_DATA 1 18 19 /* define if building for ARM */ 20 /* #undef FLAC__CPU_ARM64 */ 21 22 /* define if building for ia32/i386 */ 23 /* #undef FLAC__CPU_IA32 */ 24 25 /* define if building for x86_64 */ 26 /* #undef FLAC__CPU_X86_64 */ 27 28 /* Set to 1 if <arm_neon.h> has A64 instructions. */ 29 /* #undef FLAC__HAS_A64NEONINTRIN */ 30 31 /* Set to 1 if <arm_neon.h> is available. */ 32 #define FLAC__HAS_NEONINTRIN 0 33 34 /* define if you have the ogg library */ 35 #define FLAC__HAS_OGG 0 36 37 /* define if you have pandoc */ 38 /* #undef FLAC__HAS_PANDOC */ 39 40 /* Set to 1 if <x86intrin.h> is available. */ 41 #define FLAC__HAS_X86INTRIN 1 42 43 /* define to disable use of assembly code */ 44 #define FLAC__NO_ASM 1 45 46 /* define if building for Darwin / MacOS X */ 47 /* #undef FLAC__SYS_DARWIN */ 48 49 /* define if building for Linux */ 50 #define FLAC__SYS_LINUX 1 51 52 /* define to enable use of AVX instructions */ 53 /* #define FLAC__USE_AVX 1 */ 54 55 /* "Define to the commit date of the current git HEAD" */ 56 #define GIT_COMMIT_DATE "20230627" 57 58 /* "Define to the short hash of the current git HEAD" */ 59 #define GIT_COMMIT_HASH "4ff7e0f6" 60 61 /* "Define to the tag of the current git HEAD" */ 62 /* #undef GIT_COMMIT_TAG */ 63 64 /* Define to 1 if you have the <arm_neon.h> header file. */ 65 /* #undef HAVE_ARM_NEON_H */ 66 67 /* Compiler has the __builtin_bswap16 intrinsic */ 68 #define HAVE_BSWAP16 1 69 70 /* Compiler has the __builtin_bswap32 intrinsic */ 71 #define HAVE_BSWAP32 1 72 73 /* Define to 1 if you have the <byteswap.h> header file. */ 74 #define HAVE_BYTESWAP_H 1 75 76 /* define if you have clock_gettime */ 77 #define HAVE_CLOCK_GETTIME 1 78 79 /* Define to 1 if you have the <cpuid.h> header file. */ 80 /* #undef HAVE_CPUID_H */ 81 82 /* Define to 1 if you have the <dlfcn.h> header file. */ 83 #define HAVE_DLFCN_H 1 84 85 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 86 #define HAVE_FSEEKO 1 87 88 /* Define to 1 if you have the `getauxval' function. */ 89 #define HAVE_GETAUXVAL 1 90 91 /* Define to 1 if you have the `getopt_long' function. */ 92 #define HAVE_GETOPT_LONG 1 93 94 /* Define if you have the iconv() function and it works. */ 95 #define HAVE_ICONV 1 96 97 /* Define to 1 if you have the <inttypes.h> header file. */ 98 #define HAVE_INTTYPES_H 1 99 100 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 101 #define HAVE_LANGINFO_CODESET 1 102 103 /* lround support */ 104 #define HAVE_LROUND 1 105 106 /* Define to 1 if you have the <stdbool.h> header file. */ 107 #define HAVE_STDBOOL_H 1 108 109 /* Define to 1 if you have the <stdint.h> header file. */ 110 #define HAVE_STDINT_H 1 111 112 /* Define to 1 if you have the <stdlib.h> header file. */ 113 #define HAVE_STDLIB_H 1 114 115 /* Define to 1 if you have the <strings.h> header file. */ 116 #define HAVE_STRINGS_H 1 117 118 /* Define to 1 if you have the <string.h> header file. */ 119 #define HAVE_STRING_H 1 120 121 /* Define to 1 if you have the <sys/auxv.h> header file. */ 122 #define HAVE_SYS_AUXV_H 1 123 124 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 125 #define HAVE_SYS_IOCTL_H 1 126 127 /* Define to 1 if you have the <sys/param.h> header file. */ 128 #define HAVE_SYS_PARAM_H 1 129 130 /* Define to 1 if you have the <sys/stat.h> header file. */ 131 #define HAVE_SYS_STAT_H 1 132 133 /* Define to 1 if you have the <sys/types.h> header file. */ 134 #define HAVE_SYS_TYPES_H 1 135 136 /* Define to 1 if you have the <termios.h> header file. */ 137 #define HAVE_TERMIOS_H 1 138 139 /* Define to 1 if typeof works with your compiler. */ 140 #define HAVE_TYPEOF 1 141 142 /* Define to 1 if you have the <unistd.h> header file. */ 143 #define HAVE_UNISTD_H 1 144 145 /* Define to 1 if you have the <x86intrin.h> header file. */ 146 /* #undef HAVE_X86INTRIN_H */ 147 148 /* Define as const if the declaration of iconv() needs const. */ 149 #define ICONV_CONST 150 151 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 152 #define LT_OBJDIR ".libs/" 153 154 /* Name of package */ 155 #define PACKAGE "flac" 156 157 /* Define to the address where bug reports for this package should be sent. */ 158 #define PACKAGE_BUGREPORT "[email protected]" 159 160 /* Define to the full name of this package. */ 161 #define PACKAGE_NAME "flac" 162 163 /* Define to the full name and version of this package. */ 164 #define PACKAGE_STRING "flac 1.4.3" 165 166 /* Define to the one symbol short name of this package. */ 167 #define PACKAGE_TARNAME "flac" 168 169 /* Define to the home page for this package. */ 170 #define PACKAGE_URL "https://www.xiph.org/flac/" 171 172 /* Define to the version of this package. */ 173 #define PACKAGE_VERSION "1.4.3" 174 175 /* The size of `off_t', as computed by sizeof. */ 176 #if __LP64__ 177 #define SIZEOF_OFF_T 8 178 #else 179 #define SIZEOF_OFF_T 4 180 #endif 181 182 /* The size of `void*', as computed by sizeof. */ 183 #if __LP64__ 184 #define SIZEOF_VOIDP 8 185 #else 186 #define SIZEOF_VOIDP 4 187 #endif 188 189 /* Define to 1 if all of the C90 standard headers exist (not just the ones 190 required in a freestanding environment). This macro is provided for 191 backward compatibility; new code need not use it. */ 192 #define STDC_HEADERS 1 193 194 /* Enable extensions on AIX 3, Interix. */ 195 #ifndef _ALL_SOURCE 196 # define _ALL_SOURCE 1 197 #endif 198 /* Enable general extensions on Solaris. */ 199 #ifndef __EXTENSIONS__ 200 # define __EXTENSIONS__ 1 201 #endif 202 /* Enable GNU extensions on systems that have them. */ 203 #ifndef _GNU_SOURCE 204 # define _GNU_SOURCE 1 205 #endif 206 /* Enable POSIX-compatible threading on Solaris. */ 207 #ifndef _POSIX_PTHREAD_SEMANTICS 208 # define _POSIX_PTHREAD_SEMANTICS 1 209 #endif 210 /* Enable extensions on HP NonStop. */ 211 #ifndef _TANDEM_SOURCE 212 # define _TANDEM_SOURCE 1 213 #endif 214 215 216 /* Version number of package */ 217 #define VERSION "1.4.3" 218 219 /* Target processor is big endian. */ 220 #define WORDS_BIGENDIAN 0 221 222 /* Enable large inode numbers on Mac OS X 10.5. */ 223 #ifndef _DARWIN_USE_64_BIT_INODE 224 # define _DARWIN_USE_64_BIT_INODE 1 225 #endif 226 227 /* Number of bits in a file offset, on hosts where this is settable. */ 228 /* #undef _FILE_OFFSET_BITS */ 229 230 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 231 /* #undef _LARGEFILE_SOURCE */ 232 233 /* Define for large files, on AIX-style hosts. */ 234 /* #undef _LARGE_FILES */ 235 236 /* Define to `__inline__' or `__inline' if that's what the C compiler 237 calls it, or to nothing if 'inline' is not supported under any name. */ 238 #ifndef __cplusplus 239 /* #undef inline */ 240 #endif 241 242 /* Define to __typeof__ if your compiler spells it that way. */ 243 /* #undef typeof */ 244