annotate src/flac-1.2.1/config.h.in @ 169:223a55898ab9 tip default

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