config.h.in revision 200576
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* fopen(3) accepts a 'b' in the mode flag */
4#undef FOPEN_BINARY_FLAG
5
6/* fopen(3) accepts a 't' in the mode flag */
7#undef FOPEN_TEXT_FLAG
8
9/* Define to 1 if you have the `alarm' function. */
10#undef HAVE_ALARM
11
12/* Define to 1 if you have the <arpa/inet.h> header file. */
13#undef HAVE_ARPA_INET_H
14
15/* Define to 1 if you have the `canonicalize_file_name' function. */
16#undef HAVE_CANONICALIZE_FILE_NAME
17
18/* Define this if /dev/zero is readable device */
19#undef HAVE_DEV_ZERO
20
21/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
22   */
23#undef HAVE_DIRENT_H
24
25/* Define to 1 if you have the <dlfcn.h> header file. */
26#undef HAVE_DLFCN_H
27
28/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
29#undef HAVE_DOPRNT
30
31/* Define to 1 if you have the <errno.h> header file. */
32#undef HAVE_ERRNO_H
33
34/* Define to 1 if you have the <fcntl.h> header file. */
35#undef HAVE_FCNTL_H
36
37/* Define to 1 if you have the <float.h> header file. */
38#undef HAVE_FLOAT_H
39
40/* Define to 1 if you have the `gettimeofday' function. */
41#undef HAVE_GETTIMEOFDAY
42
43/* Define to 1 if you have the `inet_ntoa' function. */
44#undef HAVE_INET_NTOA
45
46/* inline keyword or macro available */
47#undef HAVE_INLINE
48
49/* Define to 1 if the system has the type `int16_t'. */
50#undef HAVE_INT16_T
51
52/* Define to 1 if the system has the type `int32_t'. */
53#undef HAVE_INT32_T
54
55/* Define to 1 if the system has the type `int8_t'. */
56#undef HAVE_INT8_T
57
58/* Define to 1 if the system has the type `intptr_t'. */
59#undef HAVE_INTPTR_T
60
61/* Define to 1 if you have the <inttypes.h> header file. */
62#undef HAVE_INTTYPES_H
63
64/* Define to 1 if you have the `gen' library (-lgen). */
65#undef HAVE_LIBGEN
66
67/* Define to 1 if you have the <libgen.h> header file. */
68#undef HAVE_LIBGEN_H
69
70/* Define to 1 if you have the <limits.h> header file. */
71#undef HAVE_LIMITS_H
72
73/* Define to 1 if you have the <memory.h> header file. */
74#undef HAVE_MEMORY_H
75
76/* Define to 1 if you have the `memset' function. */
77#undef HAVE_MEMSET
78
79/* Define to 1 if you have the `mmap' function. */
80#undef HAVE_MMAP
81
82/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
83#undef HAVE_NDIR_H
84
85/* Define to 1 if you have the <netdb.h> header file. */
86#undef HAVE_NETDB_H
87
88/* Define to 1 if you have the <netinet/in.h> header file. */
89#undef HAVE_NETINET_IN_H
90
91/* Define this if pathfind(3) works */
92#undef HAVE_PATHFIND
93
94/* Define this if we have a functional realpath(3C) */
95#undef HAVE_REALPATH
96
97/* Define to 1 if you have the <setjmp.h> header file. */
98#undef HAVE_SETJMP_H
99
100/* Define to 1 if you have the `snprintf' function. */
101#undef HAVE_SNPRINTF
102
103/* Define to 1 if you have the `socket' function. */
104#undef HAVE_SOCKET
105
106/* Define to 1 if you have the `sqrt' function. */
107#undef HAVE_SQRT
108
109/* Does struct sockaddr_storage have ss_family? */
110#undef HAVE_SS_FAMILY_IN_SS
111
112/* Define to 1 if you have the <stdarg.h> header file. */
113#undef HAVE_STDARG_H
114
115/* Define to 1 if you have the <stdint.h> header file. */
116#undef HAVE_STDINT_H
117
118/* Define to 1 if you have the <stdlib.h> header file. */
119#undef HAVE_STDLIB_H
120
121/* Define to 1 if you have the `strchr' function. */
122#undef HAVE_STRCHR
123
124/* Define to 1 if you have the `strdup' function. */
125#undef HAVE_STRDUP
126
127/* Define this if strftime() works */
128#undef HAVE_STRFTIME
129
130/* Define to 1 if you have the <strings.h> header file. */
131#undef HAVE_STRINGS_H
132
133/* Define to 1 if you have the <string.h> header file. */
134#undef HAVE_STRING_H
135
136/* Define to 1 if you have the `strrchr' function. */
137#undef HAVE_STRRCHR
138
139/* Define to 1 if you have the <sysexits.h> header file. */
140#undef HAVE_SYSEXITS_H
141
142/* Define to 1 if you have the <syslog.h> header file. */
143#undef HAVE_SYSLOG_H
144
145/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
146   */
147#undef HAVE_SYS_DIR_H
148
149/* Define to 1 if you have the <sys/limits.h> header file. */
150#undef HAVE_SYS_LIMITS_H
151
152/* Define to 1 if you have the <sys/mman.h> header file. */
153#undef HAVE_SYS_MMAN_H
154
155/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
156   */
157#undef HAVE_SYS_NDIR_H
158
159/* Define to 1 if you have the <sys/param.h> header file. */
160#undef HAVE_SYS_PARAM_H
161
162/* Define to 1 if you have the <sys/poll.h> header file. */
163#undef HAVE_SYS_POLL_H
164
165/* Define to 1 if you have the <sys/procset.h> header file. */
166#undef HAVE_SYS_PROCSET_H
167
168/* Define to 1 if you have the <sys/select.h> header file. */
169#undef HAVE_SYS_SELECT_H
170
171/* Define to 1 if you have the <sys/socket.h> header file. */
172#undef HAVE_SYS_SOCKET_H
173
174/* Define to 1 if you have the <sys/stat.h> header file. */
175#undef HAVE_SYS_STAT_H
176
177/* Define to 1 if you have the <sys/stropts.h> header file. */
178#undef HAVE_SYS_STROPTS_H
179
180/* Define to 1 if you have the <sys/time.h> header file. */
181#undef HAVE_SYS_TIME_H
182
183/* Define to 1 if you have the <sys/types.h> header file. */
184#undef HAVE_SYS_TYPES_H
185
186/* Define to 1 if you have the <sys/un.h> header file. */
187#undef HAVE_SYS_UN_H
188
189/* Define to 1 if you have the <sys/wait.h> header file. */
190#undef HAVE_SYS_WAIT_H
191
192/* Define to 1 if the system has the type `uint16_t'. */
193#undef HAVE_UINT16_T
194
195/* Define to 1 if the system has the type `uint32_t'. */
196#undef HAVE_UINT32_T
197
198/* Define to 1 if the system has the type `uint8_t'. */
199#undef HAVE_UINT8_T
200
201/* Define to 1 if the system has the type `uintptr_t'. */
202#undef HAVE_UINTPTR_T
203
204/* Define to 1 if the system has the type `uint_t'. */
205#undef HAVE_UINT_T
206
207/* Define to 1 if you have the <unistd.h> header file. */
208#undef HAVE_UNISTD_H
209
210/* Define to 1 if you have the <utime.h> header file. */
211#undef HAVE_UTIME_H
212
213/* Define to 1 if you have the <values.h> header file. */
214#undef HAVE_VALUES_H
215
216/* Define to 1 if you have the <varargs.h> header file. */
217#undef HAVE_VARARGS_H
218
219/* Define to 1 if you have the `vprintf' function. */
220#undef HAVE_VPRINTF
221
222/* Does struct sockaddr_storage have __ss_family? */
223#undef HAVE___SS_FAMILY_IN_SS
224
225/* Define this if optional arguments are disallowed */
226#undef NO_OPTIONAL_OPT_ARGS
227
228/* Should we avoid #warning on option name collisions? */
229#undef NO_OPTION_NAME_WARNINGS
230
231/* Name of package */
232#undef PACKAGE
233
234/* Define to the address where bug reports for this package should be sent. */
235#undef PACKAGE_BUGREPORT
236
237/* Define to the full name of this package. */
238#undef PACKAGE_NAME
239
240/* Define to the full name and version of this package. */
241#undef PACKAGE_STRING
242
243/* Define to the one symbol short name of this package. */
244#undef PACKAGE_TARNAME
245
246/* Define to the home page for this package. */
247#undef PACKAGE_URL
248
249/* Define to the version of this package. */
250#undef PACKAGE_VERSION
251
252/* name of regex header file */
253#undef REGEX_HEADER
254
255/* Define as the return type of signal handlers (`int' or `void'). */
256#undef RETSIGTYPE
257
258/* The size of `char*', as computed by sizeof. */
259#undef SIZEOF_CHARP
260
261/* The size of `int', as computed by sizeof. */
262#undef SIZEOF_INT
263
264/* The size of `long', as computed by sizeof. */
265#undef SIZEOF_LONG
266
267/* The size of `short', as computed by sizeof. */
268#undef SIZEOF_SHORT
269
270/* Define to 1 if you have the ANSI C header files. */
271#undef STDC_HEADERS
272
273/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
274#undef TIME_WITH_SYS_TIME
275
276/* Define to 1 if your <sys/time.h> declares `struct tm'. */
277#undef TM_IN_SYS_TIME
278
279/* Version number of package */
280#undef VERSION
281
282/* Define this if a working libregex can be found */
283#undef WITH_LIBREGEX
284
285/* Define to empty if `const' does not conform to ANSI C. */
286#undef const
287
288/* Define to `__inline__' or `__inline' if that's what the C compiler
289   calls it, or to nothing if 'inline' is not supported under any name.  */
290#ifndef __cplusplus
291#undef inline
292#endif
293
294/* Define to `unsigned int' if <sys/types.h> does not define. */
295#undef size_t
296
297/* normalize ss_family access */
298#undef ss_family
299
300/* normalize ss_len access */
301#undef ss_len
302
303/* Alternate uintptr_t for systems without it. */
304#undef uintptr_t
305