/* src/config.h. Generated from config.h.in by configure. */1/* src/config.h.in. Generated from configure.ac by autoheader. */23/* Define if your architecture wants/needs/can use attribute_align_arg and4alignment checks. It is for 32bit x86... */5/* #undef ABI_ALIGN_FUN */67/* Define to use proper rounding. */8#define ACCURATE_ROUNDING 1910/* Define if building universal (internal helper macro) */11/* #undef AC_APPLE_UNIVERSAL_BUILD */1213/* Define if .balign is present. */14#define ASMALIGN_BALIGN 11516/* Define if .align just takes byte count. */17/* #undef ASMALIGN_BYTE */1819/* Define if .align takes 3 for alignment of 2^3=8 bytes instead of 8. */20/* #undef ASMALIGN_EXP */2122/* Define if __attribute__((aligned(16))) shall be used */23#define CCALIGN 12425/* Define if debugging is enabled. */26/* #undef DEBUG */2728/* The default audio output module(s) to use */29#define DEFAULT_OUTPUT_MODULE "pulse,win32,win32_wasapi,sdl"3031/* Define if building with dynamcally linked libmpg123 */32/* #undef DYNAMIC_BUILD */3334/* Use EFBIG as substitude for EOVERFLOW, mingw.org may lack the latter */35/* #undef EOVERFLOW */3637/* Define if FIFO support is enabled. */38#define FIFO 13940/* System setup enforces 64 bit offsets where 32 bit would be native. */41/* #undef FORCED_OFF_64 */4243/* Define if frame index should be used. */44#define FRAME_INDEX 14546/* Define if gapless is enabled. */47#define GAPLESS 14849/* Define to 1 if you have the <alc.h> header file. */50/* #undef HAVE_ALC_H */5152/* Define to 1 if you have the <Alib.h> header file. */53/* #undef HAVE_ALIB_H */5455/* Define to 1 if you have the <AL/alc.h> header file. */56/* #undef HAVE_AL_ALC_H */5758/* Define to 1 if you have the <AL/al.h> header file. */59/* #undef HAVE_AL_AL_H */6061/* Define to 1 if you have the <al.h> header file. */62/* #undef HAVE_AL_H */6364/* Define to 1 if you have the <arpa/inet.h> header file. */65/* #undef HAVE_ARPA_INET_H */6667/* Define to 1 if you have the <asm/audioio.h> header file. */68/* #undef HAVE_ASM_AUDIOIO_H */6970/* Define to 1 if you have the `atoll' function. */71#define HAVE_ATOLL 17273/* Define to 1 if you have the <audios.h> header file. */74/* #undef HAVE_AUDIOS_H */7576/* Define to 1 if you have the <AudioToolbox/AudioToolbox.h> header file. */77/* #undef HAVE_AUDIOTOOLBOX_AUDIOTOOLBOX_H */7879/* Define to 1 if you have the <AudioUnit/AudioUnit.h> header file. */80/* #undef HAVE_AUDIOUNIT_AUDIOUNIT_H */8182/* Define to 1 if you have the <byteswap.h> header file. */83/* #undef HAVE_BYTESWAP_H */8485/* Define to 1 if you have the `clock_gettime' function. */86/* #undef HAVE_CLOCK_GETTIME */8788/* Define to 1 if you have the <CoreServices/CoreServices.h> header file. */89/* #undef HAVE_CORESERVICES_CORESERVICES_H */9091/* Define to 1 if you have the `ctermid' function. */92/* #undef HAVE_CTERMID */9394/* Define to 1 if you have the <CUlib.h> header file. */95/* #undef HAVE_CULIB_H */9697/* Define to 1 if you have the <dirent.h> header file. */98#define HAVE_DIRENT_H 199100/* Define to 1 if you have the `dlclose' function. */101/* #undef HAVE_DLCLOSE */102103/* Define to 1 if you have the <dlfcn.h> header file. */104/* #undef HAVE_DLFCN_H */105106/* Define to 1 if you have the `dlopen' function. */107/* #undef HAVE_DLOPEN */108109/* Define to 1 if you have the `dlsym' function. */110/* #undef HAVE_DLSYM */111112/* Define to 1 if you have the `execvp' function. */113/* #undef HAVE_EXECVP */114115/* Define to 1 if you have the `fork' function. */116/* #undef HAVE_FORK */117118/* Define to 1 if you have the `getaddrinfo' function. */119/* #undef HAVE_GETADDRINFO */120121/* Define to 1 if you have the `getuid' function. */122/* #undef HAVE_GETUID */123124/* Define to 1 if you have the <inttypes.h> header file. */125#define HAVE_INTTYPES_H 1126127/* Define to 1 if you have the `iswprint' function. */128#define HAVE_ISWPRINT 1129130/* Define to 1 if you have the <langinfo.h> header file. */131/* #undef HAVE_LANGINFO_H */132133/* Define to 1 if you have the `m' library (-lm). */134#define HAVE_LIBM 1135136/* Define to 1 if you have the `mx' library (-lmx). */137/* #undef HAVE_LIBMX */138139/* Define to 1 if you have the <linux/soundcard.h> header file. */140/* #undef HAVE_LINUX_SOUNDCARD_H */141142/* Define to 1 if you have the <locale.h> header file. */143#define HAVE_LOCALE_H 1144145/* Define to 1 if you have the `lseek64' function. */146/* #undef HAVE_LSEEK64 */147148/* Define to 1 if you have the <machine/soundcard.h> header file. */149/* #undef HAVE_MACHINE_SOUNDCARD_H */150151/* Define to 1 if you have the `mbstowcs' function. */152#define HAVE_MBSTOWCS 1153154/* Define to 1 if you have the `mkfifo' function. */155/* #undef HAVE_MKFIFO */156157/* Define to 1 if you have the `mmap' function. */158/* #undef HAVE_MMAP */159160/* Define to 1 if you have the <netdb.h> header file. */161/* #undef HAVE_NETDB_H */162163/* Define to 1 if you have the <netinet/in.h> header file. */164/* #undef HAVE_NETINET_IN_H */165166/* Define to 1 if you have the <netinet/tcp.h> header file. */167/* #undef HAVE_NETINET_TCP_H */168169/* Define to 1 if you have the `nl_langinfo' function. */170/* #undef HAVE_NL_LANGINFO */171172/* Define to 1 if you have the <OpenAL/alc.h> header file. */173/* #undef HAVE_OPENAL_ALC_H */174175/* Define to 1 if you have the <OpenAL/al.h> header file. */176/* #undef HAVE_OPENAL_AL_H */177178/* Define to 1 if you have the <os2me.h> header file. */179/* #undef HAVE_OS2ME_H */180181/* Define to 1 if you have the <os2.h> header file. */182/* #undef HAVE_OS2_H */183184/* Define if O_LARGEFILE flag for open(2) exists. */185/* #undef HAVE_O_LARGEFILE */186187/* Define to 1 if you have the `random' function. */188/* #undef HAVE_RANDOM */189190/* Define to 1 if you have the <sched.h> header file. */191#define HAVE_SCHED_H 1192193/* Define to 1 if you have the `sched_setscheduler' function. */194/* #undef HAVE_SCHED_SETSCHEDULER */195196/* Define to 1 if you have the `setenv' function. */197/* #undef HAVE_SETENV */198199/* Define to 1 if you have the `setlocale' function. */200#define HAVE_SETLOCALE 1201202/* for Win/DOS system with setmode() */203#define HAVE_SETMODE 1204205/* Define to 1 if you have the `setpriority' function. */206/* #undef HAVE_SETPRIORITY */207208/* Define to 1 if you have the `setuid' function. */209/* #undef HAVE_SETUID */210211/* Define to 1 if you have the `shmat' function. */212/* #undef HAVE_SHMAT */213214/* Define to 1 if you have the `shmctl' function. */215/* #undef HAVE_SHMCTL */216217/* Define to 1 if you have the `shmdt' function. */218/* #undef HAVE_SHMDT */219220/* Define to 1 if you have the `shmget' function. */221/* #undef HAVE_SHMGET */222223/* Define to 1 if you have the <signal.h> header file. */224#define HAVE_SIGNAL_H 1225226/* Define to 1 if you have the <stdint.h> header file. */227#define HAVE_STDINT_H 1228229/* Define to 1 if you have the <stdio.h> header file. */230#define HAVE_STDIO_H 1231232/* Define to 1 if you have the <stdlib.h> header file. */233#define HAVE_STDLIB_H 1234235/* Define to 1 if you have the `strerror' function. */236#define HAVE_STRERROR 1237238/* Define to 1 if you have the `strerror_l' function. */239/* #undef HAVE_STRERROR_L */240241/* Define to 1 if you have the <strings.h> header file. */242/* #undef HAVE_STRINGS_H 1 */243244/* Define to 1 if you have the <string.h> header file. */245#define HAVE_STRING_H 1246247/* Define to 1 if you have the `strtok_r' function. */248/* #undef HAVE_STRTOK_R */249250/* Define to 1 if you have the `strtok_s' function. */251#define HAVE_STRTOK_S 1252253/* Define to 1 if you have the <sun/audioio.h> header file. */254/* #undef HAVE_SUN_AUDIOIO_H */255256/* Define to 1 if you have the <sys/audioio.h> header file. */257/* #undef HAVE_SYS_AUDIOIO_H */258259/* Define to 1 if you have the <sys/audio.h> header file. */260/* #undef HAVE_SYS_AUDIO_H */261262/* Define to 1 if you have the <sys/ioctl.h> header file. */263/* #undef HAVE_SYS_IOCTL_H */264265/* Define to 1 if you have the <sys/ipc.h> header file. */266/* #undef HAVE_SYS_IPC_H */267268/* Define to 1 if you have the <sys/param.h> header file. */269#define HAVE_SYS_PARAM_H 1270271/* Define to 1 if you have the <sys/resource.h> header file. */272/* #undef HAVE_SYS_RESOURCE_H */273274/* Define to 1 if you have the <sys/select.h> header file. */275/* #undef HAVE_SYS_SELECT_H */276277/* Define to 1 if you have the <sys/shm.h> header file. */278/* #undef HAVE_SYS_SHM_H */279280/* Define to 1 if you have the <sys/signal.h> header file. */281/* #undef HAVE_SYS_SIGNAL_H */282283/* Define to 1 if you have the <sys/socket.h> header file. */284/* #undef HAVE_SYS_SOCKET_H */285286/* Define to 1 if you have the <sys/soundcard.h> header file. */287/* #undef HAVE_SYS_SOUNDCARD_H */288289/* Define to 1 if you have the <sys/stat.h> header file. */290#define HAVE_SYS_STAT_H 1291292/* Define to 1 if you have the <sys/time.h> header file. */293/* #undef HAVE_SYS_TIME_H 1 */294295/* Define to 1 if you have the <sys/types.h> header file. */296#define HAVE_SYS_TYPES_H 1297298/* Define to 1 if you have the <sys/wait.h> header file. */299/* #undef HAVE_SYS_WAIT_H */300301/* Define this if you have the POSIX termios library */302/* #undef HAVE_TERMIOS */303304/* Define to 1 if you have the <unistd.h> header file. */305#define HAVE_UNISTD_H 1306307/* Define to 1 if you have the `unsetenv' function. */308/* #undef HAVE_UNSETENV */309310/* Define to 1 if you have the `uselocale' function. */311/* #undef HAVE_USELOCALE */312313/* Define to 1 if you have the <wchar.h> header file. */314#define HAVE_WCHAR_H 1315316/* Define to 1 if you have the `wcstombs' function. */317#define HAVE_WCSTOMBS 1318319/* Define to 1 if you have the `wcswidth' function. */320/* #undef HAVE_WCSWIDTH */321322/* Define to 1 if you have the <wctype.h> header file. */323#define HAVE_WCTYPE_H 1324325/* Define to 1 if you have the <wincon.h> header file. */326#define HAVE_WINCON_H 1327328/* Define to 1 if you have the <windows.h> header file. */329#define HAVE_WINDOWS_H 1330331/* Define to 1 if you have the <ws2tcpip.h> header file. */332#define HAVE_WS2TCPIP_H 1333334/* for Win/DOS system with _setmode() */335#define HAVE__SETMODE 1336337/* Define to indicate that float storage follows IEEE754. */338#define IEEE_FLOAT 1339340/* size of the frame index seek table */341#define INDEX_SIZE 1000342343/* Define if IPV6 support is enabled. */344#define IPV6 1345346/* Define if we use _LARGEFILE64_SOURCE with off64_t and lseek64. */347/* #undef LFS_LARGEFILE_64 */348349/* System redefines off_t when defining _FILE_OFFSET_BITS to 64. */350/* #undef LFS_SENSITIVE */351352/* Define to the extension used for runtime loadable modules, say, ".so". */353#define LT_MODULE_EXT ".dll"354355/* Define to the sub-directory where libtool stores uninstalled libraries. */356#define LT_OBJDIR ".libs/"357358/* Define to the shared library suffix, say, ".dylib". */359/* #undef LT_SHARED_EXT */360361/* Define to the shared archive member specification, say "(shr.o)". */362/* #undef LT_SHARED_LIB_MEMBER */363364/* Define to for new net123 network stack. */365/* #undef NET123 */366367/* Define for executable-based networking (for HTTPS). */368/* #undef NET123_EXEC */369370/* Define for winhttp networking (for HTTPS). */371#define NET123_WINHTTP 1372373/* Define for wininet networking (for HTTPS). */374/* #undef NET123_WININET */375376/* Define if network support is enabled. */377/* #undef NETWORK */378379/* Define to disable 16 bit integer output. */380/* #undef NO_16BIT */381382/* Define to disable 32 bit and 24 bit integer output. */383/* #undef NO_32BIT */384385/* Define to disable 8 bit integer output. */386/* #undef NO_8BIT */387388/* Define to disable downsampled decoding. */389/* #undef NO_DOWNSAMPLE */390391/* Define to disable equalizer. */392/* #undef NO_EQUALIZER */393394/* Define to disable error messages in combination with a return value (the395return is left intact). */396/* #undef NO_ERETURN */397398/* Define to disable error messages. */399/* #undef NO_ERRORMSG */400401/* Define to disable feeder and buffered readers. */402/* #undef NO_FEEDER */403404/* Define to disable ICY handling. */405/* #undef NO_ICY */406407/* Define to disable ID3v2 parsing. */408/* #undef NO_ID3V2 */409410/* Define to disable layer I. */411/* #undef NO_LAYER1 */412413/* Define to disable layer II. */414/* #undef NO_LAYER2 */415416/* Define to disable layer III. */417/* #undef NO_LAYER3 */418419/* Define to disable analyzer info. */420/* #undef NO_MOREINFO */421422/* Define to disable ntom resampling. */423/* #undef NO_NTOM */424425/* Define to disable real output. */426/* #undef NO_REAL */427428/* Define to disable string functions. */429/* #undef NO_STRING */430431/* Define for post-processed 32 bit formats. */432/* #undef NO_SYNTH32 */433434/* Define to disable warning messages. */435/* #undef NO_WARNING */436437/* Name of package */438#define PACKAGE "mpg123"439440/* Define to the address where bug reports for this package should be sent. */441#define PACKAGE_BUGREPORT "[email protected]"442443/* Define to the full name of this package. */444#define PACKAGE_NAME "mpg123"445446/* Define to the full name and version of this package. */447#define PACKAGE_STRING "mpg123 1.33.0"448449/* Define to the one symbol short name of this package. */450#define PACKAGE_TARNAME "mpg123"451452/* Define to the home page for this package. */453#define PACKAGE_URL ""454455/* Define to the version of this package. */456#define PACKAGE_VERSION "1.33.0"457458/* Define to only include portable library API (no off_t, no internal I/O). */459/* #undef PORTABLE_API */460461/* Define if portaudio v18 API is wanted. */462/* #undef PORTAUDIO18 */463464/* Define for calculating tables at runtime. */465/* #undef RUNTIME_TABLES */466467/* The size of `off_t', as computed by sizeof. */468#define SIZEOF_OFF_T 4469470/* Define to 1 if all of the C90 standard headers exist (not just the ones471required in a freestanding environment). This macro is provided for472backward compatibility; new code need not use it. */473#define STDC_HEADERS 1474475/* Define to not duplicate some code for likely cases in libsyn123. */476/* #undef SYN123_NO_CASES */477478/* Define if modules are enabled */479#define USE_MODULES 1480481/* Define for new Huffman decoding scheme. */482#define USE_NEW_HUFFTABLE 1483484/* Define to use yasm for assemble AVX sources. */485/* #undef USE_YASM_FOR_AVX */486487/* Version number of package */488#define VERSION "1.33.0"489490/* Define to use Win32 named pipes */491#define WANT_WIN32_FIFO 1492493/* Define to use Win32 sockets */494#define WANT_WIN32_SOCKETS 1495496/* Define to use Unicode for Windows */497#define WANT_WIN32_UNICODE 1498499/* Windows UWP build */500/* #undef WINDOWS_UWP */501502/* Windows Vista and later APIs */503/* #undef WINVER */504505/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most506significant byte first (like Motorola and SPARC, unlike Intel). */507#if defined AC_APPLE_UNIVERSAL_BUILD508# if defined __BIG_ENDIAN__509# define WORDS_BIGENDIAN 1510# endif511#else512# ifndef WORDS_BIGENDIAN513/* # undef WORDS_BIGENDIAN */514# endif515#endif516517/* Define for extreme debugging. */518/* #undef XDEBUG */519520/* Windows Vista and later APIs */521/* #undef _WIN32_WINNT */522523/* Define to empty if `const' does not conform to ANSI C. */524/* #undef const */525526/* Define to `__inline__' or `__inline' if that's what the C compiler527calls it, or to nothing if 'inline' is not supported under any name. */528#ifndef __cplusplus529/* #undef inline */530#endif531532533