~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to lib/liblame/config.h.in

  • Committer: wiso
  • Date: 2010-05-07 16:57:13 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:29897
copy lame-3.98.4 to trunk

Show diffs side-by-side

added added

removed removed

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