1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the <arpa/inet.h> header file. */
4#undef HAVE_ARPA_INET_H
5
6/* Define to 1 if you have the `bzero' function. */
7#undef HAVE_BZERO
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 `fork' function. */
16#undef HAVE_FORK
17
18/* Define to 1 if you have the `gethostbyaddr' function. */
19#undef HAVE_GETHOSTBYADDR
20
21/* Define to 1 if you have the `gethostbyname' function. */
22#undef HAVE_GETHOSTBYNAME
23
24/* Define to 1 if you have the `inet_ntoa' function. */
25#undef HAVE_INET_NTOA
26
27/* Define to 1 if you have the <inttypes.h> header file. */
28#undef HAVE_INTTYPES_H
29
30/* Define to 1 if you have the `pcap' library (-lpcap). */
31#undef HAVE_LIBPCAP
32
33/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
34   to 0 otherwise. */
35#undef HAVE_MALLOC
36
37/* Define to 1 if you have the `memmove' function. */
38#undef HAVE_MEMMOVE
39
40/* Define to 1 if you have the <memory.h> header file. */
41#undef HAVE_MEMORY_H
42
43/* Define to 1 if you have the `memset' function. */
44#undef HAVE_MEMSET
45
46/* Define to 1 if you have the <netdb.h> header file. */
47#undef HAVE_NETDB_H
48
49/* Define to 1 if you have the <netinet/in.h> header file. */
50#undef HAVE_NETINET_IN_H
51
52/* Define to 1 if your system has a GNU libc compatible `realloc' function,
53   and to 0 otherwise. */
54#undef HAVE_REALLOC
55
56/* Define to 1 if you have the `socket' function. */
57#undef HAVE_SOCKET
58
59/* Define to 1 if you have the <stdint.h> header file. */
60#undef HAVE_STDINT_H
61
62/* Define to 1 if you have the <stdlib.h> header file. */
63#undef HAVE_STDLIB_H
64
65/* Define to 1 if you have the `strchr' function. */
66#undef HAVE_STRCHR
67
68/* Define to 1 if you have the `strdup' function. */
69#undef HAVE_STRDUP
70
71/* Define to 1 if you have the `strerror' function. */
72#undef HAVE_STRERROR
73
74/* Define to 1 if you have the <strings.h> header file. */
75#undef HAVE_STRINGS_H
76
77/* Define to 1 if you have the <string.h> header file. */
78#undef HAVE_STRING_H
79
80/* Define to 1 if you have the `strstr' function. */
81#undef HAVE_STRSTR
82
83/* Define to 1 if you have the <syslog.h> header file. */
84#undef HAVE_SYSLOG_H
85
86/* Define to 1 if you have the <sys/ioctl.h> header file. */
87#undef HAVE_SYS_IOCTL_H
88
89/* Define to 1 if you have the <sys/socket.h> header file. */
90#undef HAVE_SYS_SOCKET_H
91
92/* Define to 1 if you have the <sys/stat.h> header file. */
93#undef HAVE_SYS_STAT_H
94
95/* Define to 1 if you have the <sys/types.h> header file. */
96#undef HAVE_SYS_TYPES_H
97
98/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
99#undef HAVE_SYS_WAIT_H
100
101/* Define to 1 if you have the <unistd.h> header file. */
102#undef HAVE_UNISTD_H
103
104/* Define to 1 if you have the `vfork' function. */
105#undef HAVE_VFORK
106
107/* Define to 1 if you have the <vfork.h> header file. */
108#undef HAVE_VFORK_H
109
110/* Define to 1 if you have the `vprintf' function. */
111#undef HAVE_VPRINTF
112
113/* Define to 1 if `fork' works. */
114#undef HAVE_WORKING_FORK
115
116/* Define to 1 if `vfork' works. */
117#undef HAVE_WORKING_VFORK
118
119/* Define to the address where bug reports for this package should be sent. */
120#undef PACKAGE_BUGREPORT
121
122/* Define to the full name of this package. */
123#undef PACKAGE_NAME
124
125/* Define to the full name and version of this package. */
126#undef PACKAGE_STRING
127
128/* Define to the one symbol short name of this package. */
129#undef PACKAGE_TARNAME
130
131/* Define to the version of this package. */
132#undef PACKAGE_VERSION
133
134/* Define as the return type of signal handlers (`int' or `void'). */
135#undef RETSIGTYPE
136
137/* Define to 1 if you have the ANSI C header files. */
138#undef STDC_HEADERS
139
140/* Define to 1 if your <sys/time.h> declares `struct tm'. */
141#undef TM_IN_SYS_TIME
142
143/* Define to empty if `const' does not conform to ANSI C. */
144#undef const
145
146/* Define to rpl_malloc if the replacement function should be used. */
147#undef malloc
148
149/* Define to `int' if <sys/types.h> does not define. */
150#undef pid_t
151
152/* Define to rpl_realloc if the replacement function should be used. */
153#undef realloc
154
155/* Define to `unsigned' if <sys/types.h> does not define. */
156#undef size_t
157
158/* Define as `fork' if `vfork' does not work. */
159#undef vfork
160