1/* src/config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define to 1 if you have the `arc4random' function. */
4#undef HAVE_ARC4RANDOM
5
6/* Define to 1 if you have the `basename' function. */
7#undef HAVE_BASENAME
8
9/* Define to 1 if you have the `getopt' function. */
10#undef HAVE_GETOPT
11
12/* Define to 1 if you have the `gettimeofday' function. */
13#undef HAVE_GETTIMEOFDAY
14
15/* Define if you have the iconv() function and it works. */
16#undef HAVE_ICONV
17
18/* Define to 1 if you have the <inttypes.h> header file. */
19#undef HAVE_INTTYPES_H
20
21/* Define to 1 if you have the <langinfo.h> header file. */
22#undef HAVE_LANGINFO_H
23
24/* Define to 1 if you have the <libgen.h> header file. */
25#undef HAVE_LIBGEN_H
26
27/* Define to 1 if you have the <locale.h> header file. */
28#undef HAVE_LOCALE_H
29
30/* Define to 1 if you have the <memory.h> header file. */
31#undef HAVE_MEMORY_H
32
33/* Define to 1 if you have the `nl_langinfo' function. */
34#undef HAVE_NL_LANGINFO
35
36/* Define to 1 if you have the <paths.h> header file. */
37#undef HAVE_PATHS_H
38
39/* Define to 1 if you have the `pclose' function. */
40#undef HAVE_PCLOSE
41
42/* Define to 1 if you have the `popen' function. */
43#undef HAVE_POPEN
44
45/* Define to 1 if you have the `random' function. */
46#undef HAVE_RANDOM
47
48/* Define to 1 if you have the `setlocale' function. */
49#undef HAVE_SETLOCALE
50
51/* Define to 1 if you have the `sigaction' function. */
52#undef HAVE_SIGACTION
53
54/* Define to 1 if we have BSD signals. */
55#undef HAVE_SIGNALS
56
57/* Define to 1 if you have the <signal.h> header file. */
58#undef HAVE_SIGNAL_H
59
60/* Define to 1 if you have the `snprintf' function. */
61#undef HAVE_SNPRINTF
62
63/* Define to 1 if you have the `srandomdev' function. */
64#undef HAVE_SRANDOMDEV
65
66/* Define to 1 if you have the `stat' function. */
67#undef HAVE_STAT
68
69/* Define to 1 if you have the <stdint.h> header file. */
70#undef HAVE_STDINT_H
71
72/* Define to 1 if you have the <stdlib.h> header file. */
73#undef HAVE_STDLIB_H
74
75/* Define to 1 if you have the <strings.h> header file. */
76#undef HAVE_STRINGS_H
77
78/* Define to 1 if you have the <string.h> header file. */
79#undef HAVE_STRING_H
80
81/* Define to 1 if you have the `strlcat' function. */
82#undef HAVE_STRLCAT
83
84/* Define to 1 if you have the `strlcpy' function. */
85#undef HAVE_STRLCPY
86
87/* Define to 1 if you have the `strncasecmp' function. */
88#undef HAVE_STRNCASECMP
89
90/* Define to 1 if you have the `strnicmp' function. */
91#undef HAVE_STRNICMP
92
93/* Define to 1 if you have the `strtoll' function. */
94#undef HAVE_STRTOLL
95
96/* Define to 1 if you have the `strtonum' function. */
97#undef HAVE_STRTONUM
98
99/* Define to 1 if you have the <sys/stat.h> header file. */
100#undef HAVE_SYS_STAT_H
101
102/* Define to 1 if you have the <sys/time.h> header file. */
103#undef HAVE_SYS_TIME_H
104
105/* Define to 1 if you have a sufficiently recent <sys/tree.h> header. */
106#undef HAVE_SYS_TREE_H
107
108/* Define to 1 if you have the <sys/types.h> header file. */
109#undef HAVE_SYS_TYPES_H
110
111/* Define to 1 if you have the libtag_c library. */
112#undef HAVE_TAGLIB
113
114/* Define to 1 if you have the <unistd.h> header file. */
115#undef HAVE_UNISTD_H
116
117/* Define to 1 if you have the libvorbisfile library. */
118#undef HAVE_VORBISFILE
119
120/* Define to 1 if you have the `_pclose' function. */
121#undef HAVE__PCLOSE
122
123/* Define to 1 if you have the `_popen' function. */
124#undef HAVE__POPEN
125
126/* Define to 1 if you have the `_snprintf' function. */
127#undef HAVE__SNPRINTF
128
129/* Define to 1 if you have the `_stat' function. */
130#undef HAVE__STAT
131
132/* Define to 1 if you have the `_strtoi64' function. */
133#undef HAVE__STRTOI64
134
135/* Define whether libc defines __progname. */
136#undef HAVE___PROGNAME
137
138/* Define as const if the declaration of iconv() needs const. */
139#undef ICONV_CONST
140
141/* Name of package */
142#undef PACKAGE
143
144/* Define to the address where bug reports for this package should be sent. */
145#undef PACKAGE_BUGREPORT
146
147/* Define to the full name of this package. */
148#undef PACKAGE_NAME
149
150/* Define to the full name and version of this package. */
151#undef PACKAGE_STRING
152
153/* Define to the one symbol short name of this package. */
154#undef PACKAGE_TARNAME
155
156/* Define to the version of this package. */
157#undef PACKAGE_VERSION
158
159/* Define to 1 if you have the ANSI C header files. */
160#undef STDC_HEADERS
161
162/* Version number of package */
163#undef VERSION
164
165/* Define whether to build with XALLOC debugging */
166#undef XALLOC_DEBUG
167
168/* Define to 1 if on AIX 3.
169   System headers sometimes define this.
170   We just want to avoid a redefinition error message.  */
171#ifndef _ALL_SOURCE
172# undef _ALL_SOURCE
173#endif
174
175/* Enable GNU extensions on systems that have them.  */
176#ifndef _GNU_SOURCE
177# undef _GNU_SOURCE
178#endif
179
180/* Define to 1 if on MINIX. */
181#undef _MINIX
182
183/* Define to 2 if the system does not provide POSIX.1 features except with
184   this defined. */
185#undef _POSIX_1_SOURCE
186
187/* Define to 1 if you need to in order for `stat' and other things to work. */
188#undef _POSIX_SOURCE
189
190/* Enable extensions on Solaris.  */
191#ifndef __EXTENSIONS__
192# undef __EXTENSIONS__
193#endif
194#ifndef _POSIX_PTHREAD_SEMANTICS
195# undef _POSIX_PTHREAD_SEMANTICS
196#endif
197#ifndef _TANDEM_SOURCE
198# undef _TANDEM_SOURCE
199#endif
200
201/* Define to empty if `const' does not conform to ANSI C. */
202#undef const
203
204/* Define to `unsigned int' if <sys/types.h> does not define. */
205#undef size_t
206
207/* Define to `int' if <sys/types.h> does not define. */
208#undef ssize_t
209
210/* Define vararg lists copy function if necessary. */
211#undef va_copy
212
213/* Define to empty if the keyword `volatile' does not work. Warning: valid
214   code using `volatile' can become incorrect without. Disable with care. */
215#undef volatile
216