1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the `daemon' function. */
4#undef HAVE_DAEMON
5
6/* Define to 1 if you have the <dlfcn.h> header file. */
7#undef HAVE_DLFCN_H
8
9/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
10#undef HAVE_DOPRNT
11
12/* Define to 1 if you have the <fcntl.h> header file. */
13#undef HAVE_FCNTL_H
14
15/* Define to 1 if you have the `fileno' function. */
16#undef HAVE_FILENO
17
18/* Define to 1 if you have the `getmsg' function. */
19#undef HAVE_GETMSG
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 `z' library (-lz). */
25#undef HAVE_LIBZ
26
27/* Define to 1 if you have the <limits.h> header file. */
28#undef HAVE_LIMITS_H
29
30/* Define to 1 if you have the <machine/soundcard.h> header file. */
31#undef HAVE_MACHINE_SOUNDCARD_H
32
33/* Define to 1 if you have the <malloc.h> header file. */
34#undef HAVE_MALLOC_H
35
36/* Define to 1 if you have the <memory.h> header file. */
37#undef HAVE_MEMORY_H
38
39/* Define to 1 if you have the `poll' function. */
40#undef HAVE_POLL
41
42/* Define to 1 if you have the <poll.h> header file. */
43#undef HAVE_POLL_H
44
45/* Define to 1 if you have the `select' function. */
46#undef HAVE_SELECT
47
48/* Define to 1 if you have the `setitimer' function. */
49#undef HAVE_SETITIMER
50
51/* Define to 1 if you have the `setpgrp' function. */
52#undef HAVE_SETPGRP
53
54/* Define to 1 if you have the `snprintf' function. */
55#undef HAVE_SNPRINTF
56
57/* Define to 1 if you have the <stdint.h> header file. */
58#undef HAVE_STDINT_H
59
60/* Define to 1 if you have the <stdlib.h> header file. */
61#undef HAVE_STDLIB_H
62
63/* Define to 1 if you have the `strerror' function. */
64#undef HAVE_STRERROR
65
66/* Define to 1 if you have the <strings.h> header file. */
67#undef HAVE_STRINGS_H
68
69/* Define to 1 if you have the <string.h> header file. */
70#undef HAVE_STRING_H
71
72/* Define to 1 if you have the <stropts.h> header file. */
73#undef HAVE_STROPTS_H
74
75/* Define to 1 if you have the `strstr' function. */
76#undef HAVE_STRSTR
77
78/* Define to 1 if you have the <sys/ioctl.h> header file. */
79#undef HAVE_SYS_IOCTL_H
80
81/* Define to 1 if you have the <sys/select.h> header file. */
82#undef HAVE_SYS_SELECT_H
83
84/* Define to 1 if you have the <sys/soundcard.h> header file. */
85#undef HAVE_SYS_SOUNDCARD_H
86
87/* Define to 1 if you have the <sys/stat.h> header file. */
88#undef HAVE_SYS_STAT_H
89
90/* Define to 1 if you have the <sys/times.h> header file. */
91#undef HAVE_SYS_TIMES_H
92
93/* Define to 1 if you have the <sys/time.h> header file. */
94#undef HAVE_SYS_TIME_H
95
96/* Define to 1 if you have the <sys/types.h> header file. */
97#undef HAVE_SYS_TYPES_H
98
99/* Define to 1 if you have the <termios.h> header file. */
100#undef HAVE_TERMIOS_H
101
102/* Define to 1 if you have the <termio.h> header file. */
103#undef HAVE_TERMIO_H
104
105/* Define to 1 if you have the <time.h> header file. */
106#undef HAVE_TIME_H
107
108/* Define to 1 if you have the <unistd.h> header file. */
109#undef HAVE_UNISTD_H
110
111/* Define to 1 if you have the <values.h> header file. */
112#undef HAVE_VALUES_H
113
114/* Define to 1 if you have the `vprintf' function. */
115#undef HAVE_VPRINTF
116
117/* Define to 1 if you have the `vsnprintf' function. */
118#undef HAVE_VSNPRINTF
119
120/* Define to 1 if you have the <zlib.h> header file. */
121#undef HAVE_ZLIB_H
122
123/* Define to the address where bug reports for this package should be sent. */
124#undef PACKAGE_BUGREPORT
125
126/* Define to the full name of this package. */
127#undef PACKAGE_NAME
128
129/* Define to the full name and version of this package. */
130#undef PACKAGE_STRING
131
132/* Define to the one symbol short name of this package. */
133#undef PACKAGE_TARNAME
134
135/* Define to the version of this package. */
136#undef PACKAGE_VERSION
137
138/* "enable replacement (v)snprintf if system (v)snprintf is broken" */
139#undef PREFER_PORTABLE_SNPRINTF
140
141/* Define as the return type of signal handlers (`int' or `void'). */
142#undef RETSIGTYPE
143
144/* Define to 1 if the `setpgrp' function takes no argument. */
145#undef SETPGRP_VOID
146
147/* Define to 1 if you have the ANSI C header files. */
148#undef STDC_HEADERS
149
150/* sys_errlist declared */
151#undef SYS_ERRLIST_DECLARED
152
153/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
154#undef TIME_WITH_SYS_TIME
155
156/* Define to 1 if your <sys/time.h> declares `struct tm'. */
157#undef TM_IN_SYS_TIME
158
159/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
160   `char[]'. */
161#undef YYTEXT_POINTER
162
163/* Define to empty if `const' does not conform to ANSI C. */
164#undef const
165
166/* Define to `unsigned' if <sys/types.h> does not define. */
167#undef size_t
168