annotate src/flac-1.2.1/config.h.in @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents 05aa0afa9217
children
rev   line source
Chris@1 1 /* config.h.in. Generated from configure.in by autoheader. */
Chris@1 2
Chris@1 3 /* define to align allocated memory on 32-byte boundaries */
Chris@1 4 #undef FLAC__ALIGN_MALLOC_DATA
Chris@1 5
Chris@1 6 /* define if building for ia32/i386 */
Chris@1 7 #undef FLAC__CPU_IA32
Chris@1 8
Chris@1 9 /* define if building for PowerPC */
Chris@1 10 #undef FLAC__CPU_PPC
Chris@1 11
Chris@1 12 /* define if building for SPARC */
Chris@1 13 #undef FLAC__CPU_SPARC
Chris@1 14
Chris@1 15 /* define if you are compiling for PowerPC and have the 'as' assembler */
Chris@1 16 #undef FLAC__HAS_AS
Chris@1 17
Chris@1 18 /* define if you have docbook-to-man or docbook2man */
Chris@1 19 #undef FLAC__HAS_DOCBOOK_TO_MAN
Chris@1 20
Chris@1 21 /* define if you are compiling for PowerPC and have the 'gas' assembler */
Chris@1 22 #undef FLAC__HAS_GAS
Chris@1 23
Chris@1 24 /* define if you are compiling for x86 and have the NASM assembler */
Chris@1 25 #undef FLAC__HAS_NASM
Chris@1 26
Chris@1 27 /* define if you have the ogg library */
Chris@1 28 #undef FLAC__HAS_OGG
Chris@1 29
Chris@1 30 /* define to disable use of assembly code */
Chris@1 31 #undef FLAC__NO_ASM
Chris@1 32
Chris@1 33 /* define if your operating system supports SSE instructions */
Chris@1 34 #undef FLAC__SSE_OS
Chris@1 35
Chris@1 36 /* define if building for Darwin / MacOS X */
Chris@1 37 #undef FLAC__SYS_DARWIN
Chris@1 38
Chris@1 39 /* define if building for Linux */
Chris@1 40 #undef FLAC__SYS_LINUX
Chris@1 41
Chris@1 42 /* define to enable use of 3Dnow! instructions */
Chris@1 43 #undef FLAC__USE_3DNOW
Chris@1 44
Chris@1 45 /* define to enable use of Altivec instructions */
Chris@1 46 #undef FLAC__USE_ALTIVEC
Chris@1 47
Chris@1 48 /* Define to 1 if you have the <dlfcn.h> header file. */
Chris@1 49 #undef HAVE_DLFCN_H
Chris@1 50
Chris@1 51 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
Chris@1 52 #undef HAVE_FSEEKO
Chris@1 53
Chris@1 54 /* Define to 1 if you have the `getopt_long' function. */
Chris@1 55 #undef HAVE_GETOPT_LONG
Chris@1 56
Chris@1 57 /* Define if you have the iconv() function. */
Chris@1 58 #undef HAVE_ICONV
Chris@1 59
Chris@1 60 /* Define to 1 if you have the <inttypes.h> header file. */
Chris@1 61 #undef HAVE_INTTYPES_H
Chris@1 62
Chris@1 63 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
Chris@1 64 #undef HAVE_LANGINFO_CODESET
Chris@1 65
Chris@1 66 /* Define to 1 if you have the <memory.h> header file. */
Chris@1 67 #undef HAVE_MEMORY_H
Chris@1 68
Chris@1 69 /* Define to 1 if the system has the type `socklen_t'. */
Chris@1 70 #undef HAVE_SOCKLEN_T
Chris@1 71
Chris@1 72 /* Define to 1 if you have the <stdint.h> header file. */
Chris@1 73 #undef HAVE_STDINT_H
Chris@1 74
Chris@1 75 /* Define to 1 if you have the <stdlib.h> header file. */
Chris@1 76 #undef HAVE_STDLIB_H
Chris@1 77
Chris@1 78 /* Define to 1 if you have the <strings.h> header file. */
Chris@1 79 #undef HAVE_STRINGS_H
Chris@1 80
Chris@1 81 /* Define to 1 if you have the <string.h> header file. */
Chris@1 82 #undef HAVE_STRING_H
Chris@1 83
Chris@1 84 /* Define to 1 if you have the <sys/stat.h> header file. */
Chris@1 85 #undef HAVE_SYS_STAT_H
Chris@1 86
Chris@1 87 /* Define to 1 if you have the <sys/types.h> header file. */
Chris@1 88 #undef HAVE_SYS_TYPES_H
Chris@1 89
Chris@1 90 /* Define to 1 if you have the <unistd.h> header file. */
Chris@1 91 #undef HAVE_UNISTD_H
Chris@1 92
Chris@1 93 /* Define as const if the declaration of iconv() needs const. */
Chris@1 94 #undef ICONV_CONST
Chris@1 95
Chris@1 96 /* Name of package */
Chris@1 97 #undef PACKAGE
Chris@1 98
Chris@1 99 /* Define to the address where bug reports for this package should be sent. */
Chris@1 100 #undef PACKAGE_BUGREPORT
Chris@1 101
Chris@1 102 /* Define to the full name of this package. */
Chris@1 103 #undef PACKAGE_NAME
Chris@1 104
Chris@1 105 /* Define to the full name and version of this package. */
Chris@1 106 #undef PACKAGE_STRING
Chris@1 107
Chris@1 108 /* Define to the one symbol short name of this package. */
Chris@1 109 #undef PACKAGE_TARNAME
Chris@1 110
Chris@1 111 /* Define to the version of this package. */
Chris@1 112 #undef PACKAGE_VERSION
Chris@1 113
Chris@1 114 /* The size of a `void*', as computed by sizeof. */
Chris@1 115 #undef SIZEOF_VOIDP
Chris@1 116
Chris@1 117 /* Define to 1 if you have the ANSI C header files. */
Chris@1 118 #undef STDC_HEADERS
Chris@1 119
Chris@1 120 /* Version number of package */
Chris@1 121 #undef VERSION
Chris@1 122
Chris@1 123 /* Define to 1 if your processor stores words with the most significant byte
Chris@1 124 first (like Motorola and SPARC, unlike Intel and VAX). */
Chris@1 125 #undef WORDS_BIGENDIAN
Chris@1 126
Chris@1 127 /* Number of bits in a file offset, on hosts where this is settable. */
Chris@1 128 #undef _FILE_OFFSET_BITS
Chris@1 129
Chris@1 130 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
Chris@1 131 #undef _LARGEFILE_SOURCE
Chris@1 132
Chris@1 133 /* Define for large files, on AIX-style hosts. */
Chris@1 134 #undef _LARGE_FILES