OSDN Git Service

wwww
[proj16/16.git] / src / lib / doslib / ext / lame / config.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.in by autoheader.  */
3
4 /* debug define */
5 /* #undef ABORTFP */
6
7 /* Define if building universal (internal helper macro) */
8 /* #undef AC_APPLE_UNIVERSAL_BUILD */
9
10 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
11    systems. This function is required for `alloca.c' support on those systems.
12    */
13 /* #undef CRAY_STACKSEG_END */
14
15 /* Define to 1 if using `alloca.c'. */
16 /* #undef C_ALLOCA */
17
18 /* alot of debug output */
19 /* #undef DEBUG */
20
21 /* allow to compute a more accurate replaygain value */
22 #define DECODE_ON_THE_FLY 1
23
24 /* double is faster than float on Alpha */
25 /* #undef FLOAT */
26
27 /* Define to 1 if you have `alloca', as a function or macro. */
28 #define HAVE_ALLOCA 1
29
30 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
31    */
32 #define HAVE_ALLOCA_H 1
33
34 /* Define to 1 if you have the <dlfcn.h> header file. */
35 #define HAVE_DLFCN_H 1
36
37 /* we link against libefence */
38 /* #undef HAVE_EFENCE */
39
40 /* Define to 1 if you have the <errno.h> header file. */
41 #define HAVE_ERRNO_H 1
42
43 /* Define to 1 if you have the <fcntl.h> header file. */
44 #define HAVE_FCNTL_H 1
45
46 /* Define to 1 if you have the `gettimeofday' function. */
47 #define HAVE_GETTIMEOFDAY 1
48
49 /* Define if you have the iconv() function and it works. */
50 /* #define HAVE_ICONV 1 */
51
52 /* add ieee754_float32_t type */
53 /* #undef HAVE_IEEE754_FLOAT32_T */
54 #ifndef HAVE_IEEE754_FLOAT32_T
55         typedef float ieee754_float32_t;
56 #endif
57
58 /* add ieee754_float64_t type */
59 /* #undef HAVE_IEEE754_FLOAT64_T */
60 #ifndef HAVE_IEEE754_FLOAT64_T
61         typedef double ieee754_float64_t;
62 #endif
63
64 /* system has 80 bit floats */
65 #define HAVE_IEEE854_FLOAT80 1
66
67 /* add ieee854_float80_t type */
68 /* #undef HAVE_IEEE854_FLOAT80_T */
69 #ifndef HAVE_IEEE854_FLOAT80_T
70         typedef long double ieee854_float80_t;
71 #endif
72
73 /* add int16_t type */
74 #define HAVE_INT16_T 1
75 #ifndef HAVE_INT16_T
76         typedef short int16_t;
77 #endif
78
79 /* add int32_t type */
80 #define HAVE_INT32_T 1
81 #ifndef HAVE_INT32_T
82 #define A_INT32_T int
83         typedef A_INT32_T int32_t;
84 #endif
85
86 /* add int64_t type */
87 #define HAVE_INT64_T 1
88 #ifndef HAVE_INT64_T
89 #define A_INT64_T long long
90         typedef A_INT64_T int64_t;
91 #endif
92
93 /* add int8_t type */
94 #define HAVE_INT8_T 1
95 #ifndef HAVE_INT8_T
96         typedef char int8_t;
97 #endif
98
99 /* Define to 1 if you have the <inttypes.h> header file. */
100 #define HAVE_INTTYPES_H 1
101
102 /* Define to 1 if you have the <limits.h> header file. */
103 #define HAVE_LIMITS_H 1
104
105 /* Define to 1 if you have the <linux/soundcard.h> header file. */
106 #define HAVE_LINUX_SOUNDCARD_H 1
107
108 /* Define to 1 if the type `long double' works and has more range or precision
109    than `double'. */
110 #define HAVE_LONG_DOUBLE 1
111
112 /* Define to 1 if the type `long double' works and has more range or precision
113    than `double'. */
114 #define HAVE_LONG_DOUBLE_WIDER 1
115
116 /* Define to 1 if you have the <memory.h> header file. */
117 #define HAVE_MEMORY_H 1
118
119 /* build with mpglib support */
120 #define HAVE_MPGLIB 1
121
122 /* have nasm */
123 /* #undef HAVE_NASM */
124
125 /* Define to 1 if you have the <ncurses/termcap.h> header file. */
126 /* #undef HAVE_NCURSES_TERMCAP_H */
127
128 /* Define to 1 if you have the `socket' function. */
129 #define HAVE_SOCKET 1
130
131 /* Define to 1 if you have the <stdint.h> header file. */
132 #define HAVE_STDINT_H 1
133
134 /* Define to 1 if you have the <stdlib.h> header file. */
135 #define HAVE_STDLIB_H 1
136
137 /* Define to 1 if you have the <strings.h> header file. */
138 #define HAVE_STRINGS_H 1
139
140 /* Define to 1 if you have the <string.h> header file. */
141 #define HAVE_STRING_H 1
142
143 /* Define to 1 if you have the `strtol' function. */
144 #define HAVE_STRTOL 1
145
146 /* Define to 1 if you have the <sys/soundcard.h> header file. */
147 #define HAVE_SYS_SOUNDCARD_H 1
148
149 /* Define to 1 if you have the <sys/stat.h> header file. */
150 #define HAVE_SYS_STAT_H 1
151
152 /* Define to 1 if you have the <sys/time.h> header file. */
153 #define HAVE_SYS_TIME_H 1
154
155 /* Define to 1 if you have the <sys/types.h> header file. */
156 #define HAVE_SYS_TYPES_H 1
157
158 /* have termcap */
159 /* #define HAVE_TERMCAP 1 */
160
161 /* Define to 1 if you have the <termcap.h> header file. */
162 /* #define HAVE_TERMCAP_H 1 */
163
164 /* add uint16_t type */
165 #define HAVE_UINT16_T 1
166 #ifndef HAVE_UINT16_T
167         typedef unsigned short uint16_t;
168 #endif
169
170 /* add uint32_t type */
171 #define HAVE_UINT32_T 1
172 #ifndef HAVE_UINT32_T
173 #define A_UINT32_T unsigned int
174         typedef A_UINT32_T uint32_t;
175 #endif
176
177 /* add uint64_t type */
178 #define HAVE_UINT64_T 1
179 #ifndef HAVE_UINT64_T
180 #define A_UINT64_T unsigned long long
181         typedef A_UINT64_T uint64_t;
182 #endif
183
184 /* add uint8_t type */
185 #define HAVE_UINT8_T 1
186 #ifndef HAVE_UINT8_T
187         typedef unsigned char uint8_t;
188 #endif
189
190 /* Define to 1 if you have the <unistd.h> header file. */
191 #define HAVE_UNISTD_H 1
192
193 /* Define to 1 if you have the <xmmintrin.h> header file. */
194 /* #undef HAVE_XMMINTRIN_H */
195
196 /* Define as const if the declaration of iconv() needs const. */
197 /* #define ICONV_CONST */
198
199 /* requested by Frank, seems to be temporary needed for a smooth transition */
200 #define LAME_LIBRARY_BUILD 1
201
202 /* set to 1 if you have libsndfile */
203 /* #undef LIBSNDFILE */
204
205 /* Define to the sub-directory in which libtool stores uninstalled libraries.
206    */
207 #define LT_OBJDIR ".libs/"
208
209 /* use MMX version of choose_table */
210 /* #undef MMX_choose_table */
211
212 /* no debug build */
213 #define NDEBUG 1
214
215 /* build without hooks for analyzer */
216 /* #undef NOANALYSIS */
217
218 /* Name of package */
219 #define PACKAGE "lame"
220
221 /* Define to the address where bug reports for this package should be sent. */
222 #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
223
224 /* Define to the full name of this package. */
225 #define PACKAGE_NAME "lame"
226
227 /* Define to the full name and version of this package. */
228 #define PACKAGE_STRING "lame 3.99.3"
229
230 /* Define to the one symbol short name of this package. */
231 #define PACKAGE_TARNAME "lame"
232
233 /* Define to the home page for this package. */
234 #define PACKAGE_URL ""
235
236 /* Define to the version of this package. */
237 #define PACKAGE_VERSION "3.99.3"
238
239 /* Define to 1 if the C compiler supports function prototypes. */
240 #define PROTOTYPES 1
241
242 /* The size of `double', as computed by sizeof. */
243 #define SIZEOF_DOUBLE 8
244
245 /* The size of `float', as computed by sizeof. */
246 #define SIZEOF_FLOAT 4
247
248 /* The size of `int', as computed by sizeof. */
249 #define SIZEOF_INT 4
250
251 /* The size of `long', as computed by sizeof. */
252 #define SIZEOF_LONG 4
253
254 /* The size of `long double', as computed by sizeof. */
255 /* #undef SIZEOF_LONG_DOUBLE */
256
257 /* The size of `long long', as computed by sizeof. */
258 #define SIZEOF_LONG_LONG 8
259
260 /* The size of `short', as computed by sizeof. */
261 #define SIZEOF_SHORT 2
262
263 /* The size of `unsigned int', as computed by sizeof. */
264 #define SIZEOF_UNSIGNED_INT 4
265
266 /* The size of `unsigned long', as computed by sizeof. */
267 #define SIZEOF_UNSIGNED_LONG 4
268
269 /* The size of `unsigned long long', as computed by sizeof. */
270 #define SIZEOF_UNSIGNED_LONG_LONG 8
271
272 /* The size of `unsigned short', as computed by sizeof. */
273 #define SIZEOF_UNSIGNED_SHORT 2
274
275 /* If using the C implementation of alloca, define if you know the
276    direction of stack growth for your system; otherwise it will be
277    automatically deduced at runtime.
278         STACK_DIRECTION > 0 => grows toward higher addresses
279         STACK_DIRECTION < 0 => grows toward lower addresses
280         STACK_DIRECTION = 0 => direction of growth unknown */
281 /* #undef STACK_DIRECTION */
282
283 /* Define to 1 if you have the ANSI C header files. */
284 #define STDC_HEADERS 1
285
286 /* IEEE754 compatible machine */
287 #define TAKEHIRO_IEEE754_HACK 1
288
289 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
290 #define TIME_WITH_SYS_TIME 1
291
292 /* faster log implementation with less but enough precission */
293 #define USE_FAST_LOG 1
294
295 /* Enable extensions on AIX 3, Interix.  */
296 #ifndef _ALL_SOURCE
297 # define _ALL_SOURCE 1
298 #endif
299 /* Enable GNU extensions on systems that have them.  */
300 #ifndef _GNU_SOURCE
301 # define _GNU_SOURCE 1
302 #endif
303 /* Enable threading extensions on Solaris.  */
304 #ifndef _POSIX_PTHREAD_SEMANTICS
305 # define _POSIX_PTHREAD_SEMANTICS 1
306 #endif
307 /* Enable extensions on HP NonStop.  */
308 #ifndef _TANDEM_SOURCE
309 # define _TANDEM_SOURCE 1
310 #endif
311 /* Enable general extensions on Solaris.  */
312 #ifndef __EXTENSIONS__
313 # define __EXTENSIONS__ 1
314 #endif
315
316
317 /* Version number of package */
318 #define VERSION "3.99.3"
319
320 /* Define if using the dmalloc debugging malloc package */
321 /* #undef WITH_DMALLOC */
322
323 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
324    significant byte first (like Motorola and SPARC, unlike Intel). */
325 #if defined AC_APPLE_UNIVERSAL_BUILD
326 # if defined __BIG_ENDIAN__
327 #  define WORDS_BIGENDIAN 1
328 # endif
329 #else
330 # ifndef WORDS_BIGENDIAN
331 /* #  undef WORDS_BIGENDIAN */
332 # endif
333 #endif
334
335 /* Number of bits in a file offset, on hosts where this is settable. */
336 #define _FILE_OFFSET_BITS 64
337
338 /* Define for large files, on AIX-style hosts. */
339 /* #undef _LARGE_FILES */
340
341 /* Define to 1 if on MINIX. */
342 /* #undef _MINIX */
343
344 /* Define to 2 if the system does not provide POSIX.1 features except with
345    this defined. */
346 /* #undef _POSIX_1_SOURCE */
347
348 /* Define to 1 if you need to in order for `stat' and other things to work. */
349 /* #undef _POSIX_SOURCE */
350
351 /* we're on DEC Alpha */
352 /* #undef __DECALPHA__ */
353
354 /* work around a glibc bug */
355 /* #undef __NO_MATH_INLINES */
356
357 /* Define like PROTOTYPES; this can be used by system headers. */
358 #define __PROTOTYPES 1
359
360 /* Define to empty if `const' does not conform to ANSI C. */
361 /* #undef const */
362
363 /* Define to `__inline__' or `__inline' if that's what the C compiler
364    calls it, or to nothing if 'inline' is not supported under any name.  */
365 #ifndef __cplusplus
366 /* #undef inline */
367 #endif
368
369 /* Define to `unsigned int' if <sys/types.h> does not define. */
370 /* #undef size_t */