Build script now builds an oggenc binary with flac support.
[vorbis-lancer-gcc.git] / flac-1.2.1 / config.h.in
blob588212b00c13ff76ea8a7b1b93bbf938c0c42291
1 /* config.h.in. Generated from configure.in by autoheader. */
3 /* define to align allocated memory on 32-byte boundaries */
4 #undef FLAC__ALIGN_MALLOC_DATA
6 /* define if building for ia32/i386 */
7 #undef FLAC__CPU_IA32
9 /* define if building for PowerPC */
10 #undef FLAC__CPU_PPC
12 /* define if building for SPARC */
13 #undef FLAC__CPU_SPARC
15 /* define if you are compiling for PowerPC and have the 'as' assembler */
16 #undef FLAC__HAS_AS
18 /* define if you have docbook-to-man or docbook2man */
19 #undef FLAC__HAS_DOCBOOK_TO_MAN
21 /* define if you are compiling for PowerPC and have the 'gas' assembler */
22 #undef FLAC__HAS_GAS
24 /* define if you are compiling for x86 and have the NASM assembler */
25 #undef FLAC__HAS_NASM
27 /* define if you have the ogg library */
28 #undef FLAC__HAS_OGG
30 /* define to disable use of assembly code */
31 #undef FLAC__NO_ASM
33 /* define if your operating system supports SSE instructions */
34 #undef FLAC__SSE_OS
36 /* define if building for Darwin / MacOS X */
37 #undef FLAC__SYS_DARWIN
39 /* define if building for Linux */
40 #undef FLAC__SYS_LINUX
42 /* define to enable use of 3Dnow! instructions */
43 #undef FLAC__USE_3DNOW
45 /* define to enable use of Altivec instructions */
46 #undef FLAC__USE_ALTIVEC
48 /* Define to 1 if you have the <dlfcn.h> header file. */
49 #undef HAVE_DLFCN_H
51 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
52 #undef HAVE_FSEEKO
54 /* Define to 1 if you have the `getopt_long' function. */
55 #undef HAVE_GETOPT_LONG
57 /* Define if you have the iconv() function. */
58 #undef HAVE_ICONV
60 /* Define to 1 if you have the <inttypes.h> header file. */
61 #undef HAVE_INTTYPES_H
63 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
64 #undef HAVE_LANGINFO_CODESET
66 /* Define to 1 if you have the <memory.h> header file. */
67 #undef HAVE_MEMORY_H
69 /* Define to 1 if the system has the type `socklen_t'. */
70 #undef HAVE_SOCKLEN_T
72 /* Define to 1 if you have the <stdint.h> header file. */
73 #undef HAVE_STDINT_H
75 /* Define to 1 if you have the <stdlib.h> header file. */
76 #undef HAVE_STDLIB_H
78 /* Define to 1 if you have the <strings.h> header file. */
79 #undef HAVE_STRINGS_H
81 /* Define to 1 if you have the <string.h> header file. */
82 #undef HAVE_STRING_H
84 /* Define to 1 if you have the <sys/stat.h> header file. */
85 #undef HAVE_SYS_STAT_H
87 /* Define to 1 if you have the <sys/types.h> header file. */
88 #undef HAVE_SYS_TYPES_H
90 /* Define to 1 if you have the <unistd.h> header file. */
91 #undef HAVE_UNISTD_H
93 /* Define as const if the declaration of iconv() needs const. */
94 #undef ICONV_CONST
96 /* Name of package */
97 #undef PACKAGE
99 /* Define to the address where bug reports for this package should be sent. */
100 #undef PACKAGE_BUGREPORT
102 /* Define to the full name of this package. */
103 #undef PACKAGE_NAME
105 /* Define to the full name and version of this package. */
106 #undef PACKAGE_STRING
108 /* Define to the one symbol short name of this package. */
109 #undef PACKAGE_TARNAME
111 /* Define to the version of this package. */
112 #undef PACKAGE_VERSION
114 /* The size of a `void*', as computed by sizeof. */
115 #undef SIZEOF_VOIDP
117 /* Define to 1 if you have the ANSI C header files. */
118 #undef STDC_HEADERS
120 /* Version number of package */
121 #undef VERSION
123 /* Define to 1 if your processor stores words with the most significant byte
124 first (like Motorola and SPARC, unlike Intel and VAX). */
125 #undef WORDS_BIGENDIAN
127 /* Number of bits in a file offset, on hosts where this is settable. */
128 #undef _FILE_OFFSET_BITS
130 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
131 #undef _LARGEFILE_SOURCE
133 /* Define for large files, on AIX-style hosts. */
134 #undef _LARGE_FILES