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 /* Enable valgrind extra checks */
14 /* #undef ENABLE_VALGRIND */
15 
16 /* Debug fixed-point implementation */
17 /* #undef FIXED_DEBUG */
18 
19 /* Compile as fixed-point */
20 /* #undef FIXED_POINT */
21 
22 /* Compile as floating-point */
23 #define FLOATING_POINT
24 
25 /* Define to 1 if you have the <alloca.h> header file. */
26 #define HAVE_ALLOCA_H 1
27 
28 /* Define to 1 if you have the <dlfcn.h> header file. */
29 #define HAVE_DLFCN_H 1
30 
31 /* Define to 1 if you have the `getopt_long' function. */
32 #define HAVE_GETOPT_LONG 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 `m' library (-lm). */
38 #define HAVE_LIBM 1
39 
40 /* Define to 1 if you have the `winmm' library (-lwinmm). */
41 /* #undef HAVE_LIBWINMM */
42 
43 /* Define to 1 if you have the <memory.h> header file. */
44 #define HAVE_MEMORY_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 <stdlib.h> header file. */
50 #define HAVE_STDLIB_H 1
51 
52 /* Define to 1 if you have the <strings.h> header file. */
53 #define HAVE_STRINGS_H 1
54 
55 /* Define to 1 if you have the <string.h> header file. */
56 #define HAVE_STRING_H 1
57 
58 /* Define to 1 if you have the <sys/audioio.h> header file. */
59 /* #undef HAVE_SYS_AUDIOIO_H */
60 
61 /* Define to 1 if you have the <sys/soundcard.h> header file. */
62 #define HAVE_SYS_SOUNDCARD_H 1
63 
64 /* Define to 1 if you have the <sys/stat.h> header file. */
65 #define HAVE_SYS_STAT_H 1
66 
67 /* Define to 1 if you have the <sys/types.h> header file. */
68 #define HAVE_SYS_TYPES_H 1
69 
70 /* Define to 1 if you have the <unistd.h> header file. */
71 #define HAVE_UNISTD_H 1
72 
73 /* Define to the address where bug reports for this package should be sent. */
74 #define PACKAGE_BUGREPORT ""
75 
76 /* Define to the full name of this package. */
77 #define PACKAGE_NAME ""
78 
79 /* Define to the full name and version of this package. */
80 #define PACKAGE_STRING ""
81 
82 /* Define to the one symbol short name of this package. */
83 #define PACKAGE_TARNAME ""
84 
85 /* Define to the version of this package. */
86 #define PACKAGE_VERSION ""
87 
88 /* The size of `int', as computed by sizeof. */
89 #define SIZEOF_INT 4
90 
91 /* The size of `long', as computed by sizeof. */
92 #define SIZEOF_LONG 4
93 
94 /* The size of `short', as computed by sizeof. */
95 #define SIZEOF_SHORT 2
96 
97 /* Version extra */
98 #define SPEEX_EXTRA_VERSION "-git"
99 
100 /* Version major */
101 #define SPEEX_MAJOR_VERSION 1
102 
103 /* Version micro */
104 #define SPEEX_MICRO_VERSION 15
105 
106 /* Version minor */
107 #define SPEEX_MINOR_VERSION 1
108 
109 /* Complete version string */
110 #define SPEEX_VERSION "1.2beta3"
111 
112 /* Define to 1 if you have the ANSI C header files. */
113 #define STDC_HEADERS 1
114 
115 /* Enable support for TI C55X DSP */
116 /* #undef TI_C55X */
117 
118 /* Make use of alloca */
119 /* #undef USE_ALLOCA */
120 
121 /* Use C99 variable-size arrays */
122 #define VAR_ARRAYS
123 
124 /* Define to 1 if your processor stores words with the most significant byte
125    first (like Motorola and SPARC, unlike Intel and VAX). */
126 /* #undef WORDS_BIGENDIAN */
127 
128 /* Enable SSE support */
129 #ifdef __SSE__
130 #define _USE_SSE
131 #endif
132 
133 #ifdef __SSE2__
134 #define _USE_SSE2
135 #endif
136 
137 #define EXPORT
138 
139 #define USE_SMALLFT
140 
141 /* Define to empty if `const' does not conform to ANSI C. */
142 /* #undef const */
143 
144 /* Define to `__inline__' or `__inline' if that's what the C compiler
145    calls it, or to nothing if 'inline' is not supported under any name.  */
146 #ifndef __cplusplus
147 /* #undef inline */
148 #endif
149 
150 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
151    supported. Do not define if restrict is supported directly. */
152 #define restrict __restrict
153