1169695Skan/* config.h.in.  Generated from configure.ac by autoheader.  */
2169695Skan
3169695Skan/* Define to 1 if you have the <alloca.h> header file. */
4169695Skan#undef HAVE_ALLOCA_H
5169695Skan
6169695Skan/* Define to 1 if you have the <fcntl.h> header file. */
7169695Skan#undef HAVE_FCNTL_H
8169695Skan
9169695Skan/* __attribute__((visibility ("hidden"))) supported */
10169695Skan#undef HAVE_HIDDEN_VISIBILITY
11169695Skan
12169695Skan/* Define to 1 if you have the <inttypes.h> header file. */
13169695Skan#undef HAVE_INTTYPES_H
14169695Skan
15169695Skan/* Define to 1 if you have the <limits.h> header file. */
16169695Skan#undef HAVE_LIMITS_H
17169695Skan
18169695Skan/* Define to 1 if you have the <memory.h> header file. */
19169695Skan#undef HAVE_MEMORY_H
20169695Skan
21169695Skan/* Define to 1 if you have the `mempcpy' function. */
22169695Skan#undef HAVE_MEMPCPY
23169695Skan
24169695Skan/* Define to 1 if you have the <paths.h> header file. */
25169695Skan#undef HAVE_PATHS_H
26169695Skan
27169695Skan/* Define to 1 if you have the <stdint.h> header file. */
28169695Skan#undef HAVE_STDINT_H
29169695Skan
30169695Skan/* Define to 1 if you have the <stdio.h> header file. */
31169695Skan#undef HAVE_STDIO_H
32169695Skan
33169695Skan/* Define to 1 if you have the <stdlib.h> header file. */
34169695Skan#undef HAVE_STDLIB_H
35169695Skan
36169695Skan/* Define to 1 if you have the <strings.h> header file. */
37169695Skan#undef HAVE_STRINGS_H
38169695Skan
39169695Skan/* Define to 1 if you have the <string.h> header file. */
40169695Skan#undef HAVE_STRING_H
41169695Skan
42169695Skan/* Define to 1 if you have the `strncat' function. */
43169695Skan#undef HAVE_STRNCAT
44169695Skan
45169695Skan/* Define to 1 if you have the `strncpy' function. */
46169695Skan#undef HAVE_STRNCPY
47169695Skan
48169695Skan/* Define to 1 if you have the <syslog.h> header file. */
49169695Skan#undef HAVE_SYSLOG_H
50169695Skan
51169695Skan/* Define to 1 if you have the <sys/stat.h> header file. */
52169695Skan#undef HAVE_SYS_STAT_H
53169695Skan
54169695Skan/* Define to 1 if you have the <sys/types.h> header file. */
55169695Skan#undef HAVE_SYS_TYPES_H
56169695Skan
57169695Skan/* Define to 1 if you have the <unistd.h> header file. */
58169695Skan#undef HAVE_UNISTD_H
59169695Skan
60169695Skan/* vsnprintf is present and works */
61169695Skan#undef HAVE_USABLE_VSNPRINTF
62169695Skan
63169695Skan/* Name of package */
64169695Skan#undef PACKAGE
65169695Skan
66169695Skan/* Define to the address where bug reports for this package should be sent. */
67169695Skan#undef PACKAGE_BUGREPORT
68169695Skan
69169695Skan/* Define to the full name of this package. */
70169695Skan#undef PACKAGE_NAME
71169695Skan
72169695Skan/* Define to the full name and version of this package. */
73169695Skan#undef PACKAGE_STRING
74169695Skan
75169695Skan/* Define to the one symbol short name of this package. */
76169695Skan#undef PACKAGE_TARNAME
77169695Skan
78169695Skan/* Define to the version of this package. */
79169695Skan#undef PACKAGE_VERSION
80169695Skan
81169695Skan/* Define to 1 if you have the ANSI C header files. */
82169695Skan#undef STDC_HEADERS
83169695Skan
84169695Skan/* Version number of package */
85169695Skan#undef VERSION
86