1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Group for running the avahi-autoipd daemon */
4#undef AVAHI_AUTOIPD_GROUP
5
6/* User for running the avahi-autoipd daemon */
7#undef AVAHI_AUTOIPD_USER
8
9/* Group for Avahi */
10#undef AVAHI_GROUP
11
12/* Privileged access group for Avahi clients */
13#undef AVAHI_PRIV_ACCESS_GROUP
14
15/* User for running the Avahi daemon */
16#undef AVAHI_USER
17
18/* Enable chroot() usage */
19#undef ENABLE_CHROOT
20
21/* Define if SSP C support is enabled. */
22#undef ENABLE_SSP_CC
23
24/* Define if SSP C++ support is enabled. */
25#undef ENABLE_SSP_CXX
26
27/* Define to 1 if you have the <arpa/inet.h> header file. */
28#undef HAVE_ARPA_INET_H
29
30/* Define to 1 if you have the <bsdxml.h> header file. */
31#undef HAVE_BSDXML_H
32
33/* Define to 1 if your system has a working `chown' function. */
34#undef HAVE_CHOWN
35
36/* Define to 1 if you have the `chroot' function. */
37#undef HAVE_CHROOT
38
39/* Support for DBM */
40#undef HAVE_DBM
41
42/* Whether we have D-Bus or not */
43#undef HAVE_DBUS
44
45/* Define to 1 if you have the `dbus_bus_get_private' function. */
46#undef HAVE_DBUS_BUS_GET_PRIVATE
47
48/* Define to 1 if you have the `dbus_connection_close' function. */
49#undef HAVE_DBUS_CONNECTION_CLOSE
50
51/* Define to 1 if you have the declaration of `environ', and to 0 if you
52   don't. */
53#undef HAVE_DECL_ENVIRON
54
55/* Define to 1 if you have the <dlfcn.h> header file. */
56#undef HAVE_DLFCN_H
57
58/* Have dlopen() */
59#undef HAVE_DLOPEN
60
61/* Define to 1 if you have the <expat.h> header file. */
62#undef HAVE_EXPAT_H
63
64/* Define to 1 if you have the <fcntl.h> header file. */
65#undef HAVE_FCNTL_H
66
67/* Define if you have gcc -fvisibility=hidden support */
68#undef HAVE_GCC_VISIBILITY
69
70/* Support for GDBM */
71#undef HAVE_GDBM
72
73/* Define to 1 if you have the <gdbm.h> header file. */
74#undef HAVE_GDBM_H
75
76/* Define to 1 if you have the `gethostbyname' function. */
77#undef HAVE_GETHOSTBYNAME
78
79/* Define to 1 if you have the `gethostname' function. */
80#undef HAVE_GETHOSTNAME
81
82/* Define to 1 if you have the `getprogname' function. */
83#undef HAVE_GETPROGNAME
84
85/* Define to 1 if you have the `gettimeofday' function. */
86#undef HAVE_GETTIMEOFDAY
87
88/* Enable Linux inotify() usage */
89#undef HAVE_INOTIFY
90
91/* Define to 1 if you have the <inttypes.h> header file. */
92#undef HAVE_INTTYPES_H
93
94/* Enable BSD kqueue() usage */
95#undef HAVE_KQUEUE
96
97/* Define to 1 if you have the <limits.h> header file. */
98#undef HAVE_LIMITS_H
99
100/* Define to 1 if you have the `memchr' function. */
101#undef HAVE_MEMCHR
102
103/* Define to 1 if you have the `memmove' function. */
104#undef HAVE_MEMMOVE
105
106/* Define to 1 if you have the <memory.h> header file. */
107#undef HAVE_MEMORY_H
108
109/* Define to 1 if you have the `memset' function. */
110#undef HAVE_MEMSET
111
112/* Define to 1 if you have the `mkdir' function. */
113#undef HAVE_MKDIR
114
115/* Define to 1 if you have the <ndbm.h> header file. */
116#undef HAVE_NDBM_H
117
118/* Define to 1 if you have the <netdb.h> header file. */
119#undef HAVE_NETDB_H
120
121/* Define to 1 if you have the <netinet/in.h> header file. */
122#undef HAVE_NETINET_IN_H
123
124/* Support for Linux netlink */
125#undef HAVE_NETLINK
126
127/* Support for PF_ROUTE */
128#undef HAVE_PF_ROUTE
129
130/* Define if you have POSIX threads libraries and header files. */
131#undef HAVE_PTHREAD
132
133/* Define to 1 if you have the `putenv' function. */
134#undef HAVE_PUTENV
135
136/* Define to 1 if you have the `select' function. */
137#undef HAVE_SELECT
138
139/* Define to 1 if you have the `setegid' function. */
140#undef HAVE_SETEGID
141
142/* Define to 1 if you have the `seteuid' function. */
143#undef HAVE_SETEUID
144
145/* Define to 1 if you have the `setproctitle' function. */
146#undef HAVE_SETPROCTITLE
147
148/* Define to 1 if you have the `setregid' function. */
149#undef HAVE_SETREGID
150
151/* Define to 1 if you have the `setresgid' function. */
152#undef HAVE_SETRESGID
153
154/* Define to 1 if you have the `setresuid' function. */
155#undef HAVE_SETRESUID
156
157/* Define to 1 if you have the `setreuid' function. */
158#undef HAVE_SETREUID
159
160/* Define to 1 if you have the `socket' function. */
161#undef HAVE_SOCKET
162
163/* Define to 1 if `stat' has the bug that it succeeds when given the
164   zero-length file name argument. */
165#undef HAVE_STAT_EMPTY_STRING_BUG
166
167/* Define to 1 if stdbool.h conforms to C99. */
168#undef HAVE_STDBOOL_H
169
170/* Define to 1 if you have the <stdint.h> header file. */
171#undef HAVE_STDINT_H
172
173/* Define to 1 if you have the <stdlib.h> header file. */
174#undef HAVE_STDLIB_H
175
176/* Define to 1 if you have the `strcasecmp' function. */
177#undef HAVE_STRCASECMP
178
179/* Define to 1 if you have the `strchr' function. */
180#undef HAVE_STRCHR
181
182/* Define to 1 if you have the `strcspn' function. */
183#undef HAVE_STRCSPN
184
185/* Define to 1 if you have the `strdup' function. */
186#undef HAVE_STRDUP
187
188/* Define to 1 if you have the `strerror' function. */
189#undef HAVE_STRERROR
190
191/* Define to 1 if you have the <strings.h> header file. */
192#undef HAVE_STRINGS_H
193
194/* Define to 1 if you have the <string.h> header file. */
195#undef HAVE_STRING_H
196
197/* Define to 1 if you have the `strlcpy' function. */
198#undef HAVE_STRLCPY
199
200/* Define to 1 if you have the `strncasecmp' function. */
201#undef HAVE_STRNCASECMP
202
203/* Define to 1 if you have the `strrchr' function. */
204#undef HAVE_STRRCHR
205
206/* Define to 1 if you have the `strspn' function. */
207#undef HAVE_STRSPN
208
209/* Define to 1 if you have the `strstr' function. */
210#undef HAVE_STRSTR
211
212/* Support for struct ip_mreq */
213#undef HAVE_STRUCT_IP_MREQ
214
215/* Support for struct ip_mreqn */
216#undef HAVE_STRUCT_IP_MREQN
217
218/* Define if there is a struct lifconf. */
219#undef HAVE_STRUCT_LIFCONF
220
221/* Define to 1 if you have the <syslog.h> header file. */
222#undef HAVE_SYSLOG_H
223
224/* Define to 1 if you have the <sys/capability.h> header file. */
225#undef HAVE_SYS_CAPABILITY_H
226
227/* Support for sys/filio.h */
228#undef HAVE_SYS_FILIO_H
229
230/* Define to 1 if you have the <sys/inotify.h> header file. */
231#undef HAVE_SYS_INOTIFY_H
232
233/* Define to 1 if you have the <sys/ioctl.h> header file. */
234#undef HAVE_SYS_IOCTL_H
235
236/* Define to 1 if you have the <sys/prctl.h> header file. */
237#undef HAVE_SYS_PRCTL_H
238
239/* Define to 1 if you have the <sys/select.h> header file. */
240#undef HAVE_SYS_SELECT_H
241
242/* Define to 1 if you have the <sys/socket.h> header file. */
243#undef HAVE_SYS_SOCKET_H
244
245/* Define to 1 if you have the <sys/stat.h> header file. */
246#undef HAVE_SYS_STAT_H
247
248/* Support for sys/sysctl.h */
249#undef HAVE_SYS_SYSCTL_H
250
251/* Define to 1 if you have the <sys/time.h> header file. */
252#undef HAVE_SYS_TIME_H
253
254/* Define to 1 if you have the <sys/types.h> header file. */
255#undef HAVE_SYS_TYPES_H
256
257/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
258#undef HAVE_SYS_WAIT_H
259
260/* Define to 1 if you have the `uname' function. */
261#undef HAVE_UNAME
262
263/* Define to 1 if you have the <unistd.h> header file. */
264#undef HAVE_UNISTD_H
265
266/* Support for visibility hidden */
267#undef HAVE_VISIBILITY_HIDDEN
268
269/* Define to 1 if the system has the type `_Bool'. */
270#undef HAVE__BOOL
271
272/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
273   slash. */
274#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
275
276/* Define to the sub-directory in which libtool stores uninstalled libraries.
277   */
278#undef LT_OBJDIR
279
280/* Define to 1 if your C compiler doesn't accept -c and -o together. */
281#undef NO_MINUS_C_MINUS_O
282
283/* Name of package */
284#undef PACKAGE
285
286/* Define to the address where bug reports for this package should be sent. */
287#undef PACKAGE_BUGREPORT
288
289/* Define to the full name of this package. */
290#undef PACKAGE_NAME
291
292/* Define to the full name and version of this package. */
293#undef PACKAGE_STRING
294
295/* Define to the one symbol short name of this package. */
296#undef PACKAGE_TARNAME
297
298/* Define to the version of this package. */
299#undef PACKAGE_VERSION
300
301/* Define to necessary symbol if this constant uses a non-standard name on
302   your system. */
303#undef PTHREAD_CREATE_JOINABLE
304
305/* Define to the type of arg 1 for `select'. */
306#undef SELECT_TYPE_ARG1
307
308/* Define to the type of args 2, 3 and 4 for `select'. */
309#undef SELECT_TYPE_ARG234
310
311/* Define to the type of arg 5 for `select'. */
312#undef SELECT_TYPE_ARG5
313
314/* Define to 1 if you have the ANSI C header files. */
315#undef STDC_HEADERS
316
317/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
318#undef TIME_WITH_SYS_TIME
319
320/* Enable extensions on AIX 3, Interix.  */
321#ifndef _ALL_SOURCE
322# undef _ALL_SOURCE
323#endif
324/* Enable GNU extensions on systems that have them.  */
325#ifndef _GNU_SOURCE
326# undef _GNU_SOURCE
327#endif
328/* Enable threading extensions on Solaris.  */
329#ifndef _POSIX_PTHREAD_SEMANTICS
330# undef _POSIX_PTHREAD_SEMANTICS
331#endif
332/* Enable extensions on HP NonStop.  */
333#ifndef _TANDEM_SOURCE
334# undef _TANDEM_SOURCE
335#endif
336/* Enable general extensions on Solaris.  */
337#ifndef __EXTENSIONS__
338# undef __EXTENSIONS__
339#endif
340
341
342/* Version number of package */
343#undef VERSION
344
345/* Define to 1 if on MINIX. */
346#undef _MINIX
347
348/* Define to 2 if the system does not provide POSIX.1 features except with
349   this defined. */
350#undef _POSIX_1_SOURCE
351
352/* Define to 1 if you need to in order for `stat' and other things to work. */
353#undef _POSIX_SOURCE
354
355/* Define to empty if `const' does not conform to ANSI C. */
356#undef const
357
358/* Define to `int' if <sys/types.h> doesn't define. */
359#undef gid_t
360
361/* Define to `int' if <sys/types.h> does not define. */
362#undef mode_t
363
364/* Define to `int' if <sys/types.h> does not define. */
365#undef pid_t
366
367/* Define to `unsigned int' if <sys/types.h> does not define. */
368#undef size_t
369
370/* Define to `int' if <sys/types.h> doesn't define. */
371#undef uid_t
372