]> 4ch.mooo.com Git - 16.git/blob - src/lib/dl/ext/speex/config.h
meh did some cleanings and i will work on mapread to mm thingy sometime soon! oops...
[16.git] / src / lib / dl / ext / speex / config.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Make use of ARM4 assembly optimizations */
5 /* #undef ARM4_ASM */
6
7 /* Make use of ARM5E assembly optimizations */
8 /* #undef ARM5E_ASM */
9
10 /* Make use of Blackfin assembly optimizations */
11 /* #undef BFIN_ASM */
12
13 /* Disable all parts of the API that are using floats */
14 /* #undef DISABLE_FLOAT_API */
15
16 /* Disable VBR and VAD from the codec */
17 /* #undef DISABLE_VBR */
18
19 /* Enable valgrind extra checks */
20 /* #undef ENABLE_VALGRIND */
21
22 /* Symbol visibility prefix */
23 #define EXPORT
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 `getopt_long' function. */
44 #define HAVE_GETOPT_LONG 1
45
46 /* Define to 1 if you have the <inttypes.h> header file. */
47 #define HAVE_INTTYPES_H 1
48
49 /* Define to 1 if you have the `m' library (-lm). */
50 #define HAVE_LIBM 1
51
52 /* Define to 1 if you have the `winmm' library (-lwinmm). */
53 /* #undef HAVE_LIBWINMM */
54
55 /* Define to 1 if you have the <memory.h> header file. */
56 #define HAVE_MEMORY_H 1
57
58 /* Define to 1 if you have the <stdint.h> header file. */
59 #define HAVE_STDINT_H 1
60
61 /* Define to 1 if you have the <stdlib.h> header file. */
62 #define HAVE_STDLIB_H 1
63
64 /* Define to 1 if you have the <strings.h> header file. */
65 #define HAVE_STRINGS_H 1
66
67 /* Define to 1 if you have the <string.h> header file. */
68 #define HAVE_STRING_H 1
69
70 /* Define to 1 if you have the <sys/audioio.h> header file. */
71 /* #undef HAVE_SYS_AUDIOIO_H */
72
73 /* Define to 1 if you have the <sys/soundcard.h> header file. */
74 #undef HAVE_SYS_SOUNDCARD_H
75
76 /* Define to 1 if you have the <sys/stat.h> header file. */
77 #define HAVE_SYS_STAT_H 1
78
79 /* Define to 1 if you have the <sys/types.h> header file. */
80 #define HAVE_SYS_TYPES_H 1
81
82 /* Define to 1 if you have the <unistd.h> header file. */
83 #define HAVE_UNISTD_H 1
84
85 /* Define to the address where bug reports for this package should be sent. */
86 #define PACKAGE_BUGREPORT ""
87
88 /* Define to the full name of this package. */
89 #define PACKAGE_NAME ""
90
91 /* Define to the full name and version of this package. */
92 #define PACKAGE_STRING ""
93
94 /* Define to the one symbol short name of this package. */
95 #define PACKAGE_TARNAME ""
96
97 /* Define to the version of this package. */
98 #define PACKAGE_VERSION ""
99
100 /* The size of `int', as computed by sizeof. */
101 #define SIZEOF_INT 4
102
103 /* The size of `long', as computed by sizeof. */
104 #define SIZEOF_LONG 4
105
106 /* The size of `short', as computed by sizeof. */
107 #define SIZEOF_SHORT 2
108
109 /* Version extra */
110 #define SPEEX_EXTRA_VERSION ""
111
112 /* Version major */
113 #define SPEEX_MAJOR_VERSION 1
114
115 /* Version micro */
116 #define SPEEX_MICRO_VERSION 16
117
118 /* Version minor */
119 #define SPEEX_MINOR_VERSION 1
120
121 /* Complete version string */
122 #define SPEEX_VERSION "1.2rc1"
123
124 /* Define to 1 if you have the ANSI C header files. */
125 #define STDC_HEADERS 1
126
127 /* Enable support for TI C55X DSP */
128 /* #undef TI_C55X */
129
130 /* Make use of alloca */
131 /* #undef USE_ALLOCA */
132
133 /* Use FFTW3 for FFT */
134 /* #undef USE_GPL_FFTW3 */
135
136 /* Use Intel Math Kernel Library for FFT */
137 /* #undef USE_INTEL_MKL */
138
139 /* Use KISS Fast Fourier Transform */
140 /* #undef USE_KISS_FFT */
141
142 /* Use FFT from OggVorbis */
143 #define USE_SMALLFT
144
145 /* Use C99 variable-size arrays */
146 #undef VAR_ARRAYS
147
148 /* Define to 1 if your processor stores words with the most significant byte
149    first (like Motorola and SPARC, unlike Intel and VAX). */
150 /* #undef WORDS_BIGENDIAN */
151
152 /* Enable SSE support */
153 /* #undef _USE_SSE */
154
155 /* Define to empty if `const' does not conform to ANSI C. */
156 /* #undef const */
157
158 /* Define to `__inline__' or `__inline' if that's what the C compiler
159    calls it, or to nothing if 'inline' is not supported under any name.  */
160 #ifndef __cplusplus
161 /* #undef inline */
162 #endif
163
164 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
165    supported. Do not define if restrict is supported directly. */
166 #define restrict __restrict