1/* accanna.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 `bcopy' function. */
7#undef HAVE_BCOPY
8
9/* Define to 1 if you have the `bzero' function. */
10#undef HAVE_BZERO
11
12/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
13#undef HAVE_DOPRNT
14
15/* Define to 1 if you have the `dup2' function. */
16#undef HAVE_DUP2
17
18/* Define to 1 if you have the <fcntl.h> header file. */
19#undef HAVE_FCNTL_H
20
21/* Define to 1 if you have the `FD_ISSET' function. */
22#undef HAVE_FD_ISSET
23
24/* Define to 1 if the system has the type `fd_set'. */
25#undef HAVE_FD_SET
26
27/* Define to 1 if you have the `fork' function. */
28#undef HAVE_FORK
29
30/* Define to 1 if you have the `gethostbyaddr' function. */
31#undef HAVE_GETHOSTBYADDR
32
33/* Define to 1 if you have the `gethostbyname' function. */
34#undef HAVE_GETHOSTBYNAME
35
36/* Define to 1 if you have the `gethostname' function. */
37#undef HAVE_GETHOSTNAME
38
39/* Define to 1 if you have the `getpagesize' function. */
40#undef HAVE_GETPAGESIZE
41
42/* Define to 1 if you have the `index' function. */
43#undef HAVE_INDEX
44
45/* Define to 1 if you have the `inet_aton' function. */
46#undef HAVE_INET_ATON
47
48/* Define to 1 if you have the `inet_ntoa' function. */
49#undef HAVE_INET_NTOA
50
51/* Define to 1 if the system has the type `int32_t'. */
52#undef HAVE_INT32_T
53
54/* Define to 1 if you have the <inttypes.h> header file. */
55#undef HAVE_INTTYPES_H
56
57/* Define to 1 if the system has the type `in_addr_t'. */
58#undef HAVE_IN_ADDR_T
59
60/* Define to 1 if you have the `isascii' function. */
61#undef HAVE_ISASCII
62
63/* Define to 1 if you have the <locale.h> header file. */
64#undef HAVE_LOCALE_H
65
66/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
67   to 0 otherwise. */
68#undef HAVE_MALLOC
69
70/* Define to 1 if you have the `memchr' function. */
71#undef HAVE_MEMCHR
72
73/* Define to 1 if you have the `memcpy' function. */
74#undef HAVE_MEMCPY
75
76/* Define to 1 if you have the <memory.h> header file. */
77#undef HAVE_MEMORY_H
78
79/* Define to 1 if you have the `memset' function. */
80#undef HAVE_MEMSET
81
82/* Define to 1 if you have the `mkdir' function. */
83#undef HAVE_MKDIR
84
85/* Define to 1 if you have a working `mmap' system call. */
86#undef HAVE_MMAP
87
88/* Define to 1 if you have the `munmap' function. */
89#undef HAVE_MUNMAP
90
91/* Define to 1 if you have the <netdb.h> header file. */
92#undef HAVE_NETDB_H
93
94/* Define to 1 if you have the <netinet/in.h> header file. */
95#undef HAVE_NETINET_IN_H
96
97/* Define to 1 if you have the `rename' function. */
98#undef HAVE_RENAME
99
100/* Define to 1 if you have the `select' function. */
101#undef HAVE_SELECT
102
103/* Define to 1 if you have the `setlocale' function. */
104#undef HAVE_SETLOCALE
105
106/* Define to 1 if you have the `setsid' function. */
107#undef HAVE_SETSID
108
109/* Define to 1 if you have the `socket' function. */
110#undef HAVE_SOCKET
111
112/* Define to 1 if the system has the type `socklen_t'. */
113#undef HAVE_SOCKLEN_T
114
115/* Define to 1 if `stat' has the bug that it succeeds when given the
116   zero-length file name argument. */
117#undef HAVE_STAT_EMPTY_STRING_BUG
118
119/* Define to 1 if you have the <stddef.h> header file. */
120#undef HAVE_STDDEF_H
121
122/* Define to 1 if you have the <stdint.h> header file. */
123#undef HAVE_STDINT_H
124
125/* Define to 1 if you have the <stdlib.h> header file. */
126#undef HAVE_STDLIB_H
127
128/* Define to 1 if you have the `strchr' function. */
129#undef HAVE_STRCHR
130
131/* Define to 1 if you have the `strdup' function. */
132#undef HAVE_STRDUP
133
134/* Define to 1 if you have the <strings.h> header file. */
135#undef HAVE_STRINGS_H
136
137/* Define to 1 if you have the <string.h> header file. */
138#undef HAVE_STRING_H
139
140/* Define to 1 if you have the `strlcpy' function. */
141#undef HAVE_STRLCPY
142
143/* Define to 1 if you have the `strrchr' function. */
144#undef HAVE_STRRCHR
145
146/* Define to 1 if you have the `strspn' function. */
147#undef HAVE_STRSPN
148
149/* Define to 1 if `h_addr_list' is member of `struct hostent'. */
150#undef HAVE_STRUCT_HOSTENT_H_ADDR_LIST
151
152/* Define to 1 if you have the `syslog' function. */
153#undef HAVE_SYSLOG
154
155/* Define to 1 if you have the <syslog.h> header file. */
156#undef HAVE_SYSLOG_H
157
158/* Define to 1 if you have the <sys/ioctl.h> header file. */
159#undef HAVE_SYS_IOCTL_H
160
161/* Define to 1 if you have the <sys/param.h> header file. */
162#undef HAVE_SYS_PARAM_H
163
164/* Define to 1 if you have the <sys/select.h> header file. */
165#undef HAVE_SYS_SELECT_H
166
167/* Define to 1 if you have the <sys/socket.h> header file. */
168#undef HAVE_SYS_SOCKET_H
169
170/* Define to 1 if you have the <sys/stat.h> header file. */
171#undef HAVE_SYS_STAT_H
172
173/* Define to 1 if you have the <sys/timeb.h> header file. */
174#undef HAVE_SYS_TIMEB_H
175
176/* Define to 1 if you have the <sys/time.h> header file. */
177#undef HAVE_SYS_TIME_H
178
179/* Define to 1 if you have the <sys/types.h> header file. */
180#undef HAVE_SYS_TYPES_H
181
182/* Define to 1 if the system has the type `time_t'. */
183#undef HAVE_TIME_T
184
185/* Define to 1 if you have the <unistd.h> header file. */
186#undef HAVE_UNISTD_H
187
188/* Define to 1 if you have the `vfork' function. */
189#undef HAVE_VFORK
190
191/* Define to 1 if you have the <vfork.h> header file. */
192#undef HAVE_VFORK_H
193
194/* Define to 1 if you have the `vprintf' function. */
195#undef HAVE_VPRINTF
196
197/* Define to 1 if you have the `vsyslog' function. */
198#undef HAVE_VSYSLOG
199
200/* Define to 1 if `fork' works. */
201#undef HAVE_WORKING_FORK
202
203/* Define to 1 if `vfork' works. */
204#undef HAVE_WORKING_VFORK
205
206/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
207   slash. */
208#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
209
210/* Define to the address where bug reports for this package should be sent. */
211#undef PACKAGE_BUGREPORT
212
213/* Define to the full name of this package. */
214#undef PACKAGE_NAME
215
216/* Define to the full name and version of this package. */
217#undef PACKAGE_STRING
218
219/* Define to the one symbol short name of this package. */
220#undef PACKAGE_TARNAME
221
222/* Define to the version of this package. */
223#undef PACKAGE_VERSION
224
225/* Define as the return type of signal handlers (`int' or `void'). */
226#undef RETSIGTYPE
227
228/* Define to 1 if the `setpgrp' function takes no argument. */
229#undef SETPGRP_VOID
230
231/* The size of a `void *', as computed by sizeof. */
232#undef SIZEOF_VOID_P
233
234/* Define to 1 if you have the ANSI C header files. */
235#undef STDC_HEADERS
236
237/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
238#undef TIME_WITH_SYS_TIME
239
240/* Define to 1 if your <sys/time.h> declares `struct tm'. */
241#undef TM_IN_SYS_TIME
242
243/* Define to empty if `const' does not conform to ANSI C. */
244#undef const
245
246/* Define to rpl_malloc if the replacement function should be used. */
247#undef malloc
248
249/* Define to `long' if <sys/types.h> does not define. */
250#undef off_t
251
252/* Define to `int' if <sys/types.h> does not define. */
253#undef pid_t
254
255/* Define to `unsigned' if <sys/types.h> does not define. */
256#undef size_t
257
258/* Define as `fork' if `vfork' does not work. */
259#undef vfork
260