1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4   systems. This function is required for `alloca.c' support on those systems.
5   */
6#undef CRAY_STACKSEG_END
7
8/* Define to 1 if using `alloca.c'. */
9#undef C_ALLOCA
10
11/* Whether to build the develpment code. */
12#undef DEVEL_CODE
13
14/* Define if we have and want alsa. */
15#undef DRIVER_ALSA
16
17/* Define if we have and want OSS. */
18#undef DRIVER_OSS
19
20/* Define if we have and want the solaris audio driver. */
21#undef DRIVER_SOLARIS_AUDIO
22
23/* Define to 1 if translation of program messages to the user's native
24   language is requested. */
25#undef ENABLE_NLS
26
27/* Define to 1 if you have `alloca', as a function or macro. */
28#undef HAVE_ALLOCA
29
30/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
31   */
32#undef HAVE_ALLOCA_H
33
34/* Define to 1 if you have the <argz.h> header file. */
35#undef HAVE_ARGZ_H
36
37/* Define to 1 if you have the `asprintf' function. */
38#undef HAVE_ASPRINTF
39
40/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
41   CoreFoundation framework. */
42#undef HAVE_CFLOCALECOPYCURRENT
43
44/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
45   the CoreFoundation framework. */
46#undef HAVE_CFPREFERENCESCOPYAPPVALUE
47
48/* Define if the GNU dcgettext() function is already present or preinstalled.
49   */
50#undef HAVE_DCGETTEXT
51
52/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
53   don't. */
54#undef HAVE_DECL_FEOF_UNLOCKED
55
56/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
57   you don't. */
58#undef HAVE_DECL_FGETS_UNLOCKED
59
60/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
61   don't. */
62#undef HAVE_DECL_GETC_UNLOCKED
63
64/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
65   don't. */
66#undef HAVE_DECL__SNPRINTF
67
68/* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
69   don't. */
70#undef HAVE_DECL__SNWPRINTF
71
72/* Define to 1 if you have the <dlfcn.h> header file. */
73#undef HAVE_DLFCN_H
74
75/* Define to 1 if you have the `fwprintf' function. */
76#undef HAVE_FWPRINTF
77
78/* Define to 1 if you have the `getcwd' function. */
79#undef HAVE_GETCWD
80
81/* Define to 1 if you have the `getegid' function. */
82#undef HAVE_GETEGID
83
84/* Define to 1 if you have the `geteuid' function. */
85#undef HAVE_GETEUID
86
87/* Define to 1 if you have the `getgid' function. */
88#undef HAVE_GETGID
89
90/* Define to 1 if you have the `getpagesize' function. */
91#undef HAVE_GETPAGESIZE
92
93/* Define if the GNU gettext() function is already present or preinstalled. */
94#undef HAVE_GETTEXT
95
96/* Define to 1 if you have the `getuid' function. */
97#undef HAVE_GETUID
98
99/* Define if you have the iconv() function. */
100#undef HAVE_ICONV
101
102/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
103#undef HAVE_INTMAX_T
104
105/* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
106#undef HAVE_INTTYPES_H
107
108/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
109   declares uintmax_t. */
110#undef HAVE_INTTYPES_H_WITH_UINTMAX
111
112/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
113#undef HAVE_LANGINFO_CODESET
114
115/* Define if your <locale.h> file defines LC_MESSAGES. */
116#undef HAVE_LC_MESSAGES
117
118/* Define if we have libsamplerate. */
119#undef HAVE_LIBSAMPLERATE
120
121/* Define if we have libsndfile1. */
122#undef HAVE_LIBSNDFILE1
123
124/* Define to 1 if you have the <limits.h> header file. */
125#undef HAVE_LIMITS_H
126
127/* Define to 1 if you have the <locale.h> header file. */
128#undef HAVE_LOCALE_H
129
130/* Define if you have the 'long double' type. */
131#undef HAVE_LONG_DOUBLE
132
133/* Define if you have the 'long long' type. */
134#undef HAVE_LONG_LONG
135
136/* Define to 1 if you have the <machine/soundcard.h> header file. */
137#undef HAVE_MACHINE_SOUNDCARD_H
138
139/* Define if we have mad. */
140#undef HAVE_MAD
141
142/* Define to 1 if you have the `madvise' function. */
143#undef HAVE_MADVISE
144
145/* Define to 1 if you have the <malloc.h> header file. */
146#undef HAVE_MALLOC_H
147
148/* Define to 1 if you have the <memory.h> header file. */
149#undef HAVE_MEMORY_H
150
151/* Define to 1 if you have the `mempcpy' function. */
152#undef HAVE_MEMPCPY
153
154/* Define to 1 if you have a working `mmap' system call. */
155#undef HAVE_MMAP
156
157/* Define to 1 if you have the `munmap' function. */
158#undef HAVE_MUNMAP
159
160/* Define to 1 if you have the <nl_types.h> header file. */
161#undef HAVE_NL_TYPES_H
162
163/* Define if we have Ogg Vorbis. */
164#undef HAVE_OGGVORBIS
165
166/* Define if your printf() function supports format strings with positions. */
167#undef HAVE_POSIX_PRINTF
168
169/* Define to 1 if you have the `putenv' function. */
170#undef HAVE_PUTENV
171
172/* Define to 1 if you have the `setenv' function. */
173#undef HAVE_SETENV
174
175/* Define to 1 if you have the `setlocale' function. */
176#undef HAVE_SETLOCALE
177
178/* Define to 1 if you have the <sndfile.h> header file. */
179#undef HAVE_SNDFILE_H
180
181/* Define to 1 if you have the `snprintf' function. */
182#undef HAVE_SNPRINTF
183
184/* Define if we have speex. */
185#undef HAVE_SPEEX
186
187/* Define to 1 if speex headers are eg. <speex/speex.h> */
188#undef HAVE_SPEEX_SUBDIR
189
190/* Define to 1 if you have the <stddef.h> header file. */
191#undef HAVE_STDDEF_H
192
193/* Define to 1 if you have the <stdint.h> header file. */
194#undef HAVE_STDINT_H
195
196/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
197   uintmax_t. */
198#undef HAVE_STDINT_H_WITH_UINTMAX
199
200/* Define to 1 if you have the <stdlib.h> header file. */
201#undef HAVE_STDLIB_H
202
203/* Define to 1 if you have the `stpcpy' function. */
204#undef HAVE_STPCPY
205
206/* Define to 1 if you have the `strcasecmp' function. */
207#undef HAVE_STRCASECMP
208
209/* Define to 1 if you have the `strchr' function. */
210#undef HAVE_STRCHR
211
212/* Define to 1 if you have the `strdup' function. */
213#undef HAVE_STRDUP
214
215/* Define to 1 if you have the <strings.h> header file. */
216#undef HAVE_STRINGS_H
217
218/* Define to 1 if you have the <string.h> header file. */
219#undef HAVE_STRING_H
220
221/* Define to 1 if you have the `strtoul' function. */
222#undef HAVE_STRTOUL
223
224/* Define to 1 if you have the <sys/audioio.h> header file. */
225#undef HAVE_SYS_AUDIOIO_H
226
227/* Define to 1 if you have the <sys/param.h> header file. */
228#undef HAVE_SYS_PARAM_H
229
230/* Define to 1 if you have the <sys/soundcard.h> header file. */
231#undef HAVE_SYS_SOUNDCARD_H
232
233/* Define to 1 if you have the <sys/stat.h> header file. */
234#undef HAVE_SYS_STAT_H
235
236/* Define to 1 if you have the <sys/types.h> header file. */
237#undef HAVE_SYS_TYPES_H
238
239/* Define to 1 if you have the `tsearch' function. */
240#undef HAVE_TSEARCH
241
242/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
243#undef HAVE_UINTMAX_T
244
245/* Define to 1 if you have the <unistd.h> header file. */
246#undef HAVE_UNISTD_H
247
248/* Define if you have the 'unsigned long long' type. */
249#undef HAVE_UNSIGNED_LONG_LONG
250
251/* Define to 1 if you have the <vorbis/codec.h> header file. */
252#undef HAVE_VORBIS_CODEC_H
253
254/* Define to 1 if you have the <vorbis/vorbisenc.h> header file. */
255#undef HAVE_VORBIS_VORBISENC_H
256
257/* Define to 1 if you have the <vorbis/vorbisfile.h> header file. */
258#undef HAVE_VORBIS_VORBISFILE_H
259
260/* Define if you have the 'wchar_t' type. */
261#undef HAVE_WCHAR_T
262
263/* Define to 1 if you have the `wcslen' function. */
264#undef HAVE_WCSLEN
265
266/* Define if you have the 'wint_t' type. */
267#undef HAVE_WINT_T
268
269/* Define to 1 if you have the `__argz_count' function. */
270#undef HAVE___ARGZ_COUNT
271
272/* Define to 1 if you have the `__argz_next' function. */
273#undef HAVE___ARGZ_NEXT
274
275/* Define to 1 if you have the `__argz_stringify' function. */
276#undef HAVE___ARGZ_STRINGIFY
277
278/* Define to 1 if you have the `__fsetlocking' function. */
279#undef HAVE___FSETLOCKING
280
281/* Define as const if the declaration of iconv() needs const. */
282#undef ICONV_CONST
283
284/* Define if integer division by zero raises signal SIGFPE. */
285#undef INTDIV0_RAISES_SIGFPE
286
287/* Define if ov_read_float takes 3 arguments. */
288#undef OV_READ_FLOAT_THREE_ARGS
289
290/* Name of package */
291#undef PACKAGE
292
293/* Define to the address where bug reports for this package should be sent. */
294#undef PACKAGE_BUGREPORT
295
296/* Define the PACKAGE_LOCALE_DIR. */
297#undef PACKAGE_LOCALE_DIR
298
299/* Define to the full name of this package. */
300#undef PACKAGE_NAME
301
302/* Define the PACKAGE_PLUGIN_DIR. */
303#undef PACKAGE_PLUGIN_DIR
304
305/* Define the PACKAGE_SOURCE_DIR. */
306#undef PACKAGE_SOURCE_DIR
307
308/* Define to the full name and version of this package. */
309#undef PACKAGE_STRING
310
311/* Define to the one symbol short name of this package. */
312#undef PACKAGE_TARNAME
313
314/* Define to the version of this package. */
315#undef PACKAGE_VERSION
316
317/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
318#undef PRI_MACROS_BROKEN
319
320/* The size of `off_t', as computed by sizeof. */
321#undef SIZEOF_OFF_T
322
323/* Define as the maximum value of type 'size_t', if the system doesn't define
324   it. */
325#undef SIZE_MAX
326
327/* If using the C implementation of alloca, define if you know the
328   direction of stack growth for your system; otherwise it will be
329   automatically deduced at runtime.
330	STACK_DIRECTION > 0 => grows toward higher addresses
331	STACK_DIRECTION < 0 => grows toward lower addresses
332	STACK_DIRECTION = 0 => direction of growth unknown */
333#undef STACK_DIRECTION
334
335/* Define to 1 if you have the ANSI C header files. */
336#undef STDC_HEADERS
337
338/* Version number of package */
339#undef VERSION
340
341/* Define to 1 if your processor stores words with the most significant byte
342   first (like Motorola and SPARC, unlike Intel and VAX). */
343#undef WORDS_BIGENDIAN
344
345/* Define to empty if `const' does not conform to ANSI C. */
346#undef const
347
348/* Define to `__inline__' or `__inline' if that's what the C compiler
349   calls it, or to nothing if 'inline' is not supported under any name.  */
350#ifndef __cplusplus
351#undef inline
352#endif
353
354/* Define to `long int' if <sys/types.h> does not define. */
355#undef off_t
356
357/* Define as the type of the result of subtracting two pointers, if the system
358   doesn't define it. */
359#undef ptrdiff_t
360
361/* Define to empty if the C compiler doesn't support this keyword. */
362#undef signed
363
364/* Define to `unsigned int' if <sys/types.h> does not define. */
365#undef size_t
366
367/* Define to unsigned long or unsigned long long if <stdint.h> and
368   <inttypes.h> don't define. */
369#undef uintmax_t
370