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