Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
emscripten-core
GitHub Repository: emscripten-core/emscripten
Path: blob/main/tools/ports/mpg123/config.h
4154 views
1
/* src/config.h.in. Generated from configure.ac by autoheader. */
2
3
/* Define if your architecture wants/needs/can use attribute_align_arg and
4
alignment checks. It is for 32bit x86... */
5
/* #undef ABI_ALIGN_FUN */
6
7
/* Define to use proper rounding. */
8
#define ACCURATE_ROUNDING 1
9
10
/* Define if building universal (internal helper macro) */
11
/* #undef AC_APPLE_UNIVERSAL_BUILD */
12
13
/* Define if .balign is present. */
14
#define ASMALIGN_BALIGN 1
15
16
/* Define if .align just takes byte count. */
17
/* #undef ASMALIGN_BYTE */
18
19
/* Define if .align takes 3 for alignment of 2^3=8 bytes instead of 8. */
20
/* #undef ASMALIGN_EXP */
21
22
/* Define if __attribute__((aligned(16))) shall be used */
23
/* #undef CCALIGN */
24
25
/* Define if debugging is enabled. */
26
/* #undef DEBUG */
27
28
/* The default audio output module(s) to use */
29
#define DEFAULT_OUTPUT_MODULE "sdl"
30
31
/* Define if building with dynamcally linked libmpg123 */
32
/* #undef DYNAMIC_BUILD */
33
34
/* Use EFBIG as substitude for EOVERFLOW, mingw.org may lack the latter */
35
/* #undef EOVERFLOW */
36
37
/* Define if FIFO support is enabled. */
38
#define FIFO 1
39
40
/* Define if frame index should be used. */
41
#define FRAME_INDEX 1
42
43
/* Define if gapless is enabled. */
44
#define GAPLESS 1
45
46
/* Define to 1 if you have the <alc.h> header file. */
47
/* #undef HAVE_ALC_H */
48
49
/* Define to 1 if you have the <Alib.h> header file. */
50
/* #undef HAVE_ALIB_H */
51
52
/* Define to 1 if you have the <AL/alc.h> header file. */
53
#define HAVE_AL_ALC_H 1
54
55
/* Define to 1 if you have the <AL/al.h> header file. */
56
#define HAVE_AL_AL_H 1
57
58
/* Define to 1 if you have the <al.h> header file. */
59
/* #undef HAVE_AL_H */
60
61
/* Define to 1 if you have the <arpa/inet.h> header file. */
62
#define HAVE_ARPA_INET_H 1
63
64
/* Define to 1 if you have the <asm/audioio.h> header file. */
65
/* #undef HAVE_ASM_AUDIOIO_H */
66
67
/* Define to 1 if you have the `atoll' function. */
68
#define HAVE_ATOLL 1
69
70
/* Define to 1 if you have the <audios.h> header file. */
71
/* #undef HAVE_AUDIOS_H */
72
73
/* Define to 1 if you have the <AudioToolbox/AudioToolbox.h> header file. */
74
/* #undef HAVE_AUDIOTOOLBOX_AUDIOTOOLBOX_H */
75
76
/* Define to 1 if you have the <AudioUnit/AudioUnit.h> header file. */
77
/* #undef HAVE_AUDIOUNIT_AUDIOUNIT_H */
78
79
/* Define to 1 if you have the <byteswap.h> header file. */
80
#define HAVE_BYTESWAP_H 1
81
82
/* Define to 1 if you have the <CoreServices/CoreServices.h> header file. */
83
/* #undef HAVE_CORESERVICES_CORESERVICES_H */
84
85
/* Define to 1 if you have the <CUlib.h> header file. */
86
/* #undef HAVE_CULIB_H */
87
88
/* Define to 1 if you have the <dirent.h> header file. */
89
#define HAVE_DIRENT_H 1
90
91
/* Define to 1 if you have the `dlclose' function. */
92
/* #undef HAVE_DLCLOSE */
93
94
/* Define to 1 if you have the <dlfcn.h> header file. */
95
#define HAVE_DLFCN_H 1
96
97
/* Define to 1 if you have the `dlopen' function. */
98
/* #undef HAVE_DLOPEN */
99
100
/* Define to 1 if you have the `dlsym' function. */
101
/* #undef HAVE_DLSYM */
102
103
/* Define if getaddrinfo accepts the AI_ADDRCONFIG flag */
104
/* #undef HAVE_GAI_ADDRCONFIG */
105
106
/* Define to 1 if you have the `getaddrinfo' function. */
107
#define HAVE_GETADDRINFO 1
108
109
/* Define to 1 if you have the `getuid' function. */
110
#define HAVE_GETUID 1
111
112
/* Define to 1 if you have the <inttypes.h> header file. */
113
#define HAVE_INTTYPES_H 1
114
115
/* Define to 1 if you have the `iswprint' function. */
116
#define HAVE_ISWPRINT 1
117
118
/* Define to 1 if you have the <langinfo.h> header file. */
119
#define HAVE_LANGINFO_H 1
120
121
/* Define to 1 if you have the `m' library (-lm). */
122
#define HAVE_LIBM 1
123
124
/* Define to 1 if you have the `mx' library (-lmx). */
125
/* #undef HAVE_LIBMX */
126
127
/* Define to 1 if you have the <limits.h> header file. */
128
#define HAVE_LIMITS_H 1
129
130
/* Define to 1 if you have the <linux/soundcard.h> header file. */
131
/* #undef HAVE_LINUX_SOUNDCARD_H */
132
133
/* Define to 1 if you have the <locale.h> header file. */
134
#define HAVE_LOCALE_H 1
135
136
/* Define to 1 if you have the <machine/soundcard.h> header file. */
137
/* #undef HAVE_MACHINE_SOUNDCARD_H */
138
139
/* Define to 1 if you have the `mbstowcs' function. */
140
#define HAVE_MBSTOWCS 1
141
142
/* Define to 1 if you have the <memory.h> header file. */
143
#define HAVE_MEMORY_H 1
144
145
/* Define to 1 if you have the `mkfifo' function. */
146
#define HAVE_MKFIFO 1
147
148
/* Define to 1 if you have the `mmap' function. */
149
#define HAVE_MMAP 1
150
151
/* Define to 1 if you have the <netdb.h> header file. */
152
#define HAVE_NETDB_H 1
153
154
/* Define to 1 if you have the <netinet/in.h> header file. */
155
#define HAVE_NETINET_IN_H 1
156
157
/* Define to 1 if you have the <netinet/tcp.h> header file. */
158
/* #undef HAVE_NETINET_TCP_H */
159
160
/* Define to 1 if you have the `nl_langinfo' function. */
161
#define HAVE_NL_LANGINFO 1
162
163
/* Define to 1 if you have the <OpenAL/alc.h> header file. */
164
/* #undef HAVE_OPENAL_ALC_H */
165
166
/* Define to 1 if you have the <OpenAL/al.h> header file. */
167
/* #undef HAVE_OPENAL_AL_H */
168
169
/* Define to 1 if you have the <os2me.h> header file. */
170
/* #undef HAVE_OS2ME_H */
171
172
/* Define to 1 if you have the <os2.h> header file. */
173
/* #undef HAVE_OS2_H */
174
175
/* Define to 1 if you have the `random' function. */
176
#define HAVE_RANDOM 1
177
178
/* Define to 1 if you have the <sched.h> header file. */
179
#define HAVE_SCHED_H 1
180
181
/* Define to 1 if you have the `sched_setscheduler' function. */
182
/* #undef HAVE_SCHED_SETSCHEDULER */
183
184
/* Define to 1 if you have the `setlocale' function. */
185
#define HAVE_SETLOCALE 1
186
187
/* Define to 1 if you have the `setpriority' function. */
188
#define HAVE_SETPRIORITY 1
189
190
/* Define to 1 if you have the `setuid' function. */
191
#define HAVE_SETUID 1
192
193
/* Define to 1 if you have the `shmat' function. */
194
/* #undef HAVE_SHMAT */
195
196
/* Define to 1 if you have the `shmctl' function. */
197
/* #undef HAVE_SHMCTL */
198
199
/* Define to 1 if you have the `shmdt' function. */
200
/* #undef HAVE_SHMDT */
201
202
/* Define to 1 if you have the `shmget' function. */
203
/* #undef HAVE_SHMGET */
204
205
/* Define to 1 if you have the <signal.h> header file. */
206
#define HAVE_SIGNAL_H 1
207
208
/* Define to 1 if you have the <sndio.h> header file. */
209
/* #undef HAVE_SNDIO_H */
210
211
/* Define to 1 if you have the <stdint.h> header file. */
212
#define HAVE_STDINT_H 1
213
214
/* Define to 1 if you have the <stdio.h> header file. */
215
#define HAVE_STDIO_H 1
216
217
/* Define to 1 if you have the <stdlib.h> header file. */
218
#define HAVE_STDLIB_H 1
219
220
/* Define to 1 if you have the `strerror' function. */
221
#define HAVE_STRERROR 1
222
223
/* Define to 1 if you have the <strings.h> header file. */
224
#define HAVE_STRINGS_H 1
225
226
/* Define to 1 if you have the <string.h> header file. */
227
#define HAVE_STRING_H 1
228
229
/* Define to 1 if you have the <sun/audioio.h> header file. */
230
/* #undef HAVE_SUN_AUDIOIO_H */
231
232
/* Define to 1 if you have the <sys/audioio.h> header file. */
233
/* #undef HAVE_SYS_AUDIOIO_H */
234
235
/* Define to 1 if you have the <sys/audio.h> header file. */
236
/* #undef HAVE_SYS_AUDIO_H */
237
238
/* Define to 1 if you have the <sys/ioctl.h> header file. */
239
#define HAVE_SYS_IOCTL_H 1
240
241
/* Define to 1 if you have the <sys/ipc.h> header file. */
242
/* #undef HAVE_SYS_IPC_H */
243
244
/* Define to 1 if you have the <sys/param.h> header file. */
245
#define HAVE_SYS_PARAM_H 1
246
247
/* Define to 1 if you have the <sys/resource.h> header file. */
248
#define HAVE_SYS_RESOURCE_H 1
249
250
/* Define to 1 if you have the <sys/select.h> header file. */
251
#define HAVE_SYS_SELECT_H 1
252
253
/* Define to 1 if you have the <sys/shm.h> header file. */
254
/* #undef HAVE_SYS_SHM_H */
255
256
/* Define to 1 if you have the <sys/signal.h> header file. */
257
#define HAVE_SYS_SIGNAL_H 1
258
259
/* Define to 1 if you have the <sys/socket.h> header file. */
260
#define HAVE_SYS_SOCKET_H 1
261
262
/* Define to 1 if you have the <sys/soundcard.h> header file. */
263
/* #undef HAVE_SYS_SOUNDCARD_H */
264
265
/* Define to 1 if you have the <sys/stat.h> header file. */
266
#define HAVE_SYS_STAT_H 1
267
268
/* Define to 1 if you have the <sys/time.h> header file. */
269
#define HAVE_SYS_TIME_H 1
270
271
/* Define to 1 if you have the <sys/types.h> header file. */
272
#define HAVE_SYS_TYPES_H 1
273
274
/* Define to 1 if you have the <sys/wait.h> header file. */
275
#define HAVE_SYS_WAIT_H 1
276
277
/* Define this if you have the POSIX termios library */
278
#define HAVE_TERMIOS 1
279
280
/* Define to 1 if you have the <unistd.h> header file. */
281
#define HAVE_UNISTD_H 1
282
283
/* Define to 1 if you have the <wchar.h> header file. */
284
#define HAVE_WCHAR_H 1
285
286
/* Define to 1 if you have the `wcstombs' function. */
287
#define HAVE_WCSTOMBS 1
288
289
/* Define to 1 if you have the `wcswidth' function. */
290
#define HAVE_WCSWIDTH 1
291
292
/* Define to 1 if you have the <wctype.h> header file. */
293
#define HAVE_WCTYPE_H 1
294
295
/* Define to 1 if you have the <windows.h> header file. */
296
/* #undef HAVE_WINDOWS_H */
297
298
/* Define to 1 if you have the <ws2tcpip.h> header file. */
299
/* #undef HAVE_WS2TCPIP_H */
300
301
/* Define to indicate that float storage follows IEEE754. */
302
#define IEEE_FLOAT 1
303
304
/* size of the frame index seek table */
305
#define INDEX_SIZE 1000
306
307
/* Define if IPV6 support is enabled. */
308
#define IPV6 1
309
310
/* Define this to the size of native offset type in bits, used for LFS alias
311
functions. */
312
#define LFS_ALIAS_BITS 64
313
314
/* Define to the extension used for runtime loadable modules, say, ".so". */
315
/* #undef LT_MODULE_EXT */
316
317
/* Define to the sub-directory where libtool stores uninstalled libraries. */
318
#define LT_OBJDIR ".libs/"
319
320
/* Define to the shared library suffix, say, ".dylib". */
321
/* #undef LT_SHARED_EXT */
322
323
/* Define to the shared archive member specification, say "(shr.o)". */
324
/* #undef LT_SHARED_LIB_MEMBER */
325
326
/* Define if network support is enabled. */
327
#define NETWORK 1
328
329
/* Define to disable 16 bit integer output. */
330
/* #undef NO_16BIT */
331
332
/* Define to disable 32 bit and 24 bit integer output. */
333
/* #undef NO_32BIT */
334
335
/* Define to disable 8 bit integer output. */
336
/* #undef NO_8BIT */
337
338
/* Define to disable downsampled decoding. */
339
/* #undef NO_DOWNSAMPLE */
340
341
/* Define to disable equalizer. */
342
/* #undef NO_EQUALIZER */
343
344
/* Define to disable error messages in combination with a return value (the
345
return is left intact). */
346
/* #undef NO_ERETURN */
347
348
/* Define to disable error messages. */
349
/* #undef NO_ERRORMSG */
350
351
/* Define to disable feeder and buffered readers. */
352
/* #undef NO_FEEDER */
353
354
/* Define to disable ICY handling. */
355
/* #undef NO_ICY */
356
357
/* Define to disable ID3v2 parsing. */
358
/* #undef NO_ID3V2 */
359
360
/* Define to disable layer I. */
361
/* #undef NO_LAYER1 */
362
363
/* Define to disable layer II. */
364
/* #undef NO_LAYER2 */
365
366
/* Define to disable layer III. */
367
/* #undef NO_LAYER3 */
368
369
/* Define to disable analyzer info. */
370
/* #undef NO_MOREINFO */
371
372
/* Define to disable ntom resampling. */
373
/* #undef NO_NTOM */
374
375
/* Define to disable real output. */
376
/* #undef NO_REAL */
377
378
/* Define to disable string functions. */
379
/* #undef NO_STRING */
380
381
/* Define for post-processed 32 bit formats. */
382
/* #undef NO_SYNTH32 */
383
384
/* Define to disable warning messages. */
385
/* #undef NO_WARNING */
386
387
/* Name of package */
388
#define PACKAGE "mpg123"
389
390
/* Define to the address where bug reports for this package should be sent. */
391
#define PACKAGE_BUGREPORT "[email protected]"
392
393
/* Define to the full name of this package. */
394
#define PACKAGE_NAME "mpg123"
395
396
/* Define to the full name and version of this package. */
397
#define PACKAGE_STRING "mpg123 1.26.2"
398
399
/* Define to the one symbol short name of this package. */
400
#define PACKAGE_TARNAME "mpg123"
401
402
/* Define to the home page for this package. */
403
#define PACKAGE_URL ""
404
405
/* Define to the version of this package. */
406
#define PACKAGE_VERSION "1.26.2"
407
408
/* Define if portaudio v18 API is wanted. */
409
/* #undef PORTAUDIO18 */
410
411
/* The size of `int32_t', as computed by sizeof. */
412
#define SIZEOF_INT32_T 4
413
414
/* The size of `long', as computed by sizeof. */
415
#define SIZEOF_LONG 4
416
417
/* The size of `off64_t', as computed by sizeof. */
418
#define SIZEOF_OFF64_T 0
419
420
/* The size of `off_t', as computed by sizeof. */
421
#define SIZEOF_OFF_T 8
422
423
/* The size of `size_t', as computed by sizeof. */
424
#define SIZEOF_SIZE_T 4
425
426
/* The size of `ssize_t', as computed by sizeof. */
427
#define SIZEOF_SSIZE_T 4
428
429
/* Define to 1 if you have the ANSI C header files. */
430
#define STDC_HEADERS 1
431
432
/* Define to not duplicate some code for likely cases in libsyn123. */
433
/* #undef SYN123_NO_CASES */
434
435
/* Define if modules are enabled */
436
/* #undef USE_MODULES */
437
438
/* Define for new Huffman decoding scheme. */
439
#define USE_NEW_HUFFTABLE 1
440
441
/* Define to use yasm for assemble AVX sources. */
442
/* #undef USE_YASM_FOR_AVX */
443
444
/* Version number of package */
445
#define VERSION "1.26.2"
446
447
/* Define to use Win32 named pipes */
448
/* #undef WANT_WIN32_FIFO */
449
450
/* Define to use Win32 sockets */
451
/* #undef WANT_WIN32_SOCKETS */
452
453
/* Define to use Unicode for Windows */
454
/* #undef WANT_WIN32_UNICODE */
455
456
/* Windows UWP build */
457
/* #undef WINDOWS_UWP */
458
459
/* Windows Vista and later APIs */
460
/* #undef WINVER */
461
462
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
463
significant byte first (like Motorola and SPARC, unlike Intel). */
464
#if defined AC_APPLE_UNIVERSAL_BUILD
465
# if defined __BIG_ENDIAN__
466
# define WORDS_BIGENDIAN 1
467
# endif
468
#else
469
# ifndef WORDS_BIGENDIAN
470
/* # undef WORDS_BIGENDIAN */
471
# endif
472
#endif
473
474
/* Enable large inode numbers on Mac OS X 10.5. */
475
#ifndef _DARWIN_USE_64_BIT_INODE
476
# define _DARWIN_USE_64_BIT_INODE 1
477
#endif
478
479
/* Number of bits in a file offset, on hosts where this is settable. */
480
/* #undef _FILE_OFFSET_BITS */
481
482
/* Define for large files, on AIX-style hosts. */
483
/* #undef _LARGE_FILES */
484
485
/* Windows Vista and later APIs */
486
/* #undef _WIN32_WINNT */
487
488
/* Define to empty if `const' does not conform to ANSI C. */
489
/* #undef const */
490
491
/* Define to `__inline__' or `__inline' if that's what the C compiler
492
calls it, or to nothing if 'inline' is not supported under any name. */
493
#ifndef __cplusplus
494
/* #undef inline */
495
#endif
496
497
/* Define to `short' if <sys/types.h> does not define. */
498
/* #undef int16_t */
499
500
/* Define to `int' if <sys/types.h> does not define. */
501
/* #undef int32_t */
502
503
/* Define to `long long' if <sys/types.h> does not define. */
504
/* #undef int64_t */
505
506
/* Define to the native offset type (long or actually off_t). */
507
#define lfs_alias_t off_t
508
509
/* Define to `long int' if <sys/types.h> does not define. */
510
/* #undef off_t */
511
512
/* Define to `unsigned long' if <sys/types.h> does not define. */
513
/* #undef size_t */
514
515
/* Define to `long' if <sys/types.h> does not define. */
516
/* #undef ssize_t */
517
518
/* Define to `unsigned short' if <sys/types.h> does not define. */
519
/* #undef uint16_t */
520
521
/* Define to `unsigned int' if <sys/types.h> does not define. */
522
/* #undef uint32_t */
523
524
/* Define to `unsigned long' if <sys/types.h> does not define. */
525
/* #undef uintptr_t */
526
527