Subversion Repositories Kolibri OS

Rev

Rev 1905 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1905 serge 1
/* src/config.h.  Generated from config.h.in by configure.  */
2
/* src/config.h.in.  Generated from configure.ac by autoheader.  */
3
 
4
/* Define if your architecture wants/needs/can use attribute_align_arg and
3960 Serge 5
   alignment checks. It is for 32bit x86... */
1905 serge 6
#define ABI_ALIGN_FUN 1
7
 
8
/* Define to use proper rounding. */
9
/* #undef ACCURATE_ROUNDING */
10
 
3960 Serge 11
/* Define if building universal (internal helper macro) */
12
/* #undef AC_APPLE_UNIVERSAL_BUILD */
13
 
14
/* Define if .balign is present. */
15
#define ASMALIGN_BALIGN 1
16
 
17
/* Define if .align just takes byte count. */
18
/* #undef ASMALIGN_BYTE */
19
 
1905 serge 20
/* Define if .align takes 3 for alignment of 2^3=8 bytes instead of 8. */
21
/* #undef ASMALIGN_EXP */
22
 
23
/* Define if __attribute__((aligned(16))) shall be used */
24
#define CCALIGN 1
25
 
26
/* Define if debugging is enabled. */
27
/* #undef DEBUG */
28
 
29
/* The default audio output module(s) to use */
3960 Serge 30
#define DEFAULT_OUTPUT_MODULE "dummy"
1905 serge 31
 
32
/* Define if building with dynamcally linked libmpg123 */
33
#define DYNAMIC_BUILD 1
34
 
3960 Serge 35
/* Use EFBIG as substitude for EOVERFLOW, mingw.org may lack the latter */
36
#define EOVERFLOW EFBIG
37
 
1905 serge 38
/* Define if FIFO support is enabled. */
3960 Serge 39
#define FIFO 1
1905 serge 40
 
41
/* Define if frame index should be used. */
42
#define FRAME_INDEX 1
43
 
44
/* Define if gapless is enabled. */
45
#define GAPLESS 1
46
 
47
/* Define to 1 if you have the  header file. */
48
/* #undef HAVE_ALC_H */
49
 
50
/* Define to 1 if you have the  header file. */
51
/* #undef HAVE_ALIB_H */
52
 
53
/* Define to 1 if you have the  header file. */
54
/* #undef HAVE_AL_ALC_H */
55
 
56
/* Define to 1 if you have the  header file. */
57
/* #undef HAVE_AL_AL_H */
58
 
59
/* Define to 1 if you have the  header file. */
60
/* #undef HAVE_AL_H */
61
 
62
/* Define to 1 if you have the  header file. */
63
/* #undef HAVE_ARPA_INET_H */
64
 
65
/* Define to 1 if you have the  header file. */
66
/* #undef HAVE_ASM_AUDIOIO_H */
67
 
68
/* Define to 1 if you have the `atoll' function. */
69
#define HAVE_ATOLL 1
70
 
71
/* Define to 1 if you have the  header file. */
72
/* #undef HAVE_AUDIOS_H */
73
 
74
/* Define to 1 if you have the  header file. */
75
/* #undef HAVE_AUDIOTOOLBOX_AUDIOTOOLBOX_H */
76
 
77
/* Define to 1 if you have the  header file. */
78
/* #undef HAVE_AUDIOUNIT_AUDIOUNIT_H */
79
 
80
/* Define to 1 if you have the  header file. */
81
/* #undef HAVE_CORESERVICES_CORESERVICES_H */
82
 
83
/* Define to 1 if you have the  header file. */
84
/* #undef HAVE_CULIB_H */
85
 
86
/* Define to 1 if you have the  header file. */
87
/* #undef HAVE_DLFCN_H */
88
 
3960 Serge 89
/* Define if getaddrinfo accepts the AI_ADDRCONFIG flag */
90
/* #undef HAVE_GAI_ADDRCONFIG */
91
 
1905 serge 92
/* Define to 1 if you have the `getaddrinfo' function. */
93
/* #undef HAVE_GETADDRINFO */
94
 
95
/* Define to 1 if you have the `getpagesize' function. */
96
#define HAVE_GETPAGESIZE 1
97
 
98
/* Define to 1 if you have the `getuid' function. */
99
/* #undef HAVE_GETUID */
100
 
101
/* Define to 1 if you have the  header file. */
102
#define HAVE_INTTYPES_H 1
103
 
104
/* Define to 1 if you have the  header file. */
105
/* #undef HAVE_LANGINFO_H */
106
 
107
/* Define to 1 if you have the `m' library (-lm). */
108
#define HAVE_LIBM 1
109
 
110
/* Define to 1 if you have the `mx' library (-lmx). */
111
/* #undef HAVE_LIBMX */
112
 
113
/* Define to 1 if you have the  header file. */
114
#define HAVE_LIMITS_H 1
115
 
116
/* Define to 1 if you have the  header file. */
117
/* #undef HAVE_LINUX_SOUNDCARD_H */
118
 
119
/* Define to 1 if you have the  header file. */
120
#define HAVE_LOCALE_H 1
121
 
122
/* Define if libltdl is available */
3960 Serge 123
#define HAVE_LTDL 1
1905 serge 124
 
125
/* Define to 1 if you have the  header file. */
126
/* #undef HAVE_MACHINE_SOUNDCARD_H */
127
 
128
/* Define to 1 if you have the  header file. */
129
#define HAVE_MEMORY_H 1
130
 
131
/* Define to 1 if you have the `mkfifo' function. */
132
/* #undef HAVE_MKFIFO */
133
 
134
/* Define to 1 if you have a working `mmap' system call. */
135
/* #undef HAVE_MMAP */
136
 
137
/* Define to 1 if you have the  header file. */
138
/* #undef HAVE_NETDB_H */
139
 
140
/* Define to 1 if you have the  header file. */
141
/* #undef HAVE_NETINET_IN_H */
142
 
143
/* Define to 1 if you have the  header file. */
144
/* #undef HAVE_NETINET_TCP_H */
145
 
146
/* Define to 1 if you have the `nl_langinfo' function. */
147
/* #undef HAVE_NL_LANGINFO */
148
 
149
/* Define to 1 if you have the  header file. */
150
/* #undef HAVE_OPENAL_ALC_H */
151
 
152
/* Define to 1 if you have the  header file. */
153
/* #undef HAVE_OPENAL_AL_H */
154
 
155
/* Define to 1 if you have the  header file. */
156
/* #undef HAVE_OS2ME_H */
157
 
158
/* Define to 1 if you have the  header file. */
159
/* #undef HAVE_OS2_H */
160
 
161
/* Define to 1 if you have the `random' function. */
162
/* #undef HAVE_RANDOM */
163
 
164
/* Define to 1 if you have the  header file. */
3960 Serge 165
#define HAVE_SCHED_H 1
1905 serge 166
 
167
/* Define to 1 if you have the `sched_setscheduler' function. */
168
/* #undef HAVE_SCHED_SETSCHEDULER */
169
 
170
/* Define to 1 if you have the `setlocale' function. */
171
#define HAVE_SETLOCALE 1
172
 
173
/* Define to 1 if you have the `setpriority' function. */
174
/* #undef HAVE_SETPRIORITY */
175
 
176
/* Define to 1 if you have the `setuid' function. */
177
/* #undef HAVE_SETUID */
178
 
179
/* Define to 1 if you have the  header file. */
180
#define HAVE_SIGNAL_H 1
181
 
182
/* Define to 1 if you have the  header file. */
183
/* #undef HAVE_SNDIO_H */
184
 
185
/* Define to 1 if you have the  header file. */
186
#define HAVE_STDINT_H 1
187
 
188
/* Define to 1 if you have the  header file. */
189
#define HAVE_STDIO_H 1
190
 
191
/* Define to 1 if you have the  header file. */
192
#define HAVE_STDLIB_H 1
193
 
194
/* Define to 1 if you have the `strdup' function. */
195
#define HAVE_STRDUP 1
196
 
197
/* Define to 1 if you have the `strerror' function. */
198
#define HAVE_STRERROR 1
199
 
200
/* Define to 1 if you have the  header file. */
201
#define HAVE_STRINGS_H 1
202
 
203
/* Define to 1 if you have the  header file. */
204
#define HAVE_STRING_H 1
205
 
206
/* Define to 1 if you have the  header file. */
207
/* #undef HAVE_SUN_AUDIOIO_H */
208
 
209
/* Define to 1 if you have the  header file. */
210
/* #undef HAVE_SYS_AUDIOIO_H */
211
 
212
/* Define to 1 if you have the  header file. */
213
/* #undef HAVE_SYS_AUDIO_H */
214
 
215
/* Define to 1 if you have the  header file. */
216
/* #undef HAVE_SYS_IOCTL_H */
217
 
218
/* Define to 1 if you have the  header file. */
219
#define HAVE_SYS_PARAM_H 1
220
 
221
/* Define to 1 if you have the  header file. */
222
/* #undef HAVE_SYS_RESOURCE_H */
223
 
224
/* Define to 1 if you have the  header file. */
225
/* #undef HAVE_SYS_SIGNAL_H */
226
 
227
/* Define to 1 if you have the  header file. */
228
/* #undef HAVE_SYS_SOCKET_H */
229
 
230
/* Define to 1 if you have the  header file. */
231
/* #undef HAVE_SYS_SOUNDCARD_H */
232
 
233
/* Define to 1 if you have the  header file. */
234
#define HAVE_SYS_STAT_H 1
235
 
236
/* Define to 1 if you have the  header file. */
237
#define HAVE_SYS_TIME_H 1
238
 
239
/* Define to 1 if you have the  header file. */
240
#define HAVE_SYS_TYPES_H 1
241
 
242
/* Define to 1 if you have the  header file. */
243
/* #undef HAVE_SYS_WAIT_H */
244
 
245
/* Define this if you have the POSIX termios library */
246
/* #undef HAVE_TERMIOS */
247
 
248
/* Define to 1 if you have the  header file. */
249
#define HAVE_UNISTD_H 1
250
 
251
/* Define to indicate that float storage follows IEEE754. */
252
#define IEEE_FLOAT 1
253
 
254
/* size of the frame index seek table */
255
#define INDEX_SIZE 1000
256
 
257
/* Define if IPV6 support is enabled. */
3960 Serge 258
#define IPV6 1
1905 serge 259
 
3960 Serge 260
/* Define this to the size of long type in bits, used for LFS small/native
261
   alias functions. */
262
#define LFS_ALIAS_BITS 32
263
 
1905 serge 264
/* Define to the sub-directory in which libtool stores uninstalled libraries.
265
   */
266
#define LT_OBJDIR ".libs/"
267
 
3960 Serge 268
/* The suffix for module files. */
269
#define MODULE_FILE_SUFFIX ".la"
1905 serge 270
 
271
/* Define to disable 16 bit integer output. */
272
/* #undef NO_16BIT */
273
 
3960 Serge 274
/* Define to disable 32 bit and 24 bit integer output. */
1905 serge 275
#define NO_32BIT 1
276
 
277
/* Define to disable 8 bit integer output. */
3960 Serge 278
#define NO_8BIT 1
1905 serge 279
 
280
/* Define to disable downsampled decoding. */
281
/* #undef NO_DOWNSAMPLE */
282
 
283
/* Define to disable error messages in combination with a return value (the
284
   return is left intact). */
3960 Serge 285
/* #undef NO_ERETURN */
1905 serge 286
 
287
/* Define to disable error messages. */
3960 Serge 288
/* #undef NO_ERRORMSG */
1905 serge 289
 
290
/* Define to disable feeder and buffered readers. */
3960 Serge 291
/* #undef NO_FEEDER */
1905 serge 292
 
293
/* Define to disable ICY handling. */
3960 Serge 294
/* #undef NO_ICY */
1905 serge 295
 
296
/* Define to disable ID3v2 parsing. */
3960 Serge 297
/* #undef NO_ID3V2 */
1905 serge 298
 
299
/* Define to disable layer I. */
300
/* #undef NO_LAYER1 */
301
 
302
/* Define to disable layer II. */
303
/* #undef NO_LAYER2 */
304
 
305
/* Define to disable layer III. */
306
/* #undef NO_LAYER3 */
307
 
308
/* Define to disable ntom resampling. */
3960 Serge 309
/* #undef NO_NTOM */
1905 serge 310
 
311
/* Define to disable real output. */
312
#define NO_REAL 1
313
 
314
/* Define to disable string functions. */
3960 Serge 315
/* #undef NO_STRING */
1905 serge 316
 
317
/* Define to disable warning messages. */
3960 Serge 318
/* #undef NO_WARNING */
1905 serge 319
 
320
/* Name of package */
321
#define PACKAGE "mpg123"
322
 
323
/* Define to the address where bug reports for this package should be sent. */
324
#define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
325
 
326
/* Define to the full name of this package. */
327
#define PACKAGE_NAME "mpg123"
328
 
329
/* Define to the full name and version of this package. */
3960 Serge 330
#define PACKAGE_STRING "mpg123 1.15.4"
1905 serge 331
 
332
/* Define to the one symbol short name of this package. */
333
#define PACKAGE_TARNAME "mpg123"
334
 
3960 Serge 335
/* Define to the home page for this package. */
336
#define PACKAGE_URL ""
337
 
1905 serge 338
/* Define to the version of this package. */
3960 Serge 339
#define PACKAGE_VERSION "1.15.4"
1905 serge 340
 
341
/* Define if portaudio v18 API is wanted. */
342
/* #undef PORTAUDIO18 */
343
 
344
/* The size of `int32_t', as computed by sizeof. */
345
#define SIZEOF_INT32_T 4
346
 
347
/* The size of `long', as computed by sizeof. */
348
#define SIZEOF_LONG 4
349
 
350
/* The size of `off_t', as computed by sizeof. */
351
#define SIZEOF_OFF_T 4
352
 
353
/* The size of `size_t', as computed by sizeof. */
354
#define SIZEOF_SIZE_T 4
355
 
356
/* The size of `ssize_t', as computed by sizeof. */
357
#define SIZEOF_SSIZE_T 4
358
 
359
/* Define to 1 if you have the ANSI C header files. */
360
#define STDC_HEADERS 1
361
 
362
/* Define if modules are enabled */
3960 Serge 363
#define USE_MODULES 1
1905 serge 364
 
365
/* Version number of package */
3960 Serge 366
#define VERSION "1.15.4"
1905 serge 367
 
3960 Serge 368
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
369
   significant byte first (like Motorola and SPARC, unlike Intel). */
370
#if defined AC_APPLE_UNIVERSAL_BUILD
371
# if defined __BIG_ENDIAN__
372
#  define WORDS_BIGENDIAN 1
373
# endif
374
#else
375
# ifndef WORDS_BIGENDIAN
376
/* #  undef WORDS_BIGENDIAN */
377
# endif
378
#endif
379
 
380
/* Enable large inode numbers on Mac OS X 10.5.  */
381
#ifndef _DARWIN_USE_64_BIT_INODE
382
# define _DARWIN_USE_64_BIT_INODE 1
383
#endif
384
 
1905 serge 385
/* Number of bits in a file offset, on hosts where this is settable. */
386
/* #undef _FILE_OFFSET_BITS */
387
 
388
/* Define for large files, on AIX-style hosts. */
389
/* #undef _LARGE_FILES */
390
 
391
/* Define to empty if `const' does not conform to ANSI C. */
392
/* #undef const */
393
 
394
/* Define to `__inline__' or `__inline' if that's what the C compiler
395
   calls it, or to nothing if 'inline' is not supported under any name.  */
396
#ifndef __cplusplus
397
/* #undef inline */
398
#endif
399
 
400
/* Define to `short' if  does not define. */
401
/* #undef int16_t */
402
 
403
/* Define to `int' if  does not define. */
404
/* #undef int32_t */
405
 
406
/* Define to `long int' if  does not define. */
407
/* #undef off_t */
408
 
409
/* Define to `unsigned long' if  does not define. */
410
/* #undef size_t */
411
 
412
/* Define to `long' if  does not define. */
413
/* #undef ssize_t */
414
 
415
/* Define to `unsigned short' if  does not define. */
416
/* #undef uint16_t */
417
 
418
/* Define to `unsigned int' if  does not define. */
419
/* #undef uint32_t */
3960 Serge 420
 
421
/* Define to `unsigned long' if  does not define. */
422
/* #undef uintptr_t */