forked from sox_ng/sox_ng
154 lines
4.7 KiB
Text
154 lines
4.7 KiB
Text
/*
|
|
* libmad configuration file generated by CMake
|
|
*/
|
|
|
|
#ifndef LIBMAD_CONFIG_INCLUDED
|
|
#define LIBMAD_CONFIG_INCLUDED
|
|
|
|
/*========================================*/
|
|
|
|
/* define to enable experimental code */
|
|
#cmakedefine EXPERIMENTAL 1
|
|
|
|
|
|
/* define to activate floating point for 64 bit processor */
|
|
#cmakedefine FPM_64BIT 1
|
|
|
|
/* define to activate floating point for ARM processor */
|
|
#cmakedefine FPM_ARM 1
|
|
|
|
/* define to activate default floating point handling */
|
|
#cmakedefine FPM_DEFAULT 1
|
|
|
|
/* define to activate floating point for Intel processor */
|
|
#cmakedefine FPM_INTEL 1
|
|
|
|
/* define to activate floating point for MIPS processor */
|
|
#cmakedefine FPM_MIPS 1
|
|
|
|
/* define to activate floating point for PowerPC processor */
|
|
#cmakedefine FPM_PPC 1
|
|
|
|
/* define to activate floating point for SPARC processor */
|
|
#cmakedefine FPM_SPARC 1
|
|
|
|
/* define to 1 if you have the <assert.h> header file */
|
|
#cmakedefine HAVE_ASSERT_H 1
|
|
|
|
/* define to 1 if you have the <dlfcn.h> header file */
|
|
#cmakedefine HAVE_DLFCN_H 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' function */
|
|
#cmakedefine HAVE_FCNTL 1
|
|
|
|
/* define to 1 if you have the <fcntl.h> header file */
|
|
#cmakedefine HAVE_FCNTL_H 1
|
|
|
|
/* define to 1 if you have the `fork' function */
|
|
#cmakedefine HAVE_FORK 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 if your MIPS CPU supports a 2-operand MADD16 instruction */
|
|
#cmakedefine HAVE_MADD16_ASM 1
|
|
|
|
/* define if your MIPS CPU supports a 2-operand MADD instruction */
|
|
#cmakedefine HAVE_MADD_ASM 1
|
|
|
|
/* define to 1 if you have the <memory.h> header file */
|
|
#cmakedefine HAVE_MEMORY_H 1
|
|
|
|
/* define to 1 if you have the `pipe' function */
|
|
#cmakedefine HAVE_PIPE 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 <sys/stat.h> header file */
|
|
#cmakedefine HAVE_SYS_STAT_H 1
|
|
|
|
/* define to 1 if you have the <sys/types.h> header file */
|
|
#cmakedefine HAVE_SYS_TYPES_H 1
|
|
|
|
/* define to 1 if you have <sys/wait.h> that is POSIX.1 compatible */
|
|
#cmakedefine HAVE_SYS_WAIT_H 1
|
|
|
|
/* define to 1 if you have the <unistd.h> header file */
|
|
#cmakedefine HAVE_UNISTD_H 1
|
|
|
|
/* define to 1 if you have the `waitpid' function */
|
|
#cmakedefine HAVE_WAITPID 1
|
|
|
|
/* define to optimize for accuracy over speed */
|
|
#cmakedefine OPT_ACCURACY 1
|
|
|
|
/* define to optimize for speed over accuracy */
|
|
#cmakedefine OPT_SPEED 1
|
|
|
|
/* define to enable a fast subband synthesis approximation
|
|
* optimization */
|
|
#cmakedefine OPT_SSO 1
|
|
|
|
/* define to influence a strict interpretation of the ISO/IEC
|
|
standards, even if this is in opposition with best accepted
|
|
practices */
|
|
#cmakedefine OPT_STRICT 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 version of this package */
|
|
#cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@"
|
|
|
|
/* The size of a `int', as computed by sizeof */
|
|
#cmakedefine SIZEOF_INT @SIZEOF_INT@
|
|
|
|
/* The size of a `long', as computed by sizeof */
|
|
#cmakedefine SIZEOF_LONG @SIZEOF_LONG@
|
|
|
|
/* The size of a `long long', as computed by sizeof */
|
|
#cmakedefine SIZEOF_LONG_LONG @SIZEOF_LONG_LONG@
|
|
|
|
/* define to 1 if you have the ANSI C header files */
|
|
#cmakedefine STDC_HEADERS 1
|
|
|
|
/* Version number of package */
|
|
#cmakedefine VERSION 1
|
|
|
|
/* define to 1 if your processor stores words with the most
|
|
significant byte first (like Motorola and SPARC, unlike Intel and
|
|
VAX) */
|
|
#cmakedefine WORDS_BIGENDIAN 1
|
|
|
|
/*========================================*/
|
|
|
|
#endif /* LIBMAD_CONFIG_INCLUDED */
|