1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* define if antlr3 C runtime uses new input routines */
4#undef ANTLR3C_NEW_INPUT
5
6/* Define to 1 if you have the <dirent.h> header file. */
7#undef HAVE_DIRENT_H
8
9/* Define to 1 if you have the <dlfcn.h> header file. */
10#undef HAVE_DLFCN_H
11
12/* Define to 1 if you have the `eventfd' function. */
13#undef HAVE_EVENTFD
14
15/* Define to 1 if you have the <getopt.h> header file. */
16#undef HAVE_GETOPT_H
17
18/* Define if you have the iconv() function and it works. */
19#undef HAVE_ICONV
20
21/* Define to 1 if you have the <inttypes.h> header file. */
22#undef HAVE_INTTYPES_H
23
24/* Define to 1 if you have the `avcodec' library (-lavcodec). */
25#undef HAVE_LIBAVCODEC
26
27/* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
28#undef HAVE_LIBSQLITE3
29
30/* Define if you have the libunistring library. */
31#undef HAVE_LIBUNISTRING
32
33/* Define to 1 if you have the <memory.h> header file. */
34#undef HAVE_MEMORY_H
35
36/* Define to 1 if you have the `posix_fadvise' function. */
37#undef HAVE_POSIX_FADVISE
38
39/* Define to 1 if you have the <stdint.h> header file. */
40#undef HAVE_STDINT_H
41
42/* Define to 1 if you have the <stdlib.h> header file. */
43#undef HAVE_STDLIB_H
44
45/* Define to 1 if you have the <strings.h> header file. */
46#undef HAVE_STRINGS_H
47
48/* Define to 1 if you have the <string.h> header file. */
49#undef HAVE_STRING_H
50
51/* Define to 1 if you have the `strptime' function. */
52#undef HAVE_STRPTIME
53
54/* Define to 1 if you have the `strtok_r' function. */
55#undef HAVE_STRTOK_R
56
57/* Define to 1 if you have the <sys/eventfd.h> header file. */
58#undef HAVE_SYS_EVENTFD_H
59
60/* Define to 1 if you have the <sys/param.h> header file. */
61#undef HAVE_SYS_PARAM_H
62
63/* Define to 1 if you have the <sys/select.h> header file. */
64#undef HAVE_SYS_SELECT_H
65
66/* Define to 1 if you have the <sys/stat.h> header file. */
67#undef HAVE_SYS_STAT_H
68
69/* Define to 1 if you have the <sys/types.h> header file. */
70#undef HAVE_SYS_TYPES_H
71
72/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
73#undef HAVE_SYS_WAIT_H
74
75/* Define to 1 if you have the `timegm' function. */
76#undef HAVE_TIMEGM
77
78/* Define to 1 if you have the <unistd.h> header file. */
79#undef HAVE_UNISTD_H
80
81/* Define as const if the declaration of iconv() needs const. */
82#undef ICONV_CONST
83
84/* define if local audio output uses ALSA */
85#undef LAUDIO_USE_ALSA
86
87/* Define to the sub-directory in which libtool stores uninstalled libraries.
88   */
89#undef LT_OBJDIR
90
91/* Define to 1 if your C compiler doesn't accept -c and -o together. */
92#undef NO_MINUS_C_MINUS_O
93
94/* Name of package */
95#undef PACKAGE
96
97/* Define to the address where bug reports for this package should be sent. */
98#undef PACKAGE_BUGREPORT
99
100/* Define to the full name of this package. */
101#undef PACKAGE_NAME
102
103/* Define to the full name and version of this package. */
104#undef PACKAGE_STRING
105
106/* Define to the one symbol short name of this package. */
107#undef PACKAGE_TARNAME
108
109/* Define to the home page for this package. */
110#undef PACKAGE_URL
111
112/* Define to the version of this package. */
113#undef PACKAGE_VERSION
114
115/* The size of `void *', as computed by sizeof. */
116#undef SIZEOF_VOID_P
117
118/* Define to 1 if you have the ANSI C header files. */
119#undef STDC_HEADERS
120
121/* Enable extensions on AIX 3, Interix.  */
122#ifndef _ALL_SOURCE
123# undef _ALL_SOURCE
124#endif
125/* Enable GNU extensions on systems that have them.  */
126#ifndef _GNU_SOURCE
127# undef _GNU_SOURCE
128#endif
129/* Enable threading extensions on Solaris.  */
130#ifndef _POSIX_PTHREAD_SEMANTICS
131# undef _POSIX_PTHREAD_SEMANTICS
132#endif
133/* Enable extensions on HP NonStop.  */
134#ifndef _TANDEM_SOURCE
135# undef _TANDEM_SOURCE
136#endif
137/* Enable general extensions on Solaris.  */
138#ifndef __EXTENSIONS__
139# undef __EXTENSIONS__
140#endif
141
142
143/* Version number of package */
144#undef VERSION
145
146/* Number of bits in a file offset, on hosts where this is settable. */
147#undef _FILE_OFFSET_BITS
148
149/* Define for large files, on AIX-style hosts. */
150#undef _LARGE_FILES
151
152/* Define to 1 if on MINIX. */
153#undef _MINIX
154
155/* Define to 2 if the system does not provide POSIX.1 features except with
156   this defined. */
157#undef _POSIX_1_SOURCE
158
159/* Define to 1 if you need to in order for `stat' and other things to work. */
160#undef _POSIX_SOURCE
161
162/* Define to `long int' if <sys/types.h> does not define. */
163#undef off_t
164