1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Default config file path */
4#undef DEFAULT_CONF_FILE
5
6/* Define to 1 if you have the `accept' function. */
7#undef HAVE_ACCEPT
8
9/* Define to 1 if you have the <arpa/inet.h> header file. */
10#undef HAVE_ARPA_INET_H
11
12/* Define to 1 if you have the `atoi' function. */
13#undef HAVE_ATOI
14
15/* Define to 1 if you have the `bind' function. */
16#undef HAVE_BIND
17
18/* Define to 1 if you have the `bzero' function. */
19#undef HAVE_BZERO
20
21/* Define to 1 if you have the `close' function. */
22#undef HAVE_CLOSE
23
24/* Define to 1 if you have the `closedir' function. */
25#undef HAVE_CLOSEDIR
26
27/* Define to 1 if you have the `closelog' function. */
28#undef HAVE_CLOSELOG
29
30/* Define to 1 if you have the `connect' function. */
31#undef HAVE_CONNECT
32
33/* Define to 1 if you have the <ctype.h> header file. */
34#undef HAVE_CTYPE_H
35
36/* Define to 1 if you have the <dirent.h> header file. */
37#undef HAVE_DIRENT_H
38
39/* Define to 1 if you have the `fclose' function. */
40#undef HAVE_FCLOSE
41
42/* Define to 1 if you have the <fcntl.h> header file. */
43#undef HAVE_FCNTL_H
44
45/* Define to 1 if you have the `fflush' function. */
46#undef HAVE_FFLUSH
47
48/* Define to 1 if you have the `fopen' function. */
49#undef HAVE_FOPEN
50
51/* Define to 1 if you have the `fprintf' function. */
52#undef HAVE_FPRINTF
53
54/* Define to 1 if you have the `fread' function. */
55#undef HAVE_FREAD
56
57/* Define to 1 if you have the `fwrite' function. */
58#undef HAVE_FWRITE
59
60/* Define to 1 if you have the `getopt' function. */
61#undef HAVE_GETOPT
62
63/* Define to 1 if you have the <getopt.h> header file. */
64#undef HAVE_GETOPT_H
65
66/* Define to 1 if you have the `getpid' function. */
67#undef HAVE_GETPID
68
69/* Define to 1 if you have the `htonl' function. */
70#undef HAVE_HTONL
71
72/* Define to 1 if you have the `htons' function. */
73#undef HAVE_HTONS
74
75/* Description */
76#undef HAVE_ID3
77
78/* Define to 1 if you have the `inet_addr' function. */
79#undef HAVE_INET_ADDR
80
81/* Define to 1 if you have the <inttypes.h> header file. */
82#undef HAVE_INTTYPES_H
83
84/* Define to 1 if you have the `kill' function. */
85#undef HAVE_KILL
86
87/* Define to 1 if you have the <libpq-fe.h> header file. */
88#undef HAVE_LIBPQ_FE_H
89
90/* Define to 1 if you have the `listen' function. */
91#undef HAVE_LISTEN
92
93/* Define to 1 if you have the <memory.h> header file. */
94#undef HAVE_MEMORY_H
95
96/* Define to 1 if you have the `memset' function. */
97#undef HAVE_MEMSET
98
99/* MySQL is enabled */
100#undef HAVE_MYSQL
101
102/* Define to 1 if you have the <mysql/mysql.h> header file. */
103#undef HAVE_MYSQL_MYSQL_H
104
105/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
106#undef HAVE_NDIR_H
107
108/* Define to 1 if you have the <netinet/in.h> header file. */
109#undef HAVE_NETINET_IN_H
110
111/* Define to 1 if you have the `open' function. */
112#undef HAVE_OPEN
113
114/* Define to 1 if you have the `opendir' function. */
115#undef HAVE_OPENDIR
116
117/* Define to 1 if you have the `openlog' function. */
118#undef HAVE_OPENLOG
119
120/* PgSQL is enabled */
121#undef HAVE_PGSQL
122
123/* Define to 1 if you have the `printf' function. */
124#undef HAVE_PRINTF
125
126/* Define if you have POSIX threads libraries and header files. */
127#undef HAVE_PTHREAD
128
129/* Define to 1 if you have the `pthread_create' function. */
130#undef HAVE_PTHREAD_CREATE
131
132/* Define to 1 if you have the <pthread.h> header file. */
133#undef HAVE_PTHREAD_H
134
135/* Define to 1 if you have the `pthread_join' function. */
136#undef HAVE_PTHREAD_JOIN
137
138/* Define to 1 if you have the `rand' function. */
139#undef HAVE_RAND
140
141/* Define to 1 if you have the `read' function. */
142#undef HAVE_READ
143
144/* Define to 1 if you have the `readdir' function. */
145#undef HAVE_READDIR
146
147/* Define to 1 if you have the <semaphore.h> header file. */
148#undef HAVE_SEMAPHORE_H
149
150/* Define to 1 if you have the `sem_destroy' function. */
151#undef HAVE_SEM_DESTROY
152
153/* Define to 1 if you have the `sem_init' function. */
154#undef HAVE_SEM_INIT
155
156/* Define to 1 if you have the `sem_post' function. */
157#undef HAVE_SEM_POST
158
159/* Define to 1 if you have the `sem_wait' function. */
160#undef HAVE_SEM_WAIT
161
162/* Define to 1 if you have the <shout/shout.h> header file. */
163#undef HAVE_SHOUT_SHOUT_H
164
165/* Define to 1 if you have the `sigaction' function. */
166#undef HAVE_SIGACTION
167
168/* Define to 1 if you have the `sigaddset' function. */
169#undef HAVE_SIGADDSET
170
171/* Define to 1 if you have the `sigemptyset' function. */
172#undef HAVE_SIGEMPTYSET
173
174/* Define to 1 if you have the <signal.h> header file. */
175#undef HAVE_SIGNAL_H
176
177/* Define to 1 if you have the `sigprocmask' function. */
178#undef HAVE_SIGPROCMASK
179
180/* Define to 1 if you have the `sleep' function. */
181#undef HAVE_SLEEP
182
183/* Define to 1 if you have the `socket' function. */
184#undef HAVE_SOCKET
185
186/* Define to 1 if you have the `sprintf' function. */
187#undef HAVE_SPRINTF
188
189/* Define to 1 if you have the `srand' function. */
190#undef HAVE_SRAND
191
192/* Define to 1 if you have the <stdint.h> header file. */
193#undef HAVE_STDINT_H
194
195/* Define to 1 if you have the <stdio.h> header file. */
196#undef HAVE_STDIO_H
197
198/* Define to 1 if you have the <stdlib.h> header file. */
199#undef HAVE_STDLIB_H
200
201/* Define to 1 if you have the `strcat' function. */
202#undef HAVE_STRCAT
203
204/* Define to 1 if you have the `strcmp' function. */
205#undef HAVE_STRCMP
206
207/* Define to 1 if you have the `strcpy' function. */
208#undef HAVE_STRCPY
209
210/* Define to 1 if you have the <strings.h> header file. */
211#undef HAVE_STRINGS_H
212
213/* Define to 1 if you have the <string.h> header file. */
214#undef HAVE_STRING_H
215
216/* Define to 1 if you have the `strlen' function. */
217#undef HAVE_STRLEN
218
219/* Define to 1 if you have the `strncmp' function. */
220#undef HAVE_STRNCMP
221
222/* Define to 1 if you have the `strtok' function. */
223#undef HAVE_STRTOK
224
225/* Define to 1 if you have the `syslog' function. */
226#undef HAVE_SYSLOG
227
228/* Define to 1 if you have the <syslog.h> header file. */
229#undef HAVE_SYSLOG_H
230
231/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
232   */
233#undef HAVE_SYS_DIR_H
234
235/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
236   */
237#undef HAVE_SYS_NDIR_H
238
239/* Define to 1 if you have the <sys/socket.h> header file. */
240#undef HAVE_SYS_SOCKET_H
241
242/* Define to 1 if you have the <sys/stat.h> header file. */
243#undef HAVE_SYS_STAT_H
244
245/* Define to 1 if you have the <sys/types.h> header file. */
246#undef HAVE_SYS_TYPES_H
247
248/* Define to 1 if you have the `time' function. */
249#undef HAVE_TIME
250
251/* Define to 1 if you have the <time.h> header file. */
252#undef HAVE_TIME_H
253
254/* Define to 1 if you have the `toupper' function. */
255#undef HAVE_TOUPPER
256
257/* Define to 1 if you have the <unistd.h> header file. */
258#undef HAVE_UNISTD_H
259
260/* Define to 1 if you have the `unlink' function. */
261#undef HAVE_UNLINK
262
263/* Define to 1 if you have the `write' function. */
264#undef HAVE_WRITE
265
266/* Name of package */
267#undef PACKAGE
268
269/* Define to the address where bug reports for this package should be sent. */
270#undef PACKAGE_BUGREPORT
271
272/* Define to the full name of this package. */
273#undef PACKAGE_NAME
274
275/* Define to the full name and version of this package. */
276#undef PACKAGE_STRING
277
278/* Define to the one symbol short name of this package. */
279#undef PACKAGE_TARNAME
280
281/* Define to the version of this package. */
282#undef PACKAGE_VERSION
283
284/* Define to the necessary symbol if this constant uses a non-standard name on
285   your system. */
286#undef PTHREAD_CREATE_JOINABLE
287
288/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
289#undef STAT_MACROS_BROKEN
290
291/* Define to 1 if you have the ANSI C header files. */
292#undef STDC_HEADERS
293
294/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
295#undef TIME_WITH_SYS_TIME
296
297/* Define to 1 if your <sys/time.h> declares `struct tm'. */
298#undef TM_IN_SYS_TIME
299
300/* Version number of package */
301#undef VERSION
302
303/* Always define this, for thread safety on some platforms. */
304#undef __MT__
305
306/* Define socklen_t type */
307#undef socklen_t
308