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 /* This is a build of CELT */
8 #define CELT_BUILD /**/
9 
10 /* Version extra */
11 #define CELT_EXTRA_VERSION ""
12 
13 /* Version major */
14 #define CELT_MAJOR_VERSION 0
15 
16 /* Version micro */
17 #define CELT_MICRO_VERSION 0
18 
19 /* Version minor */
20 #define CELT_MINOR_VERSION 11
21 
22 /* Complete version string */
23 #define CELT_VERSION "0.11.0"
24 
25 /* Assertions */
26 /* #undef ENABLE_ASSERTIONS */
27 
28 /* Postfilter */
29 /* #undef ENABLE_POSTFILTER */
30 
31 /* Debug fixed-point implementation */
32 /* #undef FIXED_DEBUG */
33 
34 /* Compile as fixed-point */
35 /* #undef FIXED_POINT */
36 
37 /* Compile as floating-point */
38 #define FLOATING_POINT /**/
39 
40 /* Float approximations */
41 /* #undef FLOAT_APPROX */
42 
43 /* Define to 1 if you have the <alloca.h> header file. */
44 #define HAVE_ALLOCA_H 1
45 
46 /* Define to 1 if you have the <dlfcn.h> header file. */
47 #define HAVE_DLFCN_H 1
48 
49 /* Define to 1 if you have the <getopt.h> header file. */
50 #define HAVE_GETOPT_H 1
51 
52 /* Define to 1 if you have the `getopt_long' function. */
53 #define HAVE_GETOPT_LONG 1
54 
55 /* Define to 1 if you have the <inttypes.h> header file. */
56 // #define HAVE_INTTYPES_H 1
57 
58 /* Define to 1 if you have the `m' library (-lm). */
59 #define HAVE_LIBM 1
60 
61 /* Define to 1 if you have the `winmm' library (-lwinmm). */
62 /* #undef HAVE_LIBWINMM */
63 
64 /* Define if you have C99's lrint function. */
65 // #define HAVE_LRINT 1
66 
67 /* Define if you have C99's lrintf function. */
68 // #define HAVE_LRINTF 1
69 
70 /* Define to 1 if you have the <memory.h> header file. */
71 #define HAVE_MEMORY_H 1
72 
73 /* Define to 1 if you have the <stdint.h> header file. */
74 // #define HAVE_STDINT_H 1
75 
76 /* Define to 1 if you have the <stdlib.h> header file. */
77 #define HAVE_STDLIB_H 1
78 
79 /* Define to 1 if you have the <strings.h> header file. */
80 #define HAVE_STRINGS_H 1
81 
82 /* Define to 1 if you have the <string.h> header file. */
83 #define HAVE_STRING_H 1
84 
85 /* Define to 1 if you have the <sys/audioio.h> header file. */
86 /* #undef HAVE_SYS_AUDIOIO_H */
87 
88 /* Define to 1 if you have the <sys/soundcard.h> header file. */
89 #define HAVE_SYS_SOUNDCARD_H 1
90 
91 /* Define to 1 if you have the <sys/stat.h> header file. */
92 #define HAVE_SYS_STAT_H 1
93 
94 /* Define to 1 if you have the <sys/types.h> header file. */
95 #define HAVE_SYS_TYPES_H 1
96 
97 /* Define to 1 if you have the <unistd.h> header file. */
98 #define HAVE_UNISTD_H 1
99 
100 /* Define to the sub-directory in which libtool stores uninstalled libraries.
101    */
102 #define LT_OBJDIR ".libs/"
103 
104 /* Define to the address where bug reports for this package should be sent. */
105 #define PACKAGE_BUGREPORT ""
106 
107 /* Define to the full name of this package. */
108 #define PACKAGE_NAME ""
109 
110 /* Define to the full name and version of this package. */
111 #define PACKAGE_STRING ""
112 
113 /* Define to the one symbol short name of this package. */
114 #define PACKAGE_TARNAME ""
115 
116 /* Define to the version of this package. */
117 #define PACKAGE_VERSION ""
118 
119 /* The size of `int', as computed by sizeof. */
120 #define SIZEOF_INT 4
121 
122 /* The size of `long', as computed by sizeof. */
123 #define SIZEOF_LONG 4
124 
125 /* The size of `long long', as computed by sizeof. */
126 #define SIZEOF_LONG_LONG 8
127 
128 /* The size of `short', as computed by sizeof. */
129 #define SIZEOF_SHORT 2
130 
131 /* Custom modes */
132 /* #undef CUSTOM_MODES */
133 
134 /* Define to 1 if you have the ANSI C header files. */
135 #define STDC_HEADERS 1
136 
137 /* Make use of alloca */
138 /* #undef USE_ALLOCA */
139 #define USE_ALLOCA 1
140 
141 /* Use C99 variable-size arrays */
142 // #define VAR_ARRAYS /**/
143 
144 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
145    significant byte first (like Motorola and SPARC, unlike Intel). */
146 #if defined AC_APPLE_UNIVERSAL_BUILD
147 # if defined __BIG_ENDIAN__
148 #  define WORDS_BIGENDIAN 1
149 # endif
150 #else
151 # ifndef WORDS_BIGENDIAN
152 /* #  undef WORDS_BIGENDIAN */
153 # endif
154 #endif
155 
156 /* Define to empty if `const' does not conform to ANSI C. */
157 /* #undef const */
158 
159 /* Define to `__inline__' or `__inline' if that's what the C compiler
160    calls it, or to nothing if 'inline' is not supported under any name.  */
161 #ifndef __cplusplus
162 #define inline __inline
163 #endif
164 
165 /* Define to the equivalent of the C99 'restrict' keyword, or to
166    nothing if this is not supported.  Do not define if restrict is
167    supported directly.  */
168 #define restrict
169