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