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