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/* Canonical host string. */
7#undef CANONICAL_HOST
8
9/* Have ALSA? */
10#undef HAVE_ALSA
11
12/* Define to 1 if you have the <byteswap.h> header file. */
13#undef HAVE_BYTESWAP_H
14
15/* Do cacheing? */
16#undef HAVE_CACHE
17
18/* Define to 1 if you have the <dlfcn.h> header file. */
19#undef HAVE_DLFCN_H
20
21/* Have DSO? */
22#undef HAVE_DSO
23
24/* Define to 1 if you have the `gettimeofday' function. */
25#undef HAVE_GETTIMEOFDAY
26
27/* Have GStreamer? */
28#undef HAVE_GSTREAMER
29
30/* Have GTK? */
31#undef HAVE_GTK
32
33/* Have GTK3? */
34#undef HAVE_GTK3
35
36/* Define to 1 if you have the <inttypes.h> header file. */
37#undef HAVE_INTTYPES_H
38
39/* Define to 1 if you have the `lrintf' function. */
40#undef HAVE_LRINTF
41
42/* Define to 1 if you have the `lstat' function. */
43#undef HAVE_LSTAT
44
45/* Define to 1 if you have the <machine/soundcard.h> header file. */
46#undef HAVE_MACHINE_SOUNDCARD_H
47
48/* Define to 1 if you have the <memory.h> header file. */
49#undef HAVE_MEMORY_H
50
51/* Define to 1 if you have the `nanosleep' function. */
52#undef HAVE_NANOSLEEP
53
54/* Have NULL output? */
55#undef HAVE_NULL
56
57/* Have OSS? */
58#undef HAVE_OSS
59
60/* Define to 1 if you have the `posix_memalign' function. */
61#undef HAVE_POSIX_MEMALIGN
62
63/* Define if you have POSIX threads libraries and header files. */
64#undef HAVE_PTHREAD
65
66/* Define to 1 if you have the `pthread_yield' function. */
67#undef HAVE_PTHREAD_YIELD
68
69/* Have PulseAudio? */
70#undef HAVE_PULSE
71
72/* Define to 1 if you have the `sigaction' function. */
73#undef HAVE_SIGACTION
74
75/* Define to 1 if you have the `sleep' function. */
76#undef HAVE_SLEEP
77
78/* Define to 1 if you have the <soundcard.h> header file. */
79#undef HAVE_SOUNDCARD_H
80
81/* Define to 1 if the system has the type `ssize_t'. */
82#undef HAVE_SSIZE_T
83
84/* Define to 1 if you have the <stdint.h> header file. */
85#undef HAVE_STDINT_H
86
87/* Define to 1 if you have the <stdlib.h> header file. */
88#undef HAVE_STDLIB_H
89
90/* Define to 1 if you have the `strerror_r' function. */
91#undef HAVE_STRERROR_R
92
93/* Define to 1 if you have the <strings.h> header file. */
94#undef HAVE_STRINGS_H
95
96/* Define to 1 if you have the <string.h> header file. */
97#undef HAVE_STRING_H
98
99/* Define to 1 if you have the `strndup' function. */
100#undef HAVE_STRNDUP
101
102/* Define to 1 if you have the `strtof' function. */
103#undef HAVE_STRTOF
104
105/* Define to 1 if you have the `sysconf' function. */
106#undef HAVE_SYSCONF
107
108/* Define to 1 if you have the <sys/ioctl.h> header file. */
109#undef HAVE_SYS_IOCTL_H
110
111/* Define to 1 if you have the <sys/poll.h> header file. */
112#undef HAVE_SYS_POLL_H
113
114/* Define to 1 if you have the <sys/select.h> header file. */
115#undef HAVE_SYS_SELECT_H
116
117/* Define to 1 if you have the <sys/socket.h> header file. */
118#undef HAVE_SYS_SOCKET_H
119
120/* Define to 1 if you have the <sys/soundcard.h> header file. */
121#undef HAVE_SYS_SOUNDCARD_H
122
123/* Define to 1 if you have the <sys/stat.h> header file. */
124#undef HAVE_SYS_STAT_H
125
126/* Define to 1 if you have the <sys/types.h> header file. */
127#undef HAVE_SYS_TYPES_H
128
129/* Have TDB? */
130#undef HAVE_TDB
131
132/* Have udev? */
133#undef HAVE_UDEV
134
135/* Define to 1 if you have the <unistd.h> header file. */
136#undef HAVE_UNISTD_H
137
138/* Define to the sub-directory in which libtool stores uninstalled libraries.
139   */
140#undef LT_OBJDIR
141
142/* Define to 1 if your C compiler doesn't accept -c and -o together. */
143#undef NO_MINUS_C_MINUS_O
144
145/* Build target is Windows. */
146#undef OS_IS_WIN32
147
148/* Name of package */
149#undef PACKAGE
150
151/* Define to the address where bug reports for this package should be sent. */
152#undef PACKAGE_BUGREPORT
153
154/* Define to the full name of this package. */
155#undef PACKAGE_NAME
156
157/* Define to the full name and version of this package. */
158#undef PACKAGE_STRING
159
160/* Define to the one symbol short name of this package. */
161#undef PACKAGE_TARNAME
162
163/* Define to the home page for this package. */
164#undef PACKAGE_URL
165
166/* Define to the version of this package. */
167#undef PACKAGE_VERSION
168
169/* Define to necessary symbol if this constant uses a non-standard name on
170   your system. */
171#undef PTHREAD_CREATE_JOINABLE
172
173/* Define to the type of arg 1 for `select'. */
174#undef SELECT_TYPE_ARG1
175
176/* Define to the type of args 2, 3 and 4 for `select'. */
177#undef SELECT_TYPE_ARG234
178
179/* Define to the type of arg 5 for `select'. */
180#undef SELECT_TYPE_ARG5
181
182/* Define to 1 if you have the ANSI C header files. */
183#undef STDC_HEADERS
184
185/* Enable extensions on AIX 3, Interix.  */
186#ifndef _ALL_SOURCE
187# undef _ALL_SOURCE
188#endif
189/* Enable GNU extensions on systems that have them.  */
190#ifndef _GNU_SOURCE
191# undef _GNU_SOURCE
192#endif
193/* Enable threading extensions on Solaris.  */
194#ifndef _POSIX_PTHREAD_SEMANTICS
195# undef _POSIX_PTHREAD_SEMANTICS
196#endif
197/* Enable extensions on HP NonStop.  */
198#ifndef _TANDEM_SOURCE
199# undef _TANDEM_SOURCE
200#endif
201/* Enable general extensions on Solaris.  */
202#ifndef __EXTENSIONS__
203# undef __EXTENSIONS__
204#endif
205
206
207/* Version number of package */
208#undef VERSION
209
210/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
211   significant byte first (like Motorola and SPARC, unlike Intel). */
212#if defined AC_APPLE_UNIVERSAL_BUILD
213# if defined __BIG_ENDIAN__
214#  define WORDS_BIGENDIAN 1
215# endif
216#else
217# ifndef WORDS_BIGENDIAN
218#  undef WORDS_BIGENDIAN
219# endif
220#endif
221
222/* Enable large inode numbers on Mac OS X 10.5.  */
223#ifndef _DARWIN_USE_64_BIT_INODE
224# define _DARWIN_USE_64_BIT_INODE 1
225#endif
226
227/* Number of bits in a file offset, on hosts where this is settable. */
228#undef _FILE_OFFSET_BITS
229
230/* Define for large files, on AIX-style hosts. */
231#undef _LARGE_FILES
232
233/* Define to 1 if on MINIX. */
234#undef _MINIX
235
236/* Define to 2 if the system does not provide POSIX.1 features except with
237   this defined. */
238#undef _POSIX_1_SOURCE
239
240/* Define to 1 if you need to in order for `stat' and other things to work. */
241#undef _POSIX_SOURCE
242
243/* Define to empty if `const' does not conform to ANSI C. */
244#undef const
245
246/* Define to `int' if <sys/types.h> doesn't define. */
247#undef gid_t
248
249/* Define to `long int' if <sys/types.h> does not define. */
250#undef off_t
251
252/* Define to `int' if <sys/types.h> does not define. */
253#undef pid_t
254
255/* Define to `unsigned int' if <sys/types.h> does not define. */
256#undef size_t
257
258/* Define ssize_t if it is not done by the standard libs. */
259#undef ssize_t
260
261/* Define to `int' if <sys/types.h> doesn't define. */
262#undef uid_t
263