mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
It's still has some work, but it successfully builds on all 3 main platforms. Some of the outstanding items include: Install target testing (mostly important for Linux) CMakeList clean up and comments Debug and Release build verification Audit of compile/link options Need a Mac signed and notarized build (and probably more)
235 lines
6.6 KiB
C
235 lines
6.6 KiB
C
/* config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
/* Define if building universal (internal helper macro) */
|
|
#cmakedefine AC_APPLE_UNIVERSAL_BUILD 1
|
|
|
|
/* Target processor is big endian. */
|
|
#cmakedefine01 CPU_IS_BIG_ENDIAN
|
|
|
|
/* Target processor is little endian. */
|
|
#cmakedefine01 CPU_IS_LITTLE_ENDIAN
|
|
|
|
/* define to align allocated memory on 32-byte boundaries */
|
|
#cmakedefine FLAC__ALIGN_MALLOC_DATA 1
|
|
|
|
/* define if building for ia32/i386 */
|
|
#cmakedefine FLAC__CPU_IA32 1
|
|
|
|
/* define if building for PowerPC */
|
|
#cmakedefine FLAC__CPU_PPC 1
|
|
|
|
/* define if building for PowerPC with SPE ABI */
|
|
#cmakedefine FLAC__CPU_PPC_SPE 1
|
|
|
|
/* define if building for SPARC */
|
|
#cmakedefine FLAC__CPU_SPARC 1
|
|
|
|
/* define if building for x86_64 */
|
|
#cmakedefine FLAC__CPU_X86_64 1
|
|
|
|
/* define if you have docbook-to-man or docbook2man */
|
|
#cmakedefine FLAC__HAS_DOCBOOK_TO_MAN 1
|
|
|
|
/* define if you are compiling for x86 and have the NASM assembler */
|
|
#cmakedefine FLAC__HAS_NASM 1
|
|
|
|
/* define if you have the ogg library */
|
|
#cmakedefine FLAC__HAS_OGG 1
|
|
|
|
/* Set to 1 if <x86intrin.h> is available. */
|
|
#cmakedefine FLAC__HAS_X86INTRIN 1
|
|
|
|
/* define to disable use of assembly code */
|
|
#cmakedefine FLAC__NO_ASM 1
|
|
|
|
/* define if your operating system supports SSE instructions */
|
|
#cmakedefine FLAC__SSE_OS 1
|
|
|
|
/* define if building for Darwin / MacOS X */
|
|
#cmakedefine FLAC__SYS_DARWIN 1
|
|
|
|
/* define if building for Linux */
|
|
#cmakedefine FLAC__SYS_LINUX 1
|
|
|
|
/* define to enable use of Altivec instructions */
|
|
#cmakedefine FLAC__USE_ALTIVEC 1
|
|
|
|
/* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
|
|
#cmakedefine GWINSZ_IN_SYS_IOCTL 1
|
|
|
|
/* Compiler has the __builtin_bswap16 intrinsic */
|
|
#cmakedefine HAVE_BSWAP16 1
|
|
|
|
/* Compiler has the __builtin_bswap32 intrinsic */
|
|
#cmakedefine HAVE_BSWAP32 1
|
|
|
|
/* Define to 1 if you have the <byteswap.h> header file. */
|
|
#cmakedefine HAVE_BYTESWAP_H 1
|
|
|
|
/* Define to 1 if you have the <cpuid.h> header file. */
|
|
#cmakedefine HAVE_CPUID_H 1
|
|
|
|
/* Define to 1 if C++ supports variable-length arrays. */
|
|
#cmakedefine HAVE_CXX_VARARRAYS 1
|
|
|
|
/* Define to 1 if C supports variable-length arrays. */
|
|
#cmakedefine HAVE_C_VARARRAYS 1
|
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
#cmakedefine HAVE_DLFCN_H 1
|
|
|
|
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
|
|
#cmakedefine HAVE_FSEEKO 1
|
|
|
|
/* Define to 1 if you have the `getopt_long' function. */
|
|
#cmakedefine HAVE_GETOPT_LONG 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 if you have <langinfo.h> and nl_langinfo(CODESET). */
|
|
#cmakedefine HAVE_LANGINFO_CODESET 1
|
|
|
|
/* lround support */
|
|
#cmakedefine HAVE_LROUND 1
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#cmakedefine HAVE_MEMORY_H 1
|
|
|
|
/* Define to 1 if the system has the type `socklen_t'. */
|
|
#cmakedefine HAVE_SOCKLEN_T 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/param.h> header file. */
|
|
#cmakedefine HAVE_SYS_PARAM_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 the <termios.h> header file. */
|
|
#cmakedefine HAVE_TERMIOS_H 1
|
|
|
|
/* Define to 1 if typeof works with your compiler. */
|
|
#cmakedefine HAVE_TYPEOF 1
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
#cmakedefine HAVE_UNISTD_H 1
|
|
|
|
/* Define to 1 if you have the <x86intrin.h> header file. */
|
|
#cmakedefine HAVE_X86INTRIN_H 1
|
|
|
|
/* Define as const if the declaration of iconv() needs const. */
|
|
#cmakedefine ICONV_CONST @ICONV_CONST@
|
|
|
|
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
|
*/
|
|
#cmakedefine LT_OBJDIR "@LT_OBJDIR@"
|
|
|
|
/* 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 `off_t', as computed by sizeof. */
|
|
#define SIZEOF_OFF_T @SIZEOF_OFF_T
|
|
|
|
/* The size of `void*', as computed by sizeof. */
|
|
#define SIZEOF_VOIDP @SIZEOF_VOIDP@
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#cmakedefine STDC_HEADERS 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@"
|
|
|
|
/* Target processor is big endian. */
|
|
#cmakedefine WORDS_BIGENDIAN 1
|
|
|
|
/* 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 to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
|
|
#cmakedefine _LARGEFILE_SOURCE 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
|
|
|
|
/* 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 __typeof__ if your compiler spells it that way. */
|
|
#cmakedefine typeof @typeof@
|