Changes to update Tomato RAF.
[tomato.git] / release / src / router / flac / config.h
blobae3796d324b713533a1a013d7f9741b43e49df2c
1 /* config.h. Generated by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
4 /* define to align allocated memory on 32-byte boundaries */
5 /* #undef FLAC__ALIGN_MALLOC_DATA */
7 /* define if building for ia32/i386 */
8 /* #undef FLAC__CPU_IA32 */
10 /* define if building for PowerPC */
11 /* #undef FLAC__CPU_PPC */
13 /* define if building for SPARC */
14 /* #undef FLAC__CPU_SPARC */
16 /* define if you are compiling for PowerPC and have the 'as' assembler */
17 /* #undef FLAC__HAS_AS */
19 /* define if you have docbook-to-man or docbook2man */
20 /* #undef FLAC__HAS_DOCBOOK_TO_MAN */
22 /* define if you are compiling for PowerPC and have the 'gas' assembler */
23 #define FLAC__HAS_GAS 1
25 /* define if you are compiling for x86 and have the NASM assembler */
26 /* #undef FLAC__HAS_NASM */
28 /* define if you have the ogg library */
29 #define FLAC__HAS_OGG 1
31 /* define to disable use of assembly code */
32 /* #undef FLAC__NO_ASM */
34 /* define if your operating system supports SSE instructions */
35 /* #undef FLAC__SSE_OS */
37 /* define if building for Darwin / MacOS X */
38 /* #undef FLAC__SYS_DARWIN */
40 /* define if building for Linux */
41 /* #undef FLAC__SYS_LINUX */
43 /* define to enable use of 3Dnow! instructions */
44 /* #undef FLAC__USE_3DNOW */
46 /* define to enable use of Altivec instructions */
47 /* #undef FLAC__USE_ALTIVEC */
49 /* Define to 1 if you have the <dlfcn.h> header file. */
50 #define HAVE_DLFCN_H 1
52 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
53 #define HAVE_FSEEKO 1
55 /* Define to 1 if you have the `getopt_long' function. */
56 #define HAVE_GETOPT_LONG 1
58 /* Define if you have the iconv() function. */
59 /* #undef HAVE_ICONV */
61 /* Define to 1 if you have the <inttypes.h> header file. */
62 #define HAVE_INTTYPES_H 1
64 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
65 #define HAVE_LANGINFO_CODESET 1
67 /* Define to 1 if you have the <memory.h> header file. */
68 #define HAVE_MEMORY_H 1
70 /* Define to 1 if the system has the type `socklen_t'. */
71 #define HAVE_SOCKLEN_T 1
73 /* Define to 1 if you have the <stdint.h> header file. */
74 #define HAVE_STDINT_H 1
76 /* Define to 1 if you have the <stdlib.h> header file. */
77 #define HAVE_STDLIB_H 1
79 /* Define to 1 if you have the <strings.h> header file. */
80 #define HAVE_STRINGS_H 1
82 /* Define to 1 if you have the <string.h> header file. */
83 #define HAVE_STRING_H 1
85 /* Define to 1 if you have the <sys/stat.h> header file. */
86 #define HAVE_SYS_STAT_H 1
88 /* Define to 1 if you have the <sys/types.h> header file. */
89 #define HAVE_SYS_TYPES_H 1
91 /* Define to 1 if you have the <unistd.h> header file. */
92 #define HAVE_UNISTD_H 1
94 /* Define as const if the declaration of iconv() needs const. */
95 /* #undef ICONV_CONST */
97 /* Name of package */
98 #define PACKAGE "flac"
100 /* Define to the address where bug reports for this package should be sent. */
101 #define PACKAGE_BUGREPORT ""
103 /* Define to the full name of this package. */
104 #define PACKAGE_NAME ""
106 /* Define to the full name and version of this package. */
107 #define PACKAGE_STRING ""
109 /* Define to the one symbol short name of this package. */
110 #define PACKAGE_TARNAME ""
112 /* Define to the version of this package. */
113 #define PACKAGE_VERSION ""
115 /* The size of a `void*', as computed by sizeof. */
116 #define SIZEOF_VOIDP 4
118 /* Define to 1 if you have the ANSI C header files. */
119 #define STDC_HEADERS 1
121 /* Version number of package */
122 #define VERSION "1.2.1"
124 /* Define to 1 if your processor stores words with the most significant byte
125 first (like Motorola and SPARC, unlike Intel and VAX). */
126 /* #undef WORDS_BIGENDIAN */
128 /* Number of bits in a file offset, on hosts where this is settable. */
129 #define _FILE_OFFSET_BITS 64
131 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
132 #define _LARGEFILE_SOURCE 1
134 /* Define for large files, on AIX-style hosts. */
135 /* #undef _LARGE_FILES */