mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
372 lines
10 KiB
C
372 lines
10 KiB
C
/* config.h.in. Generated from configure.in by autoheader. */
|
|
|
|
|
|
#ifndef LAME_CONFIG_H
|
|
#define LAME_CONFIG_H 1
|
|
|
|
|
|
/* debug define */
|
|
#cmakedefine ABORTFP 1
|
|
|
|
/* Define if building universal (internal helper macro) */
|
|
#cmakedefine AC_APPLE_UNIVERSAL_BUILD 1
|
|
|
|
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
|
|
systems. This function is required for `alloca.c' support on those systems.
|
|
*/
|
|
#cmakedefine CRAY_STACKSEG_END @CRAY_STACKSEG_END@
|
|
|
|
/* Define to 1 if using `alloca.c'. */
|
|
#cmakedefine C_ALLOCA 1
|
|
|
|
/* a lot of debug output */
|
|
#cmakedefine DEBUG 1
|
|
|
|
/* allow to compute a more accurate replaygain value */
|
|
#cmakedefine DECODE_ON_THE_FLY 1
|
|
|
|
/* double is faster than float on Alpha */
|
|
#cmakedefine FLOAT @FLOAT@
|
|
|
|
/* Define to 1 if you have `alloca', as a function or macro. */
|
|
#cmakedefine HAVE_ALLOCA 1
|
|
|
|
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
|
|
*/
|
|
#cmakedefine HAVE_ALLOCA_H 1
|
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
#cmakedefine HAVE_DLFCN_H 1
|
|
|
|
/* we link against libefence */
|
|
#cmakedefine HAVE_EFENCE 1
|
|
|
|
/* Define to 1 if you have the <errno.h> header file. */
|
|
#cmakedefine HAVE_ERRNO_H 1
|
|
|
|
/* Define to 1 if you have the <fcntl.h> header file. */
|
|
#cmakedefine HAVE_FCNTL_H 1
|
|
|
|
/* Define to 1 if you have the `gettimeofday' function. */
|
|
#cmakedefine HAVE_GETTIMEOFDAY 1
|
|
|
|
/* Define if you have the iconv() function and it works. */
|
|
#cmakedefine HAVE_ICONV 1
|
|
|
|
/* add ieee754_float32_t type */
|
|
#cmakedefine HAVE_IEEE754_FLOAT32_T 1
|
|
#ifndef HAVE_IEEE754_FLOAT32_T
|
|
typedef float ieee754_float32_t;
|
|
#endif
|
|
|
|
/* add ieee754_float64_t type */
|
|
#cmakedefine HAVE_IEEE754_FLOAT64_T 1
|
|
#ifndef HAVE_IEEE754_FLOAT64_T
|
|
typedef double ieee754_float64_t;
|
|
#endif
|
|
|
|
/* system has 80 bit floats */
|
|
#cmakedefine HAVE_IEEE854_FLOAT80 1
|
|
|
|
/* add ieee854_float80_t type */
|
|
#cmakedefine HAVE_IEEE854_FLOAT80_T 1
|
|
#ifndef HAVE_IEEE854_FLOAT80_T
|
|
typedef long double ieee854_float80_t;
|
|
#endif
|
|
|
|
/* add int16_t type */
|
|
#cmakedefine HAVE_INT16_T 1
|
|
#ifndef HAVE_INT16_T
|
|
typedef short int16_t;
|
|
#endif
|
|
|
|
/* add int32_t type */
|
|
#cmakedefine HAVE_INT32_T 1
|
|
#ifndef HAVE_INT32_T
|
|
#define A_INT32_T @A_INT32_T@
|
|
typedef A_INT32_T int32_t;
|
|
#endif
|
|
|
|
/* add int64_t type */
|
|
#cmakedefine HAVE_INT64_T 1
|
|
#ifndef HAVE_INT64_T
|
|
#define A_INT64_T @A_INT64_T@
|
|
typedef A_INT64_T int64_t;
|
|
#endif
|
|
|
|
/* add int8_t type */
|
|
#cmakedefine HAVE_INT8_T 1
|
|
#ifndef HAVE_INT8_T
|
|
typedef char int8_t;
|
|
#endif
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#cmakedefine HAVE_INTTYPES_H 1
|
|
|
|
/* Define to 1 if you have the <limits.h> header file. */
|
|
#cmakedefine HAVE_LIMITS_H 1
|
|
|
|
/* Define to 1 if you have the <linux/soundcard.h> header file. */
|
|
#cmakedefine HAVE_LINUX_SOUNDCARD_H 1
|
|
|
|
/* Define to 1 if the type `long double' works and has more range or precision
|
|
than `double'. */
|
|
#cmakedefine HAVE_LONG_DOUBLE 1
|
|
|
|
/* Define to 1 if the type `long double' works and has more range or precision
|
|
than `double'. */
|
|
#cmakedefine HAVE_LONG_DOUBLE_WIDER 1
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#cmakedefine HAVE_MEMORY_H 1
|
|
|
|
/* build with mpglib support */
|
|
#cmakedefine HAVE_MPGLIB 1
|
|
|
|
/* have nasm */
|
|
#cmakedefine HAVE_NASM 1
|
|
|
|
/* Define to 1 if you have the <ncurses/termcap.h> header file. */
|
|
#cmakedefine HAVE_NCURSES_TERMCAP_H 1
|
|
|
|
/* Define to 1 if you have the `socket' function. */
|
|
#cmakedefine HAVE_SOCKET 1
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
#cmakedefine HAVE_STDINT_H 1
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
#cmakedefine HAVE_STDLIB_H 1
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
#cmakedefine HAVE_STRINGS_H 1
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
#cmakedefine HAVE_STRING_H 1
|
|
|
|
/* Define to 1 if you have the `strtol' function. */
|
|
#cmakedefine HAVE_STRTOL 1
|
|
|
|
/* Define to 1 if you have the <sys/soundcard.h> header file. */
|
|
#cmakedefine HAVE_SYS_SOUNDCARD_H 1
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
#cmakedefine HAVE_SYS_STAT_H 1
|
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
|
#cmakedefine HAVE_SYS_TIME_H 1
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
#cmakedefine HAVE_SYS_TYPES_H 1
|
|
|
|
/* have termcap */
|
|
#cmakedefine HAVE_TERMCAP 1
|
|
|
|
/* Define to 1 if you have the <termcap.h> header file. */
|
|
#cmakedefine HAVE_TERMCAP_H 1
|
|
|
|
/* add uint16_t type */
|
|
#cmakedefine HAVE_UINT16_T 1
|
|
#ifndef HAVE_UINT16_T
|
|
typedef unsigned short uint16_t;
|
|
#endif
|
|
|
|
/* add uint32_t type */
|
|
#cmakedefine HAVE_UINT32_T 1
|
|
#ifndef HAVE_UINT32_T
|
|
#define A_UINT32_T @A_UINT32_T@
|
|
typedef A_UINT32_T uint32_t;
|
|
#endif
|
|
|
|
/* add uint64_t type */
|
|
#cmakedefine HAVE_UINT64_T 1
|
|
#ifndef HAVE_UINT64_T
|
|
#define A_UINT64_T @A_UINT64_T@
|
|
typedef A_UINT64_T uint64_t;
|
|
#endif
|
|
|
|
/* add uint8_t type */
|
|
#cmakedefine HAVE_UINT8_T 1
|
|
#ifndef HAVE_UINT8_T
|
|
typedef unsigned char uint8_t;
|
|
#endif
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
#cmakedefine HAVE_UNISTD_H 1
|
|
|
|
/* Define if SSE intrinsics work. */
|
|
#cmakedefine HAVE_XMMINTRIN_H 1
|
|
|
|
/* Define as const if the declaration of iconv() needs const. */
|
|
#define ICONV_CONST @ICONV_CONST@
|
|
|
|
/* requested by Frank, seems to be temporary needed for a smooth transition */
|
|
#cmakedefine LAME_LIBRARY_BUILD 1
|
|
|
|
/* set to 1 if you have libsndfile */
|
|
#cmakedefine LIBSNDFILE 1
|
|
|
|
/* Define to the sub-directory where libtool stores uninstalled libraries. */
|
|
#cmakedefine LT_OBJDIR @LT_OBJDIR@
|
|
|
|
/* use MMX version of choose_table */
|
|
#cmakedefine MMX_choose_table 1
|
|
|
|
/* build without hooks for analyzer */
|
|
#cmakedefine NOANALYSIS 1
|
|
|
|
/* Name of package */
|
|
#cmakedefine PACKAGE "@PACKAGE@"
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#cmakedefine PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
|
|
|
|
/* Define to the full name of this package. */
|
|
#cmakedefine PACKAGE_NAME "@PACKAGE_NAME@"
|
|
|
|
/* Define to the full name and version of this package. */
|
|
#cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
#cmakedefine PACKAGE_TARNAME "@PACKAGE_TARNAME@"
|
|
|
|
/* Define to the home page for this package. */
|
|
#cmakedefine PACKAGE_URL "@PACKAGE_URL@"
|
|
|
|
/* Define to the version of this package. */
|
|
#cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@"
|
|
|
|
/* The size of `double', as computed by sizeof. */
|
|
#define SIZEOF_DOUBLE @SIZEOF_DOUBLE@
|
|
|
|
/* The size of `float', as computed by sizeof. */
|
|
#define SIZEOF_FLOAT @SIZEOF_FLOAT@
|
|
|
|
/* The size of `int', as computed by sizeof. */
|
|
#define SIZEOF_INT @SIZEOF_INT@
|
|
|
|
/* The size of `long', as computed by sizeof. */
|
|
#define SIZEOF_LONG @SIZEOF_LONG@
|
|
|
|
/* The size of `long double', as computed by sizeof. */
|
|
#define SIZEOF_LONG_DOUBLE @SIZEOF_LONG_DOUBLE@
|
|
|
|
/* The size of `long long', as computed by sizeof. */
|
|
#define SIZEOF_LONG_LONG @SIZEOF_LONG_LONG@
|
|
|
|
/* The size of `short', as computed by sizeof. */
|
|
#define SIZEOF_SHORT @SIZEOF_SHORT@
|
|
|
|
/* The size of `unsigned int', as computed by sizeof. */
|
|
#define SIZEOF_UNSIGNED_INT @SIZEOF_UNSIGNED_INT@
|
|
|
|
/* The size of `unsigned long', as computed by sizeof. */
|
|
#define SIZEOF_UNSIGNED_LONG @SIZEOF_UNSIGNED_LONG@
|
|
|
|
/* The size of `unsigned long long', as computed by sizeof. */
|
|
#define SIZEOF_UNSIGNED_LONG_LONG @SIZEOF_UNSIGNED_LONG_LONG@
|
|
|
|
/* The size of `unsigned short', as computed by sizeof. */
|
|
#define SIZEOF_UNSIGNED_SHORT @SIZEOF_UNSIGNED_SHORT@
|
|
|
|
/* If using the C implementation of alloca, define if you know the
|
|
direction of stack growth for your system; otherwise it will be
|
|
automatically deduced at runtime.
|
|
STACK_DIRECTION > 0 => grows toward higher addresses
|
|
STACK_DIRECTION < 0 => grows toward lower addresses
|
|
STACK_DIRECTION = 0 => direction of growth unknown */
|
|
#cmakedefine STACK_DIRECTION @STACK_DIRECTION@
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#cmakedefine STDC_HEADERS 1
|
|
|
|
/* IEEE754 compatible machine */
|
|
#cmakedefine TAKEHIRO_IEEE754_HACK 1
|
|
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|
#cmakedefine TIME_WITH_SYS_TIME 1
|
|
|
|
/* faster log implementation with less but enough precision */
|
|
#cmakedefine USE_FAST_LOG 1
|
|
|
|
/* Enable extensions on AIX 3, Interix. */
|
|
#ifndef _ALL_SOURCE
|
|
#cmakedefine _ALL_SOURCE 1
|
|
#endif
|
|
/* Enable GNU extensions on systems that have them. */
|
|
#ifndef _GNU_SOURCE
|
|
#cmakedefine _GNU_SOURCE 1
|
|
#endif
|
|
/* Enable threading extensions on Solaris. */
|
|
#ifndef _POSIX_PTHREAD_SEMANTICS
|
|
#cmakedefine _POSIX_PTHREAD_SEMANTICS 1
|
|
#endif
|
|
/* Enable extensions on HP NonStop. */
|
|
#ifndef _TANDEM_SOURCE
|
|
#cmakedefine _TANDEM_SOURCE 1
|
|
#endif
|
|
/* Enable general extensions on Solaris. */
|
|
#ifndef __EXTENSIONS__
|
|
#cmakedefine __EXTENSIONS__ 1
|
|
#endif
|
|
|
|
|
|
/* Version number of package */
|
|
#cmakedefine VERSION "@VERSION@"
|
|
|
|
/* Define if using the dmalloc debugging malloc package */
|
|
#cmakedefine WITH_DMALLOC 1
|
|
|
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
|
#if defined AC_APPLE_UNIVERSAL_BUILD
|
|
# if defined __BIG_ENDIAN__
|
|
# define WORDS_BIGENDIAN 1
|
|
# endif
|
|
#else
|
|
# ifndef WORDS_BIGENDIAN
|
|
#cmakedefine WORDS_BIGENDIAN 1
|
|
# endif
|
|
#endif
|
|
|
|
/* 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. */
|
|
#cmakedefine _FILE_OFFSET_BITS @_FILE_OFFSET_BITS@
|
|
|
|
/* Define for large files, on AIX-style hosts. */
|
|
#cmakedefine _LARGE_FILES @_LARGE_FILES@
|
|
|
|
/* Define to 1 if on MINIX. */
|
|
#cmakedefine _MINIX 1
|
|
|
|
/* Define to 2 if the system does not provide POSIX.1 features except with
|
|
this defined. */
|
|
#cmakedefine _POSIX_1_SOURCE @_POSIX_1_SOURCE@
|
|
|
|
/* Define to 1 if you need to in order for `stat' and other things to work. */
|
|
#cmakedefine _POSIX_SOURCE 1
|
|
|
|
/* we're on DEC Alpha */
|
|
#cmakedefine __DECALPHA__ 1
|
|
|
|
/* work around a glibc bug */
|
|
#cmakedefine __NO_MATH_INLINES 1
|
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
#cmakedefine const @const@
|
|
|
|
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
|
calls it, or to nothing if 'inline' is not supported under any name. */
|
|
#ifndef __cplusplus
|
|
#cmakedefine inline @inline@
|
|
#endif
|
|
|
|
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
|
#cmakedefine size_t @size_t@
|
|
|
|
#endif /* LAME_CONFIG_H */
|