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