libsndfile source files.
[Faustine.git] / interpretor / libsndfile-1.0.25 / src / config.h.in
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 /* Define to 1 if you have the <alsa/asoundlib.h> header file. */
22 #undef HAVE_ALSA_ASOUNDLIB_H
23
24 /* Define to 1 if you have the <byteswap.h> header file. */
25 #undef HAVE_BYTESWAP_H
26
27 /* Define to 1 if you have the `calloc' function. */
28 #undef HAVE_CALLOC
29
30 /* Define to 1 if you have the `ceil' function. */
31 #undef HAVE_CEIL
32
33 /* Set to 1 if S_IRGRP is defined. */
34 #undef HAVE_DECL_S_IRGRP
35
36 /* Define to 1 if you have the <dlfcn.h> header file. */
37 #undef HAVE_DLFCN_H
38
39 /* Define to 1 if you have the <endian.h> header file. */
40 #undef HAVE_ENDIAN_H
41
42 /* Will be set to 1 if flac, ogg and vorbis are available. */
43 #undef HAVE_EXTERNAL_LIBS
44
45 /* Set to 1 if the compile supports the struct hack. */
46 #undef HAVE_FLEXIBLE_ARRAY
47
48 /* Define to 1 if you have the `floor' function. */
49 #undef HAVE_FLOOR
50
51 /* Define to 1 if you have the `fmod' function. */
52 #undef HAVE_FMOD
53
54 /* Define to 1 if you have the `free' function. */
55 #undef HAVE_FREE
56
57 /* Define to 1 if you have the `fstat' function. */
58 #undef HAVE_FSTAT
59
60 /* Define to 1 if you have the `fsync' function. */
61 #undef HAVE_FSYNC
62
63 /* Define to 1 if you have the `ftruncate' function. */
64 #undef HAVE_FTRUNCATE
65
66 /* Define to 1 if you have the `getpagesize' function. */
67 #undef HAVE_GETPAGESIZE
68
69 /* Define to 1 if you have the `gettimeofday' function. */
70 #undef HAVE_GETTIMEOFDAY
71
72 /* Define to 1 if you have the `gmtime' function. */
73 #undef HAVE_GMTIME
74
75 /* Define to 1 if you have the `gmtime_r' function. */
76 #undef HAVE_GMTIME_R
77
78 /* Define to 1 if you have the <inttypes.h> header file. */
79 #undef HAVE_INTTYPES_H
80
81 /* Define to 1 if you have the `m' library (-lm). */
82 #undef HAVE_LIBM
83
84 /* Define to 1 if you have the <locale.h> header file. */
85 #undef HAVE_LOCALE_H
86
87 /* Define to 1 if you have the `localtime' function. */
88 #undef HAVE_LOCALTIME
89
90 /* Define to 1 if you have the `localtime_r' function. */
91 #undef HAVE_LOCALTIME_R
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 `pipe' function. */
115 #undef HAVE_PIPE
116
117 /* Define to 1 if you have the `pread' function. */
118 #undef HAVE_PREAD
119
120 /* Define to 1 if you have the `pwrite' function. */
121 #undef HAVE_PWRITE
122
123 /* Define to 1 if you have the `read' function. */
124 #undef HAVE_READ
125
126 /* Define to 1 if you have the `realloc' function. */
127 #undef HAVE_REALLOC
128
129 /* Define to 1 if you have the `setlocale' function. */
130 #undef HAVE_SETLOCALE
131
132 /* Define to 1 if you have the <sndio.h> header file. */
133 #undef HAVE_SNDIO_H
134
135 /* Define to 1 if you have the `snprintf' function. */
136 #undef HAVE_SNPRINTF
137
138 /* Set to 1 if you have libsqlite3. */
139 #undef HAVE_SQLITE3
140
141 /* Define to 1 if the system has the type `ssize_t'. */
142 #undef HAVE_SSIZE_T
143
144 /* Define to 1 if you have the <stdint.h> header file. */
145 #undef HAVE_STDINT_H
146
147 /* Define to 1 if you have the <stdlib.h> header file. */
148 #undef HAVE_STDLIB_H
149
150 /* Define to 1 if you have the <strings.h> header file. */
151 #undef HAVE_STRINGS_H
152
153 /* Define to 1 if you have the <string.h> header file. */
154 #undef HAVE_STRING_H
155
156 /* Define to 1 if you have the <sys/stat.h> header file. */
157 #undef HAVE_SYS_STAT_H
158
159 /* Define to 1 if you have the <sys/time.h> header file. */
160 #undef HAVE_SYS_TIME_H
161
162 /* Define to 1 if you have the <sys/types.h> header file. */
163 #undef HAVE_SYS_TYPES_H
164
165 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
166 #undef HAVE_SYS_WAIT_H
167
168 /* Define to 1 if you have the <unistd.h> header file. */
169 #undef HAVE_UNISTD_H
170
171 /* Define to 1 if you have the `vsnprintf' function. */
172 #undef HAVE_VSNPRINTF
173
174 /* Define to 1 if you have the `waitpid' function. */
175 #undef HAVE_WAITPID
176
177 /* Define to 1 if you have the `write' function. */
178 #undef HAVE_WRITE
179
180 /* Define to the sub-directory in which libtool stores uninstalled libraries.
181 */
182 #undef LT_OBJDIR
183
184 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
185 #undef NO_MINUS_C_MINUS_O
186
187 /* Set to 1 if compiling for MacOSX */
188 #undef OS_IS_MACOSX
189
190 /* Set to 1 if compiling for Win32 */
191 #undef OS_IS_WIN32
192
193 /* Name of package */
194 #undef PACKAGE
195
196 /* Define to the address where bug reports for this package should be sent. */
197 #undef PACKAGE_BUGREPORT
198
199 /* Define to the full name of this package. */
200 #undef PACKAGE_NAME
201
202 /* Define to the full name and version of this package. */
203 #undef PACKAGE_STRING
204
205 /* Define to the one symbol short name of this package. */
206 #undef PACKAGE_TARNAME
207
208 /* Define to the home page for this package. */
209 #undef PACKAGE_URL
210
211 /* Define to the version of this package. */
212 #undef PACKAGE_VERSION
213
214 /* Set to maximum allowed value of sf_count_t type. */
215 #undef SF_COUNT_MAX
216
217 /* The size of `double', as computed by sizeof. */
218 #undef SIZEOF_DOUBLE
219
220 /* The size of `float', as computed by sizeof. */
221 #undef SIZEOF_FLOAT
222
223 /* The size of `int', as computed by sizeof. */
224 #undef SIZEOF_INT
225
226 /* The size of `int64_t', as computed by sizeof. */
227 #undef SIZEOF_INT64_T
228
229 /* The size of `loff_t', as computed by sizeof. */
230 #undef SIZEOF_LOFF_T
231
232 /* The size of `long', as computed by sizeof. */
233 #undef SIZEOF_LONG
234
235 /* The size of `long long', as computed by sizeof. */
236 #undef SIZEOF_LONG_LONG
237
238 /* The size of `off64_t', as computed by sizeof. */
239 #undef SIZEOF_OFF64_T
240
241 /* The size of `off_t', as computed by sizeof. */
242 #undef SIZEOF_OFF_T
243
244 /* Set to sizeof (long) if unknown. */
245 #undef SIZEOF_SF_COUNT_T
246
247 /* The size of `short', as computed by sizeof. */
248 #undef SIZEOF_SHORT
249
250 /* The size of `size_t', as computed by sizeof. */
251 #undef SIZEOF_SIZE_T
252
253 /* The size of `ssize_t', as computed by sizeof. */
254 #undef SIZEOF_SSIZE_T
255
256 /* The size of `void*', as computed by sizeof. */
257 #undef SIZEOF_VOIDP
258
259 /* The size of `wchar_t', as computed by sizeof. */
260 #undef SIZEOF_WCHAR_T
261
262 /* Define to 1 if you have the ANSI C header files. */
263 #undef STDC_HEADERS
264
265 /* Set to long if unknown. */
266 #undef TYPEOF_SF_COUNT_T
267
268 /* Set to 1 to use the native windows API */
269 #undef USE_WINDOWS_API
270
271 /* Version number of package */
272 #undef VERSION
273
274 /* Set to 1 if windows DLL is being built. */
275 #undef WIN32_TARGET_DLL
276
277 /* Target processor is big endian. */
278 #undef WORDS_BIGENDIAN
279
280 /* Number of bits in a file offset, on hosts where this is settable. */
281 #undef _FILE_OFFSET_BITS
282
283 /* Define to make fseeko etc. visible, on some hosts. */
284 #undef _LARGEFILE_SOURCE
285
286 /* Define for large files, on AIX-style hosts. */
287 #undef _LARGE_FILES
288
289 /* Set to 1 to use C99 printf/snprintf in MinGW. */
290 #undef __USE_MINGW_ANSI_STDIO