~ubuntu-branches/ubuntu/raring/flac/raring

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