sox_ng/cmake-buildsetup/templates/libmp3lame-config.h_(cmake)
2026-04-19 23:23:38 +02:00

307 lines
9.8 KiB
Text

/*
* lame configuration file generated by CMake
*/
#ifndef LAME_CONFIG_INCLUDED
#define LAME_CONFIG_INCLUDED
/*========================================*/
/* 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 1
/* define to 1 if using `alloca.c' */
#cmakedefine C_ALLOCA 1
/* allow to compute a more accurate replaygain value */
#cmakedefine DECODE_ON_THE_FLY 1
/* double is faster than float on Alpha */
#cmakedefine FLOAT 1
/* 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
/* 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 `memcpy' function */
#cmakedefine HAVE_MEMCPY 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 `strchr' function */
#cmakedefine HAVE_STRCHR 1
/* define to 1 if you have the <string.h> header file */
#cmakedefine HAVE_STRING_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 `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
/* 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 */
#cmakedefine ICONV_CONST 1
/* 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 1
/* use MMX version of choose_table */
#cmakedefine MMX_choose_table 1
/* build without hooks for analyzer */
#cmakedefine NOANALYSIS 1
/* define the name of the 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 */
#cmakedefine SIZEOF_DOUBLE @SIZEOF_DOUBLE@
/* The size of `float', as computed by sizeof */
#cmakedefine SIZEOF_FLOAT @SIZEOF_FLOAT@
/* The size of `int', as computed by sizeof */
#cmakedefine SIZEOF_INT @SIZEOF_INT@
/* The size of `long', as computed by sizeof */
#cmakedefine SIZEOF_LONG @SIZEOF_LONG@
/* The size of `long double', as computed by sizeof */
#cmakedefine SIZEOF_LONG_DOUBLE @SIZEOF_LONG_DOUBLE@
/* The size of `long long', as computed by sizeof */
#cmakedefine SIZEOF_LONG_LONG @SIZEOF_LONG_LONG@
/* The size of `short', as computed by sizeof */
#cmakedefine SIZEOF_SHORT @SIZEOF_SHORT@
/* The size of `unsigned int', as computed by sizeof */
#cmakedefine SIZEOF_UNSIGNED_INT @SIZEOF_UNSIGNED_INT@
/* The size of `unsigned long', as computed by sizeof */
#cmakedefine SIZEOF_UNSIGNED_LONG @SIZEOF_UNSIGNED_LONG@
/* The size of `unsigned long long', as computed by sizeof */
#cmakedefine SIZEOF_UNSIGNED_LONG_LONG @SIZEOF_UNSIGNED_LONG_LONG@
/* The size of `unsigned short', as computed by sizeof */
#cmakedefine 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 1
/* 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 precission */
#cmakedefine USE_FAST_LOG 1
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
#define _ALL_SOURCE
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
#define _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
#define _TANDEM_SOURCE
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
#define __EXTENSIONS__
#endif
/* Version number of package */
#cmakedefine VERSION 1
/* 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) */
#cmakedefine WORDS_BIGENDIAN
/* 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 1
/* define for large files, on AIX-style hosts */
#cmakedefine _LARGE_FILES 1
/* 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 1
/* 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
/*===================================*/
/* add types with specific precision */
/*===================================*/
#ifdef HAVE_STDINT_H
#include <stdint.h>
#elif defined(APPLE)
#include "machine/types.h"
#else
typedef signed char int8_t;
typedef signed short int16_t;
typedef signed int int32_t;
typedef signed long int64_t;
typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef unsigned int uint32_t;
typedef unsigned long uint64_t;
#endif
typedef float ieee754_float32_t;
typedef double ieee754_float64_t;
typedef long double ieee854_float80_t;
/*========================================*/
#endif /* LAME_CONFIG_INCLUDED */