config.h.in revision 200576
1181834Sroberto/* config.h.in.  Generated from configure.ac by autoheader.  */
2181834Sroberto
3181834Sroberto/* fopen(3) accepts a 'b' in the mode flag */
4181834Sroberto#undef FOPEN_BINARY_FLAG
5181834Sroberto
6181834Sroberto/* fopen(3) accepts a 't' in the mode flag */
7181834Sroberto#undef FOPEN_TEXT_FLAG
8181834Sroberto
9181834Sroberto/* Define to 1 if you have the `alarm' function. */
10181834Sroberto#undef HAVE_ALARM
11181834Sroberto
12181834Sroberto/* Define to 1 if you have the <arpa/inet.h> header file. */
13181834Sroberto#undef HAVE_ARPA_INET_H
14181834Sroberto
15181834Sroberto/* Define to 1 if you have the `canonicalize_file_name' function. */
16181834Sroberto#undef HAVE_CANONICALIZE_FILE_NAME
17181834Sroberto
18181834Sroberto/* Define this if /dev/zero is readable device */
19181834Sroberto#undef HAVE_DEV_ZERO
20181834Sroberto
21181834Sroberto/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
22181834Sroberto   */
23181834Sroberto#undef HAVE_DIRENT_H
24181834Sroberto
25181834Sroberto/* Define to 1 if you have the <dlfcn.h> header file. */
26181834Sroberto#undef HAVE_DLFCN_H
27181834Sroberto
28181834Sroberto/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
29181834Sroberto#undef HAVE_DOPRNT
30181834Sroberto
31181834Sroberto/* Define to 1 if you have the <errno.h> header file. */
32181834Sroberto#undef HAVE_ERRNO_H
33181834Sroberto
34181834Sroberto/* Define to 1 if you have the <fcntl.h> header file. */
35181834Sroberto#undef HAVE_FCNTL_H
36181834Sroberto
37181834Sroberto/* Define to 1 if you have the <float.h> header file. */
38181834Sroberto#undef HAVE_FLOAT_H
39181834Sroberto
40181834Sroberto/* Define to 1 if you have the `gettimeofday' function. */
41181834Sroberto#undef HAVE_GETTIMEOFDAY
42181834Sroberto
43181834Sroberto/* Define to 1 if you have the `inet_ntoa' function. */
44181834Sroberto#undef HAVE_INET_NTOA
45181834Sroberto
46200576Sroberto/* inline keyword or macro available */
47200576Sroberto#undef HAVE_INLINE
48200576Sroberto
49181834Sroberto/* Define to 1 if the system has the type `int16_t'. */
50181834Sroberto#undef HAVE_INT16_T
51181834Sroberto
52181834Sroberto/* Define to 1 if the system has the type `int32_t'. */
53181834Sroberto#undef HAVE_INT32_T
54181834Sroberto
55181834Sroberto/* Define to 1 if the system has the type `int8_t'. */
56181834Sroberto#undef HAVE_INT8_T
57181834Sroberto
58181834Sroberto/* Define to 1 if the system has the type `intptr_t'. */
59181834Sroberto#undef HAVE_INTPTR_T
60181834Sroberto
61181834Sroberto/* Define to 1 if you have the <inttypes.h> header file. */
62181834Sroberto#undef HAVE_INTTYPES_H
63181834Sroberto
64181834Sroberto/* Define to 1 if you have the `gen' library (-lgen). */
65181834Sroberto#undef HAVE_LIBGEN
66181834Sroberto
67181834Sroberto/* Define to 1 if you have the <libgen.h> header file. */
68181834Sroberto#undef HAVE_LIBGEN_H
69181834Sroberto
70181834Sroberto/* Define to 1 if you have the <limits.h> header file. */
71181834Sroberto#undef HAVE_LIMITS_H
72181834Sroberto
73181834Sroberto/* Define to 1 if you have the <memory.h> header file. */
74181834Sroberto#undef HAVE_MEMORY_H
75181834Sroberto
76181834Sroberto/* Define to 1 if you have the `memset' function. */
77181834Sroberto#undef HAVE_MEMSET
78181834Sroberto
79181834Sroberto/* Define to 1 if you have the `mmap' function. */
80181834Sroberto#undef HAVE_MMAP
81181834Sroberto
82181834Sroberto/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
83181834Sroberto#undef HAVE_NDIR_H
84181834Sroberto
85181834Sroberto/* Define to 1 if you have the <netdb.h> header file. */
86181834Sroberto#undef HAVE_NETDB_H
87181834Sroberto
88181834Sroberto/* Define to 1 if you have the <netinet/in.h> header file. */
89181834Sroberto#undef HAVE_NETINET_IN_H
90181834Sroberto
91181834Sroberto/* Define this if pathfind(3) works */
92181834Sroberto#undef HAVE_PATHFIND
93181834Sroberto
94181834Sroberto/* Define this if we have a functional realpath(3C) */
95181834Sroberto#undef HAVE_REALPATH
96181834Sroberto
97181834Sroberto/* Define to 1 if you have the <setjmp.h> header file. */
98181834Sroberto#undef HAVE_SETJMP_H
99181834Sroberto
100181834Sroberto/* Define to 1 if you have the `snprintf' function. */
101181834Sroberto#undef HAVE_SNPRINTF
102181834Sroberto
103181834Sroberto/* Define to 1 if you have the `socket' function. */
104181834Sroberto#undef HAVE_SOCKET
105181834Sroberto
106181834Sroberto/* Define to 1 if you have the `sqrt' function. */
107181834Sroberto#undef HAVE_SQRT
108181834Sroberto
109181834Sroberto/* Does struct sockaddr_storage have ss_family? */
110181834Sroberto#undef HAVE_SS_FAMILY_IN_SS
111181834Sroberto
112181834Sroberto/* Define to 1 if you have the <stdarg.h> header file. */
113181834Sroberto#undef HAVE_STDARG_H
114181834Sroberto
115181834Sroberto/* Define to 1 if you have the <stdint.h> header file. */
116181834Sroberto#undef HAVE_STDINT_H
117181834Sroberto
118181834Sroberto/* Define to 1 if you have the <stdlib.h> header file. */
119181834Sroberto#undef HAVE_STDLIB_H
120181834Sroberto
121181834Sroberto/* Define to 1 if you have the `strchr' function. */
122181834Sroberto#undef HAVE_STRCHR
123181834Sroberto
124181834Sroberto/* Define to 1 if you have the `strdup' function. */
125181834Sroberto#undef HAVE_STRDUP
126181834Sroberto
127181834Sroberto/* Define this if strftime() works */
128181834Sroberto#undef HAVE_STRFTIME
129181834Sroberto
130181834Sroberto/* Define to 1 if you have the <strings.h> header file. */
131181834Sroberto#undef HAVE_STRINGS_H
132181834Sroberto
133181834Sroberto/* Define to 1 if you have the <string.h> header file. */
134181834Sroberto#undef HAVE_STRING_H
135181834Sroberto
136181834Sroberto/* Define to 1 if you have the `strrchr' function. */
137181834Sroberto#undef HAVE_STRRCHR
138181834Sroberto
139181834Sroberto/* Define to 1 if you have the <sysexits.h> header file. */
140181834Sroberto#undef HAVE_SYSEXITS_H
141181834Sroberto
142181834Sroberto/* Define to 1 if you have the <syslog.h> header file. */
143181834Sroberto#undef HAVE_SYSLOG_H
144181834Sroberto
145181834Sroberto/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
146181834Sroberto   */
147181834Sroberto#undef HAVE_SYS_DIR_H
148181834Sroberto
149181834Sroberto/* Define to 1 if you have the <sys/limits.h> header file. */
150181834Sroberto#undef HAVE_SYS_LIMITS_H
151181834Sroberto
152181834Sroberto/* Define to 1 if you have the <sys/mman.h> header file. */
153181834Sroberto#undef HAVE_SYS_MMAN_H
154181834Sroberto
155181834Sroberto/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
156181834Sroberto   */
157181834Sroberto#undef HAVE_SYS_NDIR_H
158181834Sroberto
159181834Sroberto/* Define to 1 if you have the <sys/param.h> header file. */
160181834Sroberto#undef HAVE_SYS_PARAM_H
161181834Sroberto
162181834Sroberto/* Define to 1 if you have the <sys/poll.h> header file. */
163181834Sroberto#undef HAVE_SYS_POLL_H
164181834Sroberto
165181834Sroberto/* Define to 1 if you have the <sys/procset.h> header file. */
166181834Sroberto#undef HAVE_SYS_PROCSET_H
167181834Sroberto
168181834Sroberto/* Define to 1 if you have the <sys/select.h> header file. */
169181834Sroberto#undef HAVE_SYS_SELECT_H
170181834Sroberto
171181834Sroberto/* Define to 1 if you have the <sys/socket.h> header file. */
172181834Sroberto#undef HAVE_SYS_SOCKET_H
173181834Sroberto
174181834Sroberto/* Define to 1 if you have the <sys/stat.h> header file. */
175181834Sroberto#undef HAVE_SYS_STAT_H
176181834Sroberto
177181834Sroberto/* Define to 1 if you have the <sys/stropts.h> header file. */
178181834Sroberto#undef HAVE_SYS_STROPTS_H
179181834Sroberto
180181834Sroberto/* Define to 1 if you have the <sys/time.h> header file. */
181181834Sroberto#undef HAVE_SYS_TIME_H
182181834Sroberto
183181834Sroberto/* Define to 1 if you have the <sys/types.h> header file. */
184181834Sroberto#undef HAVE_SYS_TYPES_H
185181834Sroberto
186181834Sroberto/* Define to 1 if you have the <sys/un.h> header file. */
187181834Sroberto#undef HAVE_SYS_UN_H
188181834Sroberto
189181834Sroberto/* Define to 1 if you have the <sys/wait.h> header file. */
190181834Sroberto#undef HAVE_SYS_WAIT_H
191181834Sroberto
192181834Sroberto/* Define to 1 if the system has the type `uint16_t'. */
193181834Sroberto#undef HAVE_UINT16_T
194181834Sroberto
195181834Sroberto/* Define to 1 if the system has the type `uint32_t'. */
196181834Sroberto#undef HAVE_UINT32_T
197181834Sroberto
198181834Sroberto/* Define to 1 if the system has the type `uint8_t'. */
199181834Sroberto#undef HAVE_UINT8_T
200181834Sroberto
201181834Sroberto/* Define to 1 if the system has the type `uintptr_t'. */
202181834Sroberto#undef HAVE_UINTPTR_T
203181834Sroberto
204181834Sroberto/* Define to 1 if the system has the type `uint_t'. */
205181834Sroberto#undef HAVE_UINT_T
206181834Sroberto
207181834Sroberto/* Define to 1 if you have the <unistd.h> header file. */
208181834Sroberto#undef HAVE_UNISTD_H
209181834Sroberto
210181834Sroberto/* Define to 1 if you have the <utime.h> header file. */
211181834Sroberto#undef HAVE_UTIME_H
212181834Sroberto
213181834Sroberto/* Define to 1 if you have the <values.h> header file. */
214181834Sroberto#undef HAVE_VALUES_H
215181834Sroberto
216181834Sroberto/* Define to 1 if you have the <varargs.h> header file. */
217181834Sroberto#undef HAVE_VARARGS_H
218181834Sroberto
219181834Sroberto/* Define to 1 if you have the `vprintf' function. */
220181834Sroberto#undef HAVE_VPRINTF
221181834Sroberto
222181834Sroberto/* Does struct sockaddr_storage have __ss_family? */
223181834Sroberto#undef HAVE___SS_FAMILY_IN_SS
224181834Sroberto
225181834Sroberto/* Define this if optional arguments are disallowed */
226181834Sroberto#undef NO_OPTIONAL_OPT_ARGS
227181834Sroberto
228181834Sroberto/* Should we avoid #warning on option name collisions? */
229181834Sroberto#undef NO_OPTION_NAME_WARNINGS
230181834Sroberto
231181834Sroberto/* Name of package */
232181834Sroberto#undef PACKAGE
233181834Sroberto
234181834Sroberto/* Define to the address where bug reports for this package should be sent. */
235181834Sroberto#undef PACKAGE_BUGREPORT
236181834Sroberto
237181834Sroberto/* Define to the full name of this package. */
238181834Sroberto#undef PACKAGE_NAME
239181834Sroberto
240181834Sroberto/* Define to the full name and version of this package. */
241181834Sroberto#undef PACKAGE_STRING
242181834Sroberto
243181834Sroberto/* Define to the one symbol short name of this package. */
244181834Sroberto#undef PACKAGE_TARNAME
245181834Sroberto
246200576Sroberto/* Define to the home page for this package. */
247200576Sroberto#undef PACKAGE_URL
248200576Sroberto
249181834Sroberto/* Define to the version of this package. */
250181834Sroberto#undef PACKAGE_VERSION
251181834Sroberto
252181834Sroberto/* name of regex header file */
253181834Sroberto#undef REGEX_HEADER
254181834Sroberto
255181834Sroberto/* Define as the return type of signal handlers (`int' or `void'). */
256181834Sroberto#undef RETSIGTYPE
257181834Sroberto
258200576Sroberto/* The size of `char*', as computed by sizeof. */
259181834Sroberto#undef SIZEOF_CHARP
260181834Sroberto
261200576Sroberto/* The size of `int', as computed by sizeof. */
262181834Sroberto#undef SIZEOF_INT
263181834Sroberto
264200576Sroberto/* The size of `long', as computed by sizeof. */
265181834Sroberto#undef SIZEOF_LONG
266181834Sroberto
267200576Sroberto/* The size of `short', as computed by sizeof. */
268181834Sroberto#undef SIZEOF_SHORT
269181834Sroberto
270181834Sroberto/* Define to 1 if you have the ANSI C header files. */
271181834Sroberto#undef STDC_HEADERS
272181834Sroberto
273181834Sroberto/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
274181834Sroberto#undef TIME_WITH_SYS_TIME
275181834Sroberto
276181834Sroberto/* Define to 1 if your <sys/time.h> declares `struct tm'. */
277181834Sroberto#undef TM_IN_SYS_TIME
278181834Sroberto
279181834Sroberto/* Version number of package */
280181834Sroberto#undef VERSION
281181834Sroberto
282181834Sroberto/* Define this if a working libregex can be found */
283181834Sroberto#undef WITH_LIBREGEX
284181834Sroberto
285181834Sroberto/* Define to empty if `const' does not conform to ANSI C. */
286181834Sroberto#undef const
287181834Sroberto
288200576Sroberto/* Define to `__inline__' or `__inline' if that's what the C compiler
289200576Sroberto   calls it, or to nothing if 'inline' is not supported under any name.  */
290200576Sroberto#ifndef __cplusplus
291200576Sroberto#undef inline
292200576Sroberto#endif
293200576Sroberto
294200576Sroberto/* Define to `unsigned int' if <sys/types.h> does not define. */
295181834Sroberto#undef size_t
296181834Sroberto
297181834Sroberto/* normalize ss_family access */
298181834Sroberto#undef ss_family
299181834Sroberto
300181834Sroberto/* normalize ss_len access */
301181834Sroberto#undef ss_len
302181834Sroberto
303181834Sroberto/* Alternate uintptr_t for systems without it. */
304181834Sroberto#undef uintptr_t
305