1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7   systems. This function is required for `alloca.c' support on those systems.
8   */
9#undef CRAY_STACKSEG_END
10
11/* Define to 1 if using `alloca.c'. */
12#undef C_ALLOCA
13
14/* Define to 1 if translation of program messages to the user's native
15   language is requested. */
16#undef ENABLE_NLS
17
18/* Define to 1 if you have `alloca', as a function or macro. */
19#undef HAVE_ALLOCA
20
21/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
22   */
23#undef HAVE_ALLOCA_H
24
25/* Define to 1 if you have the `alphasort' function. */
26#undef HAVE_ALPHASORT
27
28/* Define to 1 if you have the `argz_count' function. */
29#undef HAVE_ARGZ_COUNT
30
31/* Define to 1 if you have the <argz.h> header file. */
32#undef HAVE_ARGZ_H
33
34/* Define to 1 if you have the `argz_next' function. */
35#undef HAVE_ARGZ_NEXT
36
37/* Define to 1 if you have the `argz_stringify' function. */
38#undef HAVE_ARGZ_STRINGIFY
39
40/* Define to 1 if you have the `asprintf' function. */
41#undef HAVE_ASPRINTF
42
43/* Define to 1 if you have the `atexit' function. */
44#undef HAVE_ATEXIT
45
46/* Define to 1 if the compiler understands __builtin_expect. */
47#undef HAVE_BUILTIN_EXPECT
48
49/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
50   CoreFoundation framework. */
51#undef HAVE_CFLOCALECOPYCURRENT
52
53/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
54   the CoreFoundation framework. */
55#undef HAVE_CFPREFERENCESCOPYAPPVALUE
56
57/* Define to 1 if you have the `chmod' function. */
58#undef HAVE_CHMOD
59
60/* Defined if we have libcurl */
61#undef HAVE_CURL
62
63/* Define if the GNU dcgettext() function is already present or preinstalled.
64   */
65#undef HAVE_DCGETTEXT
66
67/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
68   don't. */
69#undef HAVE_DECL_FEOF_UNLOCKED
70
71/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
72   you don't. */
73#undef HAVE_DECL_FGETS_UNLOCKED
74
75/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
76   don't. */
77#undef HAVE_DECL_GETC_UNLOCKED
78
79/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
80   don't. */
81#undef HAVE_DECL__SNPRINTF
82
83/* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
84   don't. */
85#undef HAVE_DECL__SNWPRINTF
86
87/* Define to 1 if you have the <dlfcn.h> header file. */
88#undef HAVE_DLFCN_H
89
90/* Define to 1 if you have the `fcntl' function. */
91#undef HAVE_FCNTL
92
93/* Define to 1 if you have the <fcntl.h> header file. */
94#undef HAVE_FCNTL_H
95
96/* Define to 1 if you have the `fwprintf' function. */
97#undef HAVE_FWPRINTF
98
99/* Define to 1 if you have the `getcwd' function. */
100#undef HAVE_GETCWD
101
102/* Define to 1 if you have the `getegid' function. */
103#undef HAVE_GETEGID
104
105/* Define to 1 if you have the `geteuid' function. */
106#undef HAVE_GETEUID
107
108/* Define to 1 if you have the `getgid' function. */
109#undef HAVE_GETGID
110
111/* Define to 1 if you have the `getpagesize' function. */
112#undef HAVE_GETPAGESIZE
113
114/* Define if the GNU gettext() function is already present or preinstalled. */
115#undef HAVE_GETTEXT
116
117/* Define to 1 if you have the `getuid' function. */
118#undef HAVE_GETUID
119
120/* Define if you have the iconv() function. */
121#undef HAVE_ICONV
122
123/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
124#undef HAVE_INTMAX_T
125
126/* Define to 1 if you have the <inttypes.h> header file. */
127#undef HAVE_INTTYPES_H
128
129/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
130   declares uintmax_t. */
131#undef HAVE_INTTYPES_H_WITH_UINTMAX
132
133/* Defined if we have libkate */
134#undef HAVE_KATE
135
136/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
137#undef HAVE_LANGINFO_CODESET
138
139/* Define if your <locale.h> file defines LC_MESSAGES. */
140#undef HAVE_LC_MESSAGES
141
142/* Defined if we have libFLAC */
143#undef HAVE_LIBFLAC
144
145/* Defined if we have libopusfile */
146#undef HAVE_LIBOPUSFILE
147
148/* Defined if we have libspeex */
149#undef HAVE_LIBSPEEX
150
151/* Define to 1 if you have the <limits.h> header file. */
152#undef HAVE_LIMITS_H
153
154/* Define to 1 if the system has the type `long long int'. */
155#undef HAVE_LONG_LONG_INT
156
157/* Define to 1 if you have the <memory.h> header file. */
158#undef HAVE_MEMORY_H
159
160/* Define to 1 if you have the `mempcpy' function. */
161#undef HAVE_MEMPCPY
162
163/* Define to 1 if you have a working `mmap' system call. */
164#undef HAVE_MMAP
165
166/* Define to 1 if you have the `munmap' function. */
167#undef HAVE_MUNMAP
168
169/* Define if you have <langinfo.h> and it defines the NL_LOCALE_NAME macro if
170   _GNU_SOURCE is defined. */
171#undef HAVE_NL_LOCALE_NAME
172
173/* Define to 1 if you have the `on_exit' function. */
174#undef HAVE_ON_EXIT
175
176/* Defined if we have ov_read_filter() */
177#undef HAVE_OV_READ_FILTER
178
179/* Define if your printf() function supports format strings with positions. */
180#undef HAVE_POSIX_PRINTF
181
182/* Define if you have POSIX threads libraries and header files. */
183#undef HAVE_PTHREAD
184
185/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
186#undef HAVE_PTHREAD_MUTEX_RECURSIVE
187
188/* Define if the POSIX multithreading library has read/write locks. */
189#undef HAVE_PTHREAD_RWLOCK
190
191/* Define to 1 if you have the `putenv' function. */
192#undef HAVE_PUTENV
193
194/* Define to 1 if you have the `scandir' function. */
195#undef HAVE_SCANDIR
196
197/* Define to 1 if you have the `select' function. */
198#undef HAVE_SELECT
199
200/* Define to 1 if you have the `setenv' function. */
201#undef HAVE_SETENV
202
203/* Define to 1 if you have the `setlocale' function. */
204#undef HAVE_SETLOCALE
205
206/* Define to 1 if you have the `snprintf' function. */
207#undef HAVE_SNPRINTF
208
209/* Define to 1 if you have the `stat' function. */
210#undef HAVE_STAT
211
212/* Define to 1 if you have the <stddef.h> header file. */
213#undef HAVE_STDDEF_H
214
215/* Define to 1 if you have the <stdint.h> header file. */
216#undef HAVE_STDINT_H
217
218/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
219   uintmax_t. */
220#undef HAVE_STDINT_H_WITH_UINTMAX
221
222/* Define to 1 if you have the <stdlib.h> header file. */
223#undef HAVE_STDLIB_H
224
225/* Define to 1 if you have the `stpcpy' function. */
226#undef HAVE_STPCPY
227
228/* Define to 1 if you have the `strcasecmp' function. */
229#undef HAVE_STRCASECMP
230
231/* Define to 1 if you have the `strdup' function. */
232#undef HAVE_STRDUP
233
234/* Define to 1 if you have the <strings.h> header file. */
235#undef HAVE_STRINGS_H
236
237/* Define to 1 if you have the <string.h> header file. */
238#undef HAVE_STRING_H
239
240/* Define to 1 if you have the `strtoul' function. */
241#undef HAVE_STRTOUL
242
243/* Define to 1 if you have the <sys/param.h> header file. */
244#undef HAVE_SYS_PARAM_H
245
246/* Define to 1 if you have the <sys/stat.h> header file. */
247#undef HAVE_SYS_STAT_H
248
249/* Define to 1 if you have the <sys/types.h> header file. */
250#undef HAVE_SYS_TYPES_H
251
252/* Define to 1 if you have the `tsearch' function. */
253#undef HAVE_TSEARCH
254
255/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
256#undef HAVE_UINTMAX_T
257
258/* Define to 1 if you have the <unistd.h> header file. */
259#undef HAVE_UNISTD_H
260
261/* Define to 1 if the system has the type `unsigned long long int'. */
262#undef HAVE_UNSIGNED_LONG_LONG_INT
263
264/* Define to 1 or 0, depending whether the compiler supports simple visibility
265   declarations. */
266#undef HAVE_VISIBILITY
267
268/* Define if you have the 'wchar_t' type. */
269#undef HAVE_WCHAR_T
270
271/* Define to 1 if you have the `wcslen' function. */
272#undef HAVE_WCSLEN
273
274/* Define if you have the 'wint_t' type. */
275#undef HAVE_WINT_T
276
277/* Define to 1 if you have the `__fsetlocking' function. */
278#undef HAVE___FSETLOCKING
279
280/* Define as const if the declaration of iconv() needs const. */
281#undef ICONV_CONST
282
283/* Define if integer division by zero raises signal SIGFPE. */
284#undef INTDIV0_RAISES_SIGFPE
285
286/* Define to the sub-directory where libtool stores uninstalled libraries. */
287#undef LT_OBJDIR
288
289/* Name of package */
290#undef PACKAGE
291
292/* Define to the address where bug reports for this package should be sent. */
293#undef PACKAGE_BUGREPORT
294
295/* Define to the full name of this package. */
296#undef PACKAGE_NAME
297
298/* Define to the full name and version of this package. */
299#undef PACKAGE_STRING
300
301/* Define to the one symbol short name of this package. */
302#undef PACKAGE_TARNAME
303
304/* Define to the home page for this package. */
305#undef PACKAGE_URL
306
307/* Define to the version of this package. */
308#undef PACKAGE_VERSION
309
310/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
311#undef PRI_MACROS_BROKEN
312
313/* Define to necessary symbol if this constant uses a non-standard name on
314   your system. */
315#undef PTHREAD_CREATE_JOINABLE
316
317/* Define if the pthread_in_use() detection is hard. */
318#undef PTHREAD_IN_USE_DETECTION_HARD
319
320/* Define as the maximum value of type 'size_t', if the system doesn't define
321   it. */
322#undef SIZE_MAX
323
324/* If using the C implementation of alloca, define if you know the
325   direction of stack growth for your system; otherwise it will be
326   automatically deduced at runtime.
327	STACK_DIRECTION > 0 => grows toward higher addresses
328	STACK_DIRECTION < 0 => grows toward lower addresses
329	STACK_DIRECTION = 0 => direction of growth unknown */
330#undef STACK_DIRECTION
331
332/* Define to 1 if you have the ANSI C header files. */
333#undef STDC_HEADERS
334
335/* Define if the POSIX multithreading library can be used. */
336#undef USE_POSIX_THREADS
337
338/* Define if references to the POSIX multithreading library should be made
339   weak. */
340#undef USE_POSIX_THREADS_WEAK
341
342/* Define if the GNU Pth multithreading library can be used. */
343#undef USE_PTH_THREADS
344
345/* Define if references to the GNU Pth multithreading library should be made
346   weak. */
347#undef USE_PTH_THREADS_WEAK
348
349/* Define if the old Solaris multithreading library can be used. */
350#undef USE_SOLARIS_THREADS
351
352/* Define if references to the old Solaris multithreading library should be
353   made weak. */
354#undef USE_SOLARIS_THREADS_WEAK
355
356/* Enable extensions on AIX 3, Interix.  */
357#ifndef _ALL_SOURCE
358# undef _ALL_SOURCE
359#endif
360/* Enable GNU extensions on systems that have them.  */
361#ifndef _GNU_SOURCE
362# undef _GNU_SOURCE
363#endif
364/* Enable threading extensions on Solaris.  */
365#ifndef _POSIX_PTHREAD_SEMANTICS
366# undef _POSIX_PTHREAD_SEMANTICS
367#endif
368/* Enable extensions on HP NonStop.  */
369#ifndef _TANDEM_SOURCE
370# undef _TANDEM_SOURCE
371#endif
372/* Enable general extensions on Solaris.  */
373#ifndef __EXTENSIONS__
374# undef __EXTENSIONS__
375#endif
376
377
378/* Define if the Win32 multithreading API can be used. */
379#undef USE_WIN32_THREADS
380
381/* Version number of package */
382#undef VERSION
383
384/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
385   significant byte first (like Motorola and SPARC, unlike Intel). */
386#if defined AC_APPLE_UNIVERSAL_BUILD
387# if defined __BIG_ENDIAN__
388#  define WORDS_BIGENDIAN 1
389# endif
390#else
391# ifndef WORDS_BIGENDIAN
392#  undef WORDS_BIGENDIAN
393# endif
394#endif
395
396/* Enable large inode numbers on Mac OS X 10.5.  */
397#ifndef _DARWIN_USE_64_BIT_INODE
398# define _DARWIN_USE_64_BIT_INODE 1
399#endif
400
401/* Number of bits in a file offset, on hosts where this is settable. */
402#undef _FILE_OFFSET_BITS
403
404/* Define for large files, on AIX-style hosts. */
405#undef _LARGE_FILES
406
407/* Define to 1 if on MINIX. */
408#undef _MINIX
409
410/* Define to 2 if the system does not provide POSIX.1 features except with
411   this defined. */
412#undef _POSIX_1_SOURCE
413
414/* Define to 1 if you need to in order for `stat' and other things to work. */
415#undef _POSIX_SOURCE
416
417/* Define to `__inline__' or `__inline' if that's what the C compiler
418   calls it, or to nothing if 'inline' is not supported under any name.  */
419#ifndef __cplusplus
420#undef inline
421#endif
422
423/* Define as the type of the result of subtracting two pointers, if the system
424   doesn't define it. */
425#undef ptrdiff_t
426
427/* Define to `unsigned int' if <sys/types.h> does not define. */
428#undef size_t
429
430/* Define to unsigned long or unsigned long long if <stdint.h> and
431   <inttypes.h> don't define. */
432#undef uintmax_t
433
434
435#define __libc_lock_t                   gl_lock_t
436#define __libc_lock_define              gl_lock_define
437#define __libc_lock_define_initialized  gl_lock_define_initialized
438#define __libc_lock_init                gl_lock_init
439#define __libc_lock_lock                gl_lock_lock
440#define __libc_lock_unlock              gl_lock_unlock
441#define __libc_lock_recursive_t                   gl_recursive_lock_t
442#define __libc_lock_define_recursive              gl_recursive_lock_define
443#define __libc_lock_define_initialized_recursive  gl_recursive_lock_define_initialized
444#define __libc_lock_init_recursive                gl_recursive_lock_init
445#define __libc_lock_lock_recursive                gl_recursive_lock_lock
446#define __libc_lock_unlock_recursive              gl_recursive_lock_unlock
447#define glthread_in_use  libintl_thread_in_use
448#define glthread_lock_init     libintl_lock_init
449#define glthread_lock_lock     libintl_lock_lock
450#define glthread_lock_unlock   libintl_lock_unlock
451#define glthread_lock_destroy  libintl_lock_destroy
452#define glthread_rwlock_init     libintl_rwlock_init
453#define glthread_rwlock_rdlock   libintl_rwlock_rdlock
454#define glthread_rwlock_wrlock   libintl_rwlock_wrlock
455#define glthread_rwlock_unlock   libintl_rwlock_unlock
456#define glthread_rwlock_destroy  libintl_rwlock_destroy
457#define glthread_recursive_lock_init     libintl_recursive_lock_init
458#define glthread_recursive_lock_lock     libintl_recursive_lock_lock
459#define glthread_recursive_lock_unlock   libintl_recursive_lock_unlock
460#define glthread_recursive_lock_destroy  libintl_recursive_lock_destroy
461#define glthread_once                 libintl_once
462#define glthread_once_call            libintl_once_call
463#define glthread_once_singlethreaded  libintl_once_singlethreaded
464
465