mpg123-1.32.0

This commit is contained in:
Ozkan Sezer
2023-09-24 08:51:02 +03:00
parent 89d671ef14
commit 2279cffc0f
241 changed files with 18940 additions and 16360 deletions

View File

@@ -19,10 +19,6 @@
/* Define if .align takes 3 for alignment of 2^3=8 bytes instead of 8. */
#undef ASMALIGN_EXP
/* No suffixed symbols for large file support (only alias for backwards
compat.) */
#undef BUILD_NO_LARGENAME
/* Define if __attribute__((aligned(16))) shall be used */
#undef CCALIGN
@@ -83,6 +79,9 @@
/* Define to 1 if you have the <byteswap.h> header file. */
#undef HAVE_BYTESWAP_H
/* Define to 1 if you have the `clock_gettime' function. */
#undef HAVE_CLOCK_GETTIME
/* Define to 1 if you have the <CoreServices/CoreServices.h> header file. */
#undef HAVE_CORESERVICES_CORESERVICES_H
@@ -143,15 +142,15 @@
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
/* Define to 1 if you have the `lseek64' function. */
#undef HAVE_LSEEK64
/* Define to 1 if you have the <machine/soundcard.h> header file. */
#undef HAVE_MACHINE_SOUNDCARD_H
/* Define to 1 if you have the `mbstowcs' function. */
#undef HAVE_MBSTOWCS
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the `mkfifo' function. */
#undef HAVE_MKFIFO
@@ -233,6 +232,9 @@
/* Define to 1 if you have the `strerror' function. */
#undef HAVE_STRERROR
/* Define to 1 if you have the `strerror_l' function. */
#undef HAVE_STRERROR_L
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
@@ -296,6 +298,9 @@
/* Define to 1 if you have the `unsetenv' function. */
#undef HAVE_UNSETENV
/* Define to 1 if you have the `uselocale' function. */
#undef HAVE_USELOCALE
/* Define to 1 if you have the <wchar.h> header file. */
#undef HAVE_WCHAR_H
@@ -329,9 +334,11 @@
/* Define if IPV6 support is enabled. */
#undef IPV6
/* Define this to the size of native offset type in bits, used for LFS alias
functions. */
#undef LFS_ALIAS_BITS
/* Define if we use _LARGEFILE64_SOURCE with off64_t and lseek64. */
#undef LFS_LARGEFILE_64
/* System redefines off_t when defining _FILE_OFFSET_BITS to 64. */
#undef LFS_SENSITIVE
/* Define to the extension used for runtime loadable modules, say, ".so". */
#undef LT_MODULE_EXT
@@ -418,6 +425,9 @@
/* Define to disable warning messages. */
#undef NO_WARNING
/* Define to 0 if system does not have/need it. */
#undef O_LARGEFILE
/* Name of package */
#undef PACKAGE
@@ -439,6 +449,9 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to only include portable library API (no off_t, no internal I/O). */
#undef PORTABLE_API
/* Define if portaudio v18 API is wanted. */
#undef PORTAUDIO18
@@ -451,9 +464,6 @@
/* The size of `long', as computed by sizeof. */
#undef SIZEOF_LONG
/* The size of `off64_t', as computed by sizeof. */
#undef SIZEOF_OFF64_T
/* The size of `off_t', as computed by sizeof. */
#undef SIZEOF_OFF_T
@@ -463,7 +473,9 @@
/* The size of `ssize_t', as computed by sizeof. */
#undef SIZEOF_SSIZE_T
/* Define to 1 if you have the ANSI C header files. */
/* Define to 1 if all of the C90 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#undef STDC_HEADERS
/* Define to not duplicate some code for likely cases in libsyn123. */
@@ -511,17 +523,6 @@
/* Define for extreme debugging. */
#undef XDEBUG
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
/* Windows Vista and later APIs */
#undef _WIN32_WINNT
@@ -543,11 +544,8 @@
/* Define to `long long' if <sys/types.h> does not define. */
#undef int64_t
/* Define to the native offset type (long or actually off_t). */
#undef lfs_alias_t
/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t
/* Define to `long' if <sys/types.h> does not define. */
#undef ptrdiff_t
/* Define to `unsigned long' if <sys/types.h> does not define. */
#undef size_t