~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to lib-src/libsndfile/src/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* src/config.h.in.  Generated from configure.ac by autoheader.  */
2
 
 
3
 
/* Set to 1 if the compile is GNU GCC. */
4
 
#undef COMPILER_IS_GCC
5
 
 
6
 
/* Target processor clips on negative float to int conversion. */
7
 
#undef CPU_CLIPS_NEGATIVE
8
 
 
9
 
/* Target processor clips on positive float to int conversion. */
10
 
#undef CPU_CLIPS_POSITIVE
11
 
 
12
 
/* Target processor is big endian. */
13
 
#undef CPU_IS_BIG_ENDIAN
14
 
 
15
 
/* Target processor is little endian. */
16
 
#undef CPU_IS_LITTLE_ENDIAN
17
 
 
18
 
/* Set to 1 to enable experimental code. */
19
 
#undef ENABLE_EXPERIMENTAL_CODE
20
 
 
21
 
/* Major version of GCC or 3 otherwise. */
22
 
#undef GCC_MAJOR_VERSION
23
 
 
24
 
/* Define to 1 if you have the <alsa/asoundlib.h> header file. */
25
 
#undef HAVE_ALSA_ASOUNDLIB_H
26
 
 
27
 
/* Define to 1 if you have the <byteswap.h> header file. */
28
 
#undef HAVE_BYTESWAP_H
29
 
 
30
 
/* Define to 1 if you have the `calloc' function. */
31
 
#undef HAVE_CALLOC
32
 
 
33
 
/* Define to 1 if you have the `ceil' function. */
34
 
#undef HAVE_CEIL
35
 
 
36
 
/* Set to 1 if S_IRGRP is defined. */
37
 
#undef HAVE_DECL_S_IRGRP
38
 
 
39
 
/* Define to 1 if you have the <dlfcn.h> header file. */
40
 
#undef HAVE_DLFCN_H
41
 
 
42
 
/* Define to 1 if you have the <endian.h> header file. */
43
 
#undef HAVE_ENDIAN_H
44
 
 
45
 
/* Define to 1 if you have the `fdatasync' function. */
46
 
#undef HAVE_FDATASYNC
47
 
 
48
 
/* Define to 1 if you have libflac 1.1.1 */
49
 
#undef HAVE_FLAC_1_1_1
50
 
 
51
 
/* Define to 1 if you have the <FLAC/all.h> header file. */
52
 
#undef HAVE_FLAC_ALL_H
53
 
 
54
 
/* Set to 1 if the compile supports the struct hack. */
55
 
#undef HAVE_FLEXIBLE_ARRAY
56
 
 
57
 
/* Define to 1 if you have the `floor' function. */
58
 
#undef HAVE_FLOOR
59
 
 
60
 
/* Define to 1 if you have the `fmod' function. */
61
 
#undef HAVE_FMOD
62
 
 
63
 
/* Define to 1 if you have the `free' function. */
64
 
#undef HAVE_FREE
65
 
 
66
 
/* Define to 1 if you have the `fstat' function. */
67
 
#undef HAVE_FSTAT
68
 
 
69
 
/* Define to 1 if you have the `fsync' function. */
70
 
#undef HAVE_FSYNC
71
 
 
72
 
/* Define to 1 if you have the `ftruncate' function. */
73
 
#undef HAVE_FTRUNCATE
74
 
 
75
 
/* Define to 1 if you have the `getpagesize' function. */
76
 
#undef HAVE_GETPAGESIZE
77
 
 
78
 
/* Define to 1 if you have the `gmtime' function. */
79
 
#undef HAVE_GMTIME
80
 
 
81
 
/* Define to 1 if you have the `gmtime_r' function. */
82
 
#undef HAVE_GMTIME_R
83
 
 
84
 
/* Define to 1 if you have the <inttypes.h> header file. */
85
 
#undef HAVE_INTTYPES_H
86
 
 
87
 
/* Define to 1 if you have the `m' library (-lm). */
88
 
#undef HAVE_LIBM
89
 
 
90
 
/* Define to 1 if you have the <locale.h> header file. */
91
 
#undef HAVE_LOCALE_H
92
 
 
93
 
/* Define if you have C99's lrint function. */
94
 
#undef HAVE_LRINT
95
 
 
96
 
/* Define if you have C99's lrintf function. */
97
 
#undef HAVE_LRINTF
98
 
 
99
 
/* Define to 1 if you have the `lseek' function. */
100
 
#undef HAVE_LSEEK
101
 
 
102
 
/* Define to 1 if you have the `malloc' function. */
103
 
#undef HAVE_MALLOC
104
 
 
105
 
/* Define to 1 if you have the <memory.h> header file. */
106
 
#undef HAVE_MEMORY_H
107
 
 
108
 
/* Define to 1 if you have the `mmap' function. */
109
 
#undef HAVE_MMAP
110
 
 
111
 
/* Define to 1 if you have the `open' function. */
112
 
#undef HAVE_OPEN
113
 
 
114
 
/* Define to 1 if you have the `pread' function. */
115
 
#undef HAVE_PREAD
116
 
 
117
 
/* Define to 1 if you have the `pwrite' function. */
118
 
#undef HAVE_PWRITE
119
 
 
120
 
/* Define to 1 if you have the `read' function. */
121
 
#undef HAVE_READ
122
 
 
123
 
/* Define to 1 if you have the `realloc' function. */
124
 
#undef HAVE_REALLOC
125
 
 
126
 
/* Define to 1 if you have the `setlocale' function. */
127
 
#undef HAVE_SETLOCALE
128
 
 
129
 
/* Define to 1 if you have the `snprintf' function. */
130
 
#undef HAVE_SNPRINTF
131
 
 
132
 
/* Set to 1 if you have libsqlite3. */
133
 
#undef HAVE_SQLITE3
134
 
 
135
 
/* Define to 1 if the system has the type `ssize_t'. */
136
 
#undef HAVE_SSIZE_T
137
 
 
138
 
/* Define to 1 if you have the <stdint.h> header file. */
139
 
#undef HAVE_STDINT_H
140
 
 
141
 
/* Define to 1 if you have the <stdlib.h> header file. */
142
 
#undef HAVE_STDLIB_H
143
 
 
144
 
/* Define to 1 if you have the <strings.h> header file. */
145
 
#undef HAVE_STRINGS_H
146
 
 
147
 
/* Define to 1 if you have the <string.h> header file. */
148
 
#undef HAVE_STRING_H
149
 
 
150
 
/* Define to 1 if you have the <sys/stat.h> header file. */
151
 
#undef HAVE_SYS_STAT_H
152
 
 
153
 
/* Define to 1 if you have the <sys/types.h> header file. */
154
 
#undef HAVE_SYS_TYPES_H
155
 
 
156
 
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
157
 
#undef HAVE_SYS_WAIT_H
158
 
 
159
 
/* Define to 1 if you have the <unistd.h> header file. */
160
 
#undef HAVE_UNISTD_H
161
 
 
162
 
/* Define to 1 if you have the `vsnprintf' function. */
163
 
#undef HAVE_VSNPRINTF
164
 
 
165
 
/* Define to 1 if you have the `write' function. */
166
 
#undef HAVE_WRITE
167
 
 
168
 
/* Set to 1 if compiling for MacOSX */
169
 
#undef OS_IS_MACOSX
170
 
 
171
 
/* Set to 1 if compiling for Win32 */
172
 
#undef OS_IS_WIN32
173
 
 
174
 
/* Name of package */
175
 
#undef PACKAGE
176
 
 
177
 
/* Define to the address where bug reports for this package should be sent. */
178
 
#undef PACKAGE_BUGREPORT
179
 
 
180
 
/* Define to the full name of this package. */
181
 
#undef PACKAGE_NAME
182
 
 
183
 
/* Define to the full name and version of this package. */
184
 
#undef PACKAGE_STRING
185
 
 
186
 
/* Define to the one symbol short name of this package. */
187
 
#undef PACKAGE_TARNAME
188
 
 
189
 
/* Define to the version of this package. */
190
 
#undef PACKAGE_VERSION
191
 
 
192
 
/* Set to maximum allowed value of sf_count_t type. */
193
 
#undef SF_COUNT_MAX
194
 
 
195
 
/* The size of a `double', as computed by sizeof. */
196
 
#undef SIZEOF_DOUBLE
197
 
 
198
 
/* The size of a `float', as computed by sizeof. */
199
 
#undef SIZEOF_FLOAT
200
 
 
201
 
/* The size of a `int', as computed by sizeof. */
202
 
#undef SIZEOF_INT
203
 
 
204
 
/* The size of a `int64_t', as computed by sizeof. */
205
 
#undef SIZEOF_INT64_T
206
 
 
207
 
/* The size of a `loff_t', as computed by sizeof. */
208
 
#undef SIZEOF_LOFF_T
209
 
 
210
 
/* The size of a `long', as computed by sizeof. */
211
 
#undef SIZEOF_LONG
212
 
 
213
 
/* The size of a `long long', as computed by sizeof. */
214
 
#undef SIZEOF_LONG_LONG
215
 
 
216
 
/* The size of a `off64_t', as computed by sizeof. */
217
 
#undef SIZEOF_OFF64_T
218
 
 
219
 
/* The size of a `off_t', as computed by sizeof. */
220
 
#undef SIZEOF_OFF_T
221
 
 
222
 
/* Set to sizeof (long) if unknown. */
223
 
#undef SIZEOF_SF_COUNT_T
224
 
 
225
 
/* The size of a `short', as computed by sizeof. */
226
 
#undef SIZEOF_SHORT
227
 
 
228
 
/* The size of a `size_t', as computed by sizeof. */
229
 
#undef SIZEOF_SIZE_T
230
 
 
231
 
/* The size of a `ssize_t', as computed by sizeof. */
232
 
#undef SIZEOF_SSIZE_T
233
 
 
234
 
/* The size of a `void*', as computed by sizeof. */
235
 
#undef SIZEOF_VOIDP
236
 
 
237
 
/* Define to 1 if you have the ANSI C header files. */
238
 
#undef STDC_HEADERS
239
 
 
240
 
/* Set to long if unknown. */
241
 
#undef TYPEOF_SF_COUNT_T
242
 
 
243
 
/* Set to 1 to use the native windows API */
244
 
#undef USE_WINDOWS_API
245
 
 
246
 
/* Version number of package */
247
 
#undef VERSION
248
 
 
249
 
/* Number of bits in a file offset, on hosts where this is settable. */
250
 
#undef _FILE_OFFSET_BITS
251
 
 
252
 
/* Define to make fseeko etc. visible, on some hosts. */
253
 
#undef _LARGEFILE_SOURCE
254
 
 
255
 
/* Define for large files, on AIX-style hosts. */
256
 
#undef _LARGE_FILES