[go: nahoru, domu]

blob: 85a6d897863e4d4d223a7f892b61949e07097b6c [file] [log] [blame]
Sadaf Ebrahimi7f5bc782023-03-27 21:33:20 +00001/* 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/* Make use of ARM4 assembly optimizations */
8/* #undef ARM4_ASM */
9
10/* Make use of ARM5E assembly optimizations */
11/* #undef ARM5E_ASM */
12
13/* Make use of Blackfin assembly optimizations */
14/* #undef BFIN_ASM */
15
16/* Disable all parts of the API that are using floats */
17/* #undef DISABLE_FLOAT_API */
18
19/* Enable valgrind extra checks */
20/* #undef ENABLE_VALGRIND */
21
22/* Symbol visibility prefix */
23#define EXPORT __attribute__((visibility("default")))
24
25/* Debug fixed-point implementation */
26/* #undef FIXED_DEBUG */
27
28/* Compile as fixed-point */
29/* #undef FIXED_POINT */
30
31/* Compile as floating-point */
32#define FLOATING_POINT /**/
33
34/* Define to 1 if you have the <alloca.h> header file. */
35#define HAVE_ALLOCA_H 1
36
37/* Define to 1 if you have the <dlfcn.h> header file. */
38#define HAVE_DLFCN_H 1
39
40/* Define to 1 if you have the <getopt.h> header file. */
41#define HAVE_GETOPT_H 1
42
43/* Define to 1 if you have the <inttypes.h> header file. */
44#define HAVE_INTTYPES_H 1
45
46/* Define to 1 if you have the <stdint.h> header file. */
47#define HAVE_STDINT_H 1
48
49/* Define to 1 if you have the <stdio.h> header file. */
50#define HAVE_STDIO_H 1
51
52/* Define to 1 if you have the <stdlib.h> header file. */
53#define HAVE_STDLIB_H 1
54
55/* Define to 1 if you have the <strings.h> header file. */
56#define HAVE_STRINGS_H 1
57
58/* Define to 1 if you have the <string.h> header file. */
59#define HAVE_STRING_H 1
60
61/* Define to 1 if you have the <sys/audioio.h> header file. */
62/* #undef HAVE_SYS_AUDIOIO_H */
63
64/* Define to 1 if you have the <sys/soundcard.h> header file. */
65#define HAVE_SYS_SOUNDCARD_H 1
66
67/* Define to 1 if you have the <sys/stat.h> header file. */
68#define HAVE_SYS_STAT_H 1
69
70/* Define to 1 if you have the <sys/types.h> header file. */
71#define HAVE_SYS_TYPES_H 1
72
73/* Define to 1 if you have the <unistd.h> header file. */
74#define HAVE_UNISTD_H 1
75
76/* Define to the sub-directory where libtool stores uninstalled libraries. */
77#define LT_OBJDIR ".libs/"
78
79/* Define to the address where bug reports for this package should be sent. */
80#define PACKAGE_BUGREPORT "speex-dev@xiph.org"
81
82/* Define to the full name of this package. */
83#define PACKAGE_NAME "speexdsp"
84
85/* Define to the full name and version of this package. */
86#define PACKAGE_STRING "speexdsp 1.2rc3"
87
88/* Define to the one symbol short name of this package. */
89#define PACKAGE_TARNAME "speexdsp"
90
91/* Define to the home page for this package. */
92#define PACKAGE_URL ""
93
94/* Define to the version of this package. */
95#define PACKAGE_VERSION "1.2rc3"
96
97/* Resample with full SINC table (no interpolation) */
98/* #undef RESAMPLE_FULL_SINC_TABLE */
99
100/* The size of `int', as computed by sizeof. */
101#define SIZEOF_INT 4
102
103/* The size of `int16_t', as computed by sizeof. */
104#define SIZEOF_INT16_T 2
105
106/* The size of `int32_t', as computed by sizeof. */
107#define SIZEOF_INT32_T 4
108
109/* The size of `long', as computed by sizeof. */
110#define SIZEOF_LONG 8
111
112/* The size of `short', as computed by sizeof. */
113#define SIZEOF_SHORT 2
114
115/* The size of `uint16_t', as computed by sizeof. */
116#define SIZEOF_UINT16_T 2
117
118/* The size of `uint32_t', as computed by sizeof. */
119#define SIZEOF_UINT32_T 4
120
121/* The size of `u_int16_t', as computed by sizeof. */
122#define SIZEOF_U_INT16_T 2
123
124/* The size of `u_int32_t', as computed by sizeof. */
125#define SIZEOF_U_INT32_T 4
126
127/* Define to 1 if all of the C90 standard headers exist (not just the ones
128 required in a freestanding environment). This macro is provided for
129 backward compatibility; new code need not use it. */
130#define STDC_HEADERS 1
131
132/* Enable support for TI C55X DSP */
133/* #undef TI_C55X */
134
135/* Make use of alloca */
136/* #undef USE_ALLOCA */
137
138/* Use FFTW3 for FFT */
139/* #undef USE_GPL_FFTW3 */
140
141/* Use Intel Math Kernel Library for FFT */
142/* #undef USE_INTEL_MKL */
143
144/* Use KISS Fast Fourier Transform */
145/* #undef USE_KISS_FFT */
146
147/* Use FFT from OggVorbis */
148#define USE_SMALLFT /**/
149
150/* Use C99 variable-size arrays */
151#define VAR_ARRAYS /**/
152
153/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
154 significant byte first (like Motorola and SPARC, unlike Intel). */
155#if defined AC_APPLE_UNIVERSAL_BUILD
156# if defined __BIG_ENDIAN__
157# define WORDS_BIGENDIAN 1
158# endif
159#else
160# ifndef WORDS_BIGENDIAN
161/* # undef WORDS_BIGENDIAN */
162# endif
163#endif
164
165/* Enable NEON support */
166/* #undef _USE_NEON */
167
168/* Enable SSE support */
169#define _USE_SSE /**/
170
171/* Enable SSE2 support */
172#define _USE_SSE2 /**/
173
174/* Define to empty if `const' does not conform to ANSI C. */
175/* #undef const */
176
177/* Define to `__inline__' or `__inline' if that's what the C compiler
178 calls it, or to nothing if 'inline' is not supported under any name. */
179#ifndef __cplusplus
180/* #undef inline */
181#endif
182
183/* Define to the equivalent of the C99 'restrict' keyword, or to
184 nothing if this is not supported. Do not define if restrict is
185 supported only directly. */
186#define restrict __restrict__
187/* Work around a bug in older versions of Sun C++, which did not
188 #define __restrict__ or support _Restrict or __restrict__
189 even though the corresponding Sun C compiler ended up with
190 "#define restrict _Restrict" or "#define restrict __restrict__"
191 in the previous line. This workaround can be removed once
192 we assume Oracle Developer Studio 12.5 (2016) or later. */
193#if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__
194# define _Restrict
195# define __restrict__
196#endif