nbtool_config.h.in revision 1.39 1 1.38 christos /* nbtool_config.h.in. Generated from configure.ac by autoheader. */
2 1.12 wiz
3 1.38 christos /* $NetBSD: nbtool_config.h.in,v 1.39 2016/10/19 21:55:26 christos Exp $ */
4 1.9 wiz
5 1.12 wiz #ifndef __NETBSD_NBTOOL_CONFIG_H__
6 1.12 wiz #define __NETBSD_NBTOOL_CONFIG_H__
7 1.9 wiz
8 1.38 christos /* Define if building universal (internal helper macro) */
9 1.38 christos #undef AC_APPLE_UNIVERSAL_BUILD
10 1.38 christos
11 1.22 tnozaki /* Define to 1 if your `fparseln' function is broken. */
12 1.22 tnozaki #undef BROKEN_FPARSELN
13 1.22 tnozaki
14 1.9 wiz /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
15 1.9 wiz systems. This function is required for `alloca.c' support on those systems.
16 1.9 wiz */
17 1.9 wiz #undef CRAY_STACKSEG_END
18 1.9 wiz
19 1.38 christos /* Define to 1 if using `alloca.c'. */
20 1.9 wiz #undef C_ALLOCA
21 1.1 lukem
22 1.38 christos /* Define to 1 if you have `alloca', as a function or macro. */
23 1.9 wiz #undef HAVE_ALLOCA
24 1.1 lukem
25 1.38 christos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
26 1.38 christos */
27 1.1 lukem #undef HAVE_ALLOCA_H
28 1.1 lukem
29 1.38 christos /* Define to 1 if you have the <arpa/nameser.h> header file. */
30 1.21 tsutsui #undef HAVE_ARPA_NAMESER_H
31 1.21 tsutsui
32 1.38 christos /* Define to 1 if you have the `asnprintf' function. */
33 1.9 wiz #undef HAVE_ASNPRINTF
34 1.9 wiz
35 1.38 christos /* Define to 1 if you have the `asprintf' function. */
36 1.9 wiz #undef HAVE_ASPRINTF
37 1.9 wiz
38 1.38 christos /* Define to 1 if you have the <assert.h> header file. */
39 1.9 wiz #undef HAVE_ASSERT_H
40 1.9 wiz
41 1.38 christos /* Define to 1 if you have the `atoll' function. */
42 1.9 wiz #undef HAVE_ATOLL
43 1.9 wiz
44 1.38 christos /* Define to 1 if you have the `basename' function. */
45 1.9 wiz #undef HAVE_BASENAME
46 1.9 wiz
47 1.38 christos /* Define to 1 if you have the <ctype.h> header file. */
48 1.9 wiz #undef HAVE_CTYPE_H
49 1.9 wiz
50 1.17 apb /* Define to 1 if you have the declaration of `be16dec', and to 0 if you
51 1.17 apb don't. */
52 1.17 apb #undef HAVE_DECL_BE16DEC
53 1.17 apb
54 1.17 apb /* Define to 1 if you have the declaration of `be16enc', and to 0 if you
55 1.17 apb don't. */
56 1.17 apb #undef HAVE_DECL_BE16ENC
57 1.17 apb
58 1.9 wiz /* Define to 1 if you have the declaration of `be16toh', and to 0 if you
59 1.9 wiz don't. */
60 1.9 wiz #undef HAVE_DECL_BE16TOH
61 1.9 wiz
62 1.17 apb /* Define to 1 if you have the declaration of `be32dec', and to 0 if you
63 1.17 apb don't. */
64 1.17 apb #undef HAVE_DECL_BE32DEC
65 1.17 apb
66 1.17 apb /* Define to 1 if you have the declaration of `be32enc', and to 0 if you
67 1.17 apb don't. */
68 1.17 apb #undef HAVE_DECL_BE32ENC
69 1.17 apb
70 1.9 wiz /* Define to 1 if you have the declaration of `be32toh', and to 0 if you
71 1.9 wiz don't. */
72 1.9 wiz #undef HAVE_DECL_BE32TOH
73 1.1 lukem
74 1.17 apb /* Define to 1 if you have the declaration of `be64dec', and to 0 if you
75 1.17 apb don't. */
76 1.17 apb #undef HAVE_DECL_BE64DEC
77 1.17 apb
78 1.17 apb /* Define to 1 if you have the declaration of `be64enc', and to 0 if you
79 1.17 apb don't. */
80 1.17 apb #undef HAVE_DECL_BE64ENC
81 1.17 apb
82 1.9 wiz /* Define to 1 if you have the declaration of `be64toh', and to 0 if you
83 1.9 wiz don't. */
84 1.9 wiz #undef HAVE_DECL_BE64TOH
85 1.7 jmc
86 1.9 wiz /* Define to 1 if you have the declaration of `bswap16', and to 0 if you
87 1.9 wiz don't. */
88 1.8 dogcow #undef HAVE_DECL_BSWAP16
89 1.9 wiz
90 1.9 wiz /* Define to 1 if you have the declaration of `bswap32', and to 0 if you
91 1.9 wiz don't. */
92 1.8 dogcow #undef HAVE_DECL_BSWAP32
93 1.9 wiz
94 1.9 wiz /* Define to 1 if you have the declaration of `bswap64', and to 0 if you
95 1.9 wiz don't. */
96 1.8 dogcow #undef HAVE_DECL_BSWAP64
97 1.9 wiz
98 1.39 christos /* Define to 1 if you have the declaration of `err', and to 0 if you don't. */
99 1.39 christos #undef HAVE_DECL_ERR
100 1.39 christos
101 1.35 christos /* Define to 1 if you have the declaration of `errc', and to 0 if you don't.
102 1.35 christos */
103 1.35 christos #undef HAVE_DECL_ERRC
104 1.35 christos
105 1.39 christos /* Define to 1 if you have the declaration of `errx', and to 0 if you don't.
106 1.39 christos */
107 1.39 christos #undef HAVE_DECL_ERRX
108 1.39 christos
109 1.9 wiz /* Define to 1 if you have the declaration of `fstatvfs', and to 0 if you
110 1.9 wiz don't. */
111 1.9 wiz #undef HAVE_DECL_FSTATVFS
112 1.9 wiz
113 1.19 christos /* Define to 1 if you have the declaration of `gid_from_group', and to 0 if
114 1.19 christos you don't. */
115 1.19 christos #undef HAVE_DECL_GID_FROM_GROUP
116 1.19 christos
117 1.19 christos /* Define to 1 if you have the declaration of `group_from_gid', and to 0 if
118 1.19 christos you don't. */
119 1.19 christos #undef HAVE_DECL_GROUP_FROM_GID
120 1.19 christos
121 1.9 wiz /* Define to 1 if you have the declaration of `htobe16', and to 0 if you
122 1.9 wiz don't. */
123 1.8 dogcow #undef HAVE_DECL_HTOBE16
124 1.9 wiz
125 1.9 wiz /* Define to 1 if you have the declaration of `htobe32', and to 0 if you
126 1.9 wiz don't. */
127 1.8 dogcow #undef HAVE_DECL_HTOBE32
128 1.9 wiz
129 1.9 wiz /* Define to 1 if you have the declaration of `htobe64', and to 0 if you
130 1.9 wiz don't. */
131 1.8 dogcow #undef HAVE_DECL_HTOBE64
132 1.9 wiz
133 1.9 wiz /* Define to 1 if you have the declaration of `htole16', and to 0 if you
134 1.9 wiz don't. */
135 1.8 dogcow #undef HAVE_DECL_HTOLE16
136 1.9 wiz
137 1.9 wiz /* Define to 1 if you have the declaration of `htole32', and to 0 if you
138 1.9 wiz don't. */
139 1.8 dogcow #undef HAVE_DECL_HTOLE32
140 1.9 wiz
141 1.9 wiz /* Define to 1 if you have the declaration of `htole64', and to 0 if you
142 1.9 wiz don't. */
143 1.8 dogcow #undef HAVE_DECL_HTOLE64
144 1.9 wiz
145 1.19 christos /* Define to 1 if you have the declaration of `lchflags', and to 0 if you
146 1.19 christos don't. */
147 1.19 christos #undef HAVE_DECL_LCHFLAGS
148 1.19 christos
149 1.19 christos /* Define to 1 if you have the declaration of `lchmod', and to 0 if you don't.
150 1.19 christos */
151 1.19 christos #undef HAVE_DECL_LCHMOD
152 1.19 christos
153 1.19 christos /* Define to 1 if you have the declaration of `lchown', and to 0 if you don't.
154 1.19 christos */
155 1.19 christos #undef HAVE_DECL_LCHOWN
156 1.19 christos
157 1.17 apb /* Define to 1 if you have the declaration of `le16dec', and to 0 if you
158 1.17 apb don't. */
159 1.17 apb #undef HAVE_DECL_LE16DEC
160 1.17 apb
161 1.17 apb /* Define to 1 if you have the declaration of `le16enc', and to 0 if you
162 1.17 apb don't. */
163 1.17 apb #undef HAVE_DECL_LE16ENC
164 1.17 apb
165 1.9 wiz /* Define to 1 if you have the declaration of `le16toh', and to 0 if you
166 1.9 wiz don't. */
167 1.8 dogcow #undef HAVE_DECL_LE16TOH
168 1.9 wiz
169 1.17 apb /* Define to 1 if you have the declaration of `le32dec', and to 0 if you
170 1.17 apb don't. */
171 1.17 apb #undef HAVE_DECL_LE32DEC
172 1.17 apb
173 1.17 apb /* Define to 1 if you have the declaration of `le32enc', and to 0 if you
174 1.17 apb don't. */
175 1.17 apb #undef HAVE_DECL_LE32ENC
176 1.17 apb
177 1.9 wiz /* Define to 1 if you have the declaration of `le32toh', and to 0 if you
178 1.9 wiz don't. */
179 1.8 dogcow #undef HAVE_DECL_LE32TOH
180 1.9 wiz
181 1.17 apb /* Define to 1 if you have the declaration of `le64dec', and to 0 if you
182 1.17 apb don't. */
183 1.17 apb #undef HAVE_DECL_LE64DEC
184 1.17 apb
185 1.17 apb /* Define to 1 if you have the declaration of `le64enc', and to 0 if you
186 1.17 apb don't. */
187 1.17 apb #undef HAVE_DECL_LE64ENC
188 1.17 apb
189 1.9 wiz /* Define to 1 if you have the declaration of `le64toh', and to 0 if you
190 1.9 wiz don't. */
191 1.8 dogcow #undef HAVE_DECL_LE64TOH
192 1.4 jmc
193 1.39 christos /* Define to 1 if you have the declaration of `mi_vector_hash', and to 0 if
194 1.39 christos you don't. */
195 1.39 christos #undef HAVE_DECL_MI_VECTOR_HASH
196 1.39 christos
197 1.9 wiz /* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
198 1.9 wiz */
199 1.9 wiz #undef HAVE_DECL_OPTIND
200 1.1 lukem
201 1.9 wiz /* Define to 1 if you have the declaration of `optreset', and to 0 if you
202 1.9 wiz don't. */
203 1.1 lukem #undef HAVE_DECL_OPTRESET
204 1.9 wiz
205 1.19 christos /* Define to 1 if you have the declaration of `pwcache_groupdb', and to 0 if
206 1.19 christos you don't. */
207 1.19 christos #undef HAVE_DECL_PWCACHE_GROUPDB
208 1.19 christos
209 1.19 christos /* Define to 1 if you have the declaration of `pwcache_userdb', and to 0 if
210 1.19 christos you don't. */
211 1.19 christos #undef HAVE_DECL_PWCACHE_USERDB
212 1.19 christos
213 1.9 wiz /* Define to 1 if you have the declaration of `setgroupent', and to 0 if you
214 1.9 wiz don't. */
215 1.9 wiz #undef HAVE_DECL_SETGROUPENT
216 1.9 wiz
217 1.9 wiz /* Define to 1 if you have the declaration of `setpassent', and to 0 if you
218 1.9 wiz don't. */
219 1.9 wiz #undef HAVE_DECL_SETPASSENT
220 1.9 wiz
221 1.39 christos /* Define to 1 if you have the declaration of `strlcat', and to 0 if you
222 1.39 christos don't. */
223 1.39 christos #undef HAVE_DECL_STRLCAT
224 1.39 christos
225 1.39 christos /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
226 1.39 christos don't. */
227 1.39 christos #undef HAVE_DECL_STRLCPY
228 1.39 christos
229 1.19 christos /* Define to 1 if you have the declaration of `strndup', and to 0 if you
230 1.19 christos don't. */
231 1.19 christos #undef HAVE_DECL_STRNDUP
232 1.19 christos
233 1.34 apb /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
234 1.34 apb don't. */
235 1.34 apb #undef HAVE_DECL_STRNLEN
236 1.34 apb
237 1.10 wiz /* Define to 1 if you have the declaration of `strsuftoll', and to 0 if you
238 1.10 wiz don't. */
239 1.10 wiz #undef HAVE_DECL_STRSUFTOLL
240 1.10 wiz
241 1.9 wiz /* Define to 1 if you have the declaration of `sys_signame', and to 0 if you
242 1.9 wiz don't. */
243 1.1 lukem #undef HAVE_DECL_SYS_SIGNAME
244 1.1 lukem
245 1.19 christos /* Define to 1 if you have the declaration of `uid_from_user', and to 0 if you
246 1.19 christos don't. */
247 1.19 christos #undef HAVE_DECL_UID_FROM_USER
248 1.19 christos
249 1.19 christos /* Define to 1 if you have the declaration of `user_from_uid', and to 0 if you
250 1.19 christos don't. */
251 1.19 christos #undef HAVE_DECL_USER_FROM_UID
252 1.19 christos
253 1.35 christos /* Define to 1 if you have the declaration of `verrc', and to 0 if you don't.
254 1.35 christos */
255 1.35 christos #undef HAVE_DECL_VERRC
256 1.35 christos
257 1.39 christos /* Define to 1 if you have the declaration of `verrx', and to 0 if you don't.
258 1.39 christos */
259 1.39 christos #undef HAVE_DECL_VERRX
260 1.39 christos
261 1.35 christos /* Define to 1 if you have the declaration of `vwarnc', and to 0 if you don't.
262 1.35 christos */
263 1.35 christos #undef HAVE_DECL_VWARNC
264 1.35 christos
265 1.39 christos /* Define to 1 if you have the declaration of `vwarnx', and to 0 if you don't.
266 1.39 christos */
267 1.39 christos #undef HAVE_DECL_VWARNX
268 1.39 christos
269 1.39 christos /* Define to 1 if you have the declaration of `warn', and to 0 if you don't.
270 1.39 christos */
271 1.39 christos #undef HAVE_DECL_WARN
272 1.39 christos
273 1.35 christos /* Define to 1 if you have the declaration of `warnc', and to 0 if you don't.
274 1.35 christos */
275 1.35 christos #undef HAVE_DECL_WARNC
276 1.35 christos
277 1.39 christos /* Define to 1 if you have the declaration of `warnx', and to 0 if you don't.
278 1.39 christos */
279 1.39 christos #undef HAVE_DECL_WARNX
280 1.39 christos
281 1.38 christos /* Define to 1 if you have the `devname' function. */
282 1.1 lukem #undef HAVE_DEVNAME
283 1.9 wiz
284 1.38 christos /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
285 1.38 christos */
286 1.9 wiz #undef HAVE_DIRENT_H
287 1.9 wiz
288 1.38 christos /* Define to 1 if you have the `dirfd' function. */
289 1.1 lukem #undef HAVE_DIRFD
290 1.9 wiz
291 1.38 christos /* Define to 1 if you have the `dirname' function. */
292 1.1 lukem #undef HAVE_DIRNAME
293 1.9 wiz
294 1.38 christos /* Define to 1 if `dd_fd' is a member of `DIR'. */
295 1.9 wiz #undef HAVE_DIR_DD_FD
296 1.9 wiz
297 1.38 christos /* Define to 1 if `__dd_fd' is a member of `DIR'. */
298 1.13 thorpej #undef HAVE_DIR___DD_FD
299 1.13 thorpej
300 1.38 christos /* Define to 1 if you have the `dprintf' function. */
301 1.29 christos #undef HAVE_DPRINTF
302 1.29 christos
303 1.38 christos /* Define to 1 if you have the <errno.h> header file. */
304 1.9 wiz #undef HAVE_ERRNO_H
305 1.9 wiz
306 1.38 christos /* Define to 1 if you have the <err.h> header file. */
307 1.9 wiz #undef HAVE_ERR_H
308 1.9 wiz
309 1.38 christos /* Define to 1 if you have the `esetfunc' function. */
310 1.15 christos #undef HAVE_ESETFUNC
311 1.15 christos
312 1.38 christos /* Define to 1 if you have the <fcntl.h> header file. */
313 1.9 wiz #undef HAVE_FCNTL_H
314 1.9 wiz
315 1.38 christos /* Define to 1 if you have the <features.h> header file. */
316 1.9 wiz #undef HAVE_FEATURES_H
317 1.9 wiz
318 1.38 christos /* Define to 1 if you have the `fgetln' function. */
319 1.1 lukem #undef HAVE_FGETLN
320 1.9 wiz
321 1.38 christos /* Define to 1 if you have the `flock' function. */
322 1.1 lukem #undef HAVE_FLOCK
323 1.9 wiz
324 1.38 christos /* Define to 1 if you have the `fparseln' function. */
325 1.1 lukem #undef HAVE_FPARSELN
326 1.9 wiz
327 1.38 christos /* Define to 1 if you have the `fpurge' function. */
328 1.23 christos #undef HAVE_FPURGE
329 1.23 christos
330 1.38 christos /* Define to 1 if you have the `futimes' function. */
331 1.1 lukem #undef HAVE_FUTIMES
332 1.9 wiz
333 1.38 christos /* Define to 1 if you have the `getline' function. */
334 1.27 joerg #undef HAVE_GETLINE
335 1.27 joerg
336 1.38 christos /* Define to 1 if you have the `getopt' function. */
337 1.1 lukem #undef HAVE_GETOPT
338 1.9 wiz
339 1.38 christos /* Define to 1 if you have the <getopt.h> header file. */
340 1.9 wiz #undef HAVE_GETOPT_H
341 1.9 wiz
342 1.38 christos /* Define to 1 if you have the `getopt_long' function. */
343 1.1 lukem #undef HAVE_GETOPT_LONG
344 1.9 wiz
345 1.38 christos /* Define to 1 if you have the `gid_from_group' function. */
346 1.19 christos #undef HAVE_GID_FROM_GROUP
347 1.19 christos
348 1.38 christos /* Define to 1 if you have the `group_from_gid' function. */
349 1.3 thorpej #undef HAVE_GROUP_FROM_GID
350 1.9 wiz
351 1.38 christos /* Define to 1 if you have the <grp.h> header file. */
352 1.9 wiz #undef HAVE_GRP_H
353 1.9 wiz
354 1.38 christos /* Define to 1 if you have the `heapsort' function. */
355 1.9 wiz #undef HAVE_HEAPSORT
356 1.9 wiz
357 1.38 christos /* Define to 1 if the system has the type `id_t'. */
358 1.9 wiz #undef HAVE_ID_T
359 1.9 wiz
360 1.38 christos /* Define to 1 if you have the <inttypes.h> header file. */
361 1.9 wiz #undef HAVE_INTTYPES_H
362 1.9 wiz
363 1.38 christos /* Define to 1 if you have the `isblank' function. */
364 1.1 lukem #undef HAVE_ISBLANK
365 1.9 wiz
366 1.38 christos /* Define to 1 if you have the `issetugid' function. */
367 1.1 lukem #undef HAVE_ISSETUGID
368 1.9 wiz
369 1.38 christos /* Define to 1 if you have the `lchflags' function. */
370 1.1 lukem #undef HAVE_LCHFLAGS
371 1.9 wiz
372 1.38 christos /* Define to 1 if you have the `lchmod' function. */
373 1.1 lukem #undef HAVE_LCHMOD
374 1.9 wiz
375 1.38 christos /* Define to 1 if you have the `lchown' function. */
376 1.1 lukem #undef HAVE_LCHOWN
377 1.9 wiz
378 1.38 christos /* Define to 1 if you have the <libgen.h> header file. */
379 1.9 wiz #undef HAVE_LIBGEN_H
380 1.9 wiz
381 1.38 christos /* Define to 1 if you have the `regex' library (-lregex). */
382 1.9 wiz #undef HAVE_LIBREGEX
383 1.9 wiz
384 1.38 christos /* Define to 1 if you have the `rt' library (-lrt). */
385 1.32 jmcneill #undef HAVE_LIBRT
386 1.32 jmcneill
387 1.38 christos /* Define to 1 if you have the `z' library (-lz). */
388 1.9 wiz #undef HAVE_LIBZ
389 1.9 wiz
390 1.38 christos /* Define to 1 if you have the <limits.h> header file. */
391 1.9 wiz #undef HAVE_LIMITS_H
392 1.9 wiz
393 1.38 christos /* Define to 1 if you have the <locale.h> header file. */
394 1.9 wiz #undef HAVE_LOCALE_H
395 1.9 wiz
396 1.38 christos /* Define to 1 if the system has the type `long long'. */
397 1.9 wiz #undef HAVE_LONG_LONG
398 1.9 wiz
399 1.38 christos /* Define to 1 if you have the `lutimes' function. */
400 1.1 lukem #undef HAVE_LUTIMES
401 1.9 wiz
402 1.38 christos /* Define to 1 if you have the <machine/bswap.h> header file. */
403 1.9 wiz #undef HAVE_MACHINE_BSWAP_H
404 1.9 wiz
405 1.38 christos /* Define to 1 if you have the <machine/endian.h> header file. */
406 1.13 thorpej #undef HAVE_MACHINE_ENDIAN_H
407 1.13 thorpej
408 1.38 christos /* Define to 1 if you have the <malloc.h> header file. */
409 1.9 wiz #undef HAVE_MALLOC_H
410 1.9 wiz
411 1.38 christos /* Define to 1 if you have the <memory.h> header file. */
412 1.9 wiz #undef HAVE_MEMORY_H
413 1.9 wiz
414 1.38 christos /* Define to 1 if you have the `mkdtemp' function. */
415 1.9 wiz #undef HAVE_MKDTEMP
416 1.9 wiz
417 1.38 christos /* Define to 1 if you have the `mkstemp' function. */
418 1.1 lukem #undef HAVE_MKSTEMP
419 1.9 wiz
420 1.38 christos /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
421 1.9 wiz #undef HAVE_NDIR_H
422 1.9 wiz
423 1.38 christos /* Define to 1 if you have the <netconfig.h> header file. */
424 1.9 wiz #undef HAVE_NETCONFIG_H
425 1.9 wiz
426 1.38 christos /* Define to 1 if you have the <netdb.h> header file. */
427 1.9 wiz #undef HAVE_NETDB_H
428 1.9 wiz
429 1.38 christos /* Define to 1 if you have the <paths.h> header file. */
430 1.9 wiz #undef HAVE_PATHS_H
431 1.9 wiz
432 1.38 christos /* Define to 1 if you have the `poll' function. */
433 1.1 lukem #undef HAVE_POLL
434 1.9 wiz
435 1.38 christos /* Define to 1 if you have the `pread' function. */
436 1.1 lukem #undef HAVE_PREAD
437 1.9 wiz
438 1.38 christos /* Define to 1 if you have the <pthread.h> header file. */
439 1.26 apb #undef HAVE_PTHREAD_H
440 1.26 apb
441 1.38 christos /* Define to 1 if you have the `putc_unlocked' function. */
442 1.1 lukem #undef HAVE_PUTC_UNLOCKED
443 1.9 wiz
444 1.38 christos /* Define to 1 if you have the `pwcache_groupdb' function. */
445 1.19 christos #undef HAVE_PWCACHE_GROUPDB
446 1.19 christos
447 1.38 christos /* Define to 1 if you have the `pwcache_userdb' function. */
448 1.1 lukem #undef HAVE_PWCACHE_USERDB
449 1.9 wiz
450 1.38 christos /* Define to 1 if you have the <pwd.h> header file. */
451 1.9 wiz #undef HAVE_PWD_H
452 1.9 wiz
453 1.38 christos /* Define to 1 if you have the `pwrite' function. */
454 1.1 lukem #undef HAVE_PWRITE
455 1.9 wiz
456 1.38 christos /* Define to 1 if you have the `raise_default_signal' function. */
457 1.18 lukem #undef HAVE_RAISE_DEFAULT_SIGNAL
458 1.18 lukem
459 1.38 christos /* Define to 1 if you have the `random' function. */
460 1.1 lukem #undef HAVE_RANDOM
461 1.9 wiz
462 1.38 christos /* Define to 1 if you have the `reallocarr' function. */
463 1.37 kamil #undef HAVE_REALLOCARR
464 1.37 kamil
465 1.38 christos /* Define to 1 if you have the <resolv.h> header file. */
466 1.21 tsutsui #undef HAVE_RESOLV_H
467 1.21 tsutsui
468 1.38 christos /* Define to 1 if you have the <rpc/types.h> header file. */
469 1.9 wiz #undef HAVE_RPC_TYPES_H
470 1.9 wiz
471 1.38 christos /* Define to 1 if you have the `setenv' function. */
472 1.1 lukem #undef HAVE_SETENV
473 1.9 wiz
474 1.38 christos /* Define to 1 if you have the `setgroupent' function. */
475 1.1 lukem #undef HAVE_SETGROUPENT
476 1.9 wiz
477 1.38 christos /* Define to 1 if you have the `setpassent' function. */
478 1.1 lukem #undef HAVE_SETPASSENT
479 1.9 wiz
480 1.38 christos /* Define to 1 if you have the `setprogname' function. */
481 1.1 lukem #undef HAVE_SETPROGNAME
482 1.9 wiz
483 1.38 christos /* Define to 1 if you have the <signal.h> header file. */
484 1.9 wiz #undef HAVE_SIGNAL_H
485 1.9 wiz
486 1.38 christos /* Define to 1 if you have the `snprintb_m' function. */
487 1.31 apb #undef HAVE_SNPRINTB_M
488 1.31 apb
489 1.38 christos /* Define to 1 if you have the `snprintf' function. */
490 1.1 lukem #undef HAVE_SNPRINTF
491 1.9 wiz
492 1.9 wiz /* Define if you have the socklen_t type. */
493 1.9 wiz #undef HAVE_SOCKLEN_T
494 1.9 wiz
495 1.38 christos /* Define to 1 if you have the <stdarg.h> header file. */
496 1.9 wiz #undef HAVE_STDARG_H
497 1.9 wiz
498 1.38 christos /* Define to 1 if you have the <stddef.h> header file. */
499 1.9 wiz #undef HAVE_STDDEF_H
500 1.9 wiz
501 1.38 christos /* Define to 1 if you have the <stdint.h> header file. */
502 1.9 wiz #undef HAVE_STDINT_H
503 1.9 wiz
504 1.38 christos /* Define to 1 if you have the <stdio.h> header file. */
505 1.9 wiz #undef HAVE_STDIO_H
506 1.9 wiz
507 1.38 christos /* Define to 1 if you have the <stdlib.h> header file. */
508 1.9 wiz #undef HAVE_STDLIB_H
509 1.9 wiz
510 1.38 christos /* Define to 1 if you have the <strings.h> header file. */
511 1.9 wiz #undef HAVE_STRINGS_H
512 1.9 wiz
513 1.38 christos /* Define to 1 if you have the <string.h> header file. */
514 1.9 wiz #undef HAVE_STRING_H
515 1.9 wiz
516 1.38 christos /* Define to 1 if you have the `strlcat' function. */
517 1.1 lukem #undef HAVE_STRLCAT
518 1.9 wiz
519 1.38 christos /* Define to 1 if you have the `strlcpy' function. */
520 1.1 lukem #undef HAVE_STRLCPY
521 1.9 wiz
522 1.38 christos /* Define to 1 if you have the `strmode' function. */
523 1.14 apb #undef HAVE_STRMODE
524 1.14 apb
525 1.38 christos /* Define to 1 if you have the `strndup' function. */
526 1.16 nakayama #undef HAVE_STRNDUP
527 1.16 nakayama
528 1.38 christos /* Define to 1 if you have the `strnlen' function. */
529 1.34 apb #undef HAVE_STRNLEN
530 1.34 apb
531 1.38 christos /* Define to 1 if you have the `strsep' function. */
532 1.1 lukem #undef HAVE_STRSEP
533 1.9 wiz
534 1.38 christos /* Define to 1 if you have the `strsuftoll' function. */
535 1.9 wiz #undef HAVE_STRSUFTOLL
536 1.9 wiz
537 1.38 christos /* Define to 1 if you have the `strtoi' function. */
538 1.36 christos #undef HAVE_STRTOI
539 1.36 christos
540 1.38 christos /* Define to 1 if you have the `strtoll' function. */
541 1.1 lukem #undef HAVE_STRTOLL
542 1.9 wiz
543 1.38 christos /* Define to 1 if you have the `strtou' function. */
544 1.36 christos #undef HAVE_STRTOU
545 1.36 christos
546 1.38 christos /* Define to 1 if `d_namlen' is a member of `struct dirent'. */
547 1.9 wiz #undef HAVE_STRUCT_DIRENT_D_NAMLEN
548 1.9 wiz
549 1.38 christos /* Define to 1 if `f_iosize' is a member of `struct statvfs'. */
550 1.9 wiz #undef HAVE_STRUCT_STATVFS_F_IOSIZE
551 1.9 wiz
552 1.38 christos /* Define to 1 if `st_atim' is a member of `struct stat'. */
553 1.9 wiz #undef HAVE_STRUCT_STAT_ST_ATIM
554 1.9 wiz
555 1.38 christos /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
556 1.9 wiz #undef HAVE_STRUCT_STAT_ST_BIRTHTIME
557 1.9 wiz
558 1.38 christos /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
559 1.9 wiz #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
560 1.9 wiz
561 1.38 christos /* Define to 1 if `st_flags' is a member of `struct stat'. */
562 1.9 wiz #undef HAVE_STRUCT_STAT_ST_FLAGS
563 1.9 wiz
564 1.38 christos /* Define to 1 if `st_gen' is a member of `struct stat'. */
565 1.9 wiz #undef HAVE_STRUCT_STAT_ST_GEN
566 1.9 wiz
567 1.38 christos /* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
568 1.9 wiz #undef HAVE_STRUCT_STAT_ST_MTIMENSEC
569 1.9 wiz
570 1.38 christos /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
571 1.33 jmcneill #undef HAVE_STRUCT_TM_TM_GMTOFF
572 1.33 jmcneill
573 1.38 christos /* Define to 1 if you have the <sys/bswap.h> header file. */
574 1.9 wiz #undef HAVE_SYS_BSWAP_H
575 1.9 wiz
576 1.38 christos /* Define to 1 if you have the <sys/cdefs.h> header file. */
577 1.9 wiz #undef HAVE_SYS_CDEFS_H
578 1.9 wiz
579 1.38 christos /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
580 1.38 christos */
581 1.9 wiz #undef HAVE_SYS_DIR_H
582 1.9 wiz
583 1.38 christos /* Define to 1 if you have the <sys/endian.h> header file. */
584 1.25 tsutsui #undef HAVE_SYS_ENDIAN_H
585 1.25 tsutsui
586 1.38 christos /* Define to 1 if you have the <sys/featuretest.h> header file. */
587 1.9 wiz #undef HAVE_SYS_FEATURETEST_H
588 1.9 wiz
589 1.38 christos /* Define to 1 if you have the <sys/ioctl.h> header file. */
590 1.9 wiz #undef HAVE_SYS_IOCTL_H
591 1.9 wiz
592 1.38 christos /* Define to 1 if you have the <sys/mman.h> header file. */
593 1.9 wiz #undef HAVE_SYS_MMAN_H
594 1.9 wiz
595 1.38 christos /* Define to 1 if you have the <sys/mtio.h> header file. */
596 1.9 wiz #undef HAVE_SYS_MTIO_H
597 1.9 wiz
598 1.38 christos /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
599 1.38 christos */
600 1.9 wiz #undef HAVE_SYS_NDIR_H
601 1.9 wiz
602 1.38 christos /* Define to 1 if you have the <sys/param.h> header file. */
603 1.9 wiz #undef HAVE_SYS_PARAM_H
604 1.9 wiz
605 1.38 christos /* Define to 1 if you have the <sys/poll.h> header file. */
606 1.9 wiz #undef HAVE_SYS_POLL_H
607 1.9 wiz
608 1.38 christos /* Define to 1 if you have the <sys/socket.h> header file. */
609 1.9 wiz #undef HAVE_SYS_SOCKET_H
610 1.9 wiz
611 1.38 christos /* Define to 1 if you have the <sys/stat.h> header file. */
612 1.9 wiz #undef HAVE_SYS_STAT_H
613 1.9 wiz
614 1.38 christos /* Define to 1 if you have the <sys/syslimits.h> header file. */
615 1.9 wiz #undef HAVE_SYS_SYSLIMITS_H
616 1.9 wiz
617 1.38 christos /* Define to 1 if you have the <sys/sysmacros.h> header file. */
618 1.9 wiz #undef HAVE_SYS_SYSMACROS_H
619 1.9 wiz
620 1.38 christos /* Define to 1 if you have the <sys/time.h> header file. */
621 1.9 wiz #undef HAVE_SYS_TIME_H
622 1.9 wiz
623 1.38 christos /* Define to 1 if you have the <sys/types.h> header file. */
624 1.9 wiz #undef HAVE_SYS_TYPES_H
625 1.9 wiz
626 1.38 christos /* Define to 1 if you have the <sys/utsname.h> header file. */
627 1.9 wiz #undef HAVE_SYS_UTSNAME_H
628 1.9 wiz
629 1.38 christos /* Define to 1 if you have the <sys/wait.h> header file. */
630 1.9 wiz #undef HAVE_SYS_WAIT_H
631 1.9 wiz
632 1.38 christos /* Define to 1 if you have the <termios.h> header file. */
633 1.9 wiz #undef HAVE_TERMIOS_H
634 1.9 wiz
635 1.38 christos /* Define to 1 if you have the `uid_from_user' function. */
636 1.19 christos #undef HAVE_UID_FROM_USER
637 1.19 christos
638 1.38 christos /* Define to 1 if you have the <unistd.h> header file. */
639 1.9 wiz #undef HAVE_UNISTD_H
640 1.9 wiz
641 1.38 christos /* Define to 1 if you have the `user_from_uid' function. */
642 1.1 lukem #undef HAVE_USER_FROM_UID
643 1.9 wiz
644 1.38 christos /* Define to 1 if you have the <util.h> header file. */
645 1.9 wiz #undef HAVE_UTIL_H
646 1.9 wiz
647 1.38 christos /* Define to 1 if the system has the type `u_char'. */
648 1.9 wiz #undef HAVE_U_CHAR
649 1.9 wiz
650 1.38 christos /* Define to 1 if the system has the type `u_int'. */
651 1.9 wiz #undef HAVE_U_INT
652 1.9 wiz
653 1.38 christos /* Define to 1 if the system has the type `u_long'. */
654 1.9 wiz #undef HAVE_U_LONG
655 1.9 wiz
656 1.38 christos /* Define to 1 if the system has the type `u_quad_t'. */
657 1.9 wiz #undef HAVE_U_QUAD_T
658 1.9 wiz
659 1.38 christos /* Define to 1 if the system has the type `u_short'. */
660 1.9 wiz #undef HAVE_U_SHORT
661 1.9 wiz
662 1.38 christos /* Define to 1 if you have the `vasnprintf' function. */
663 1.9 wiz #undef HAVE_VASNPRINTF
664 1.9 wiz
665 1.38 christos /* Define to 1 if you have the `vasprintf' function. */
666 1.1 lukem #undef HAVE_VASPRINTF
667 1.9 wiz
668 1.38 christos /* Define to 1 if you have the `vsnprintf' function. */
669 1.1 lukem #undef HAVE_VSNPRINTF
670 1.1 lukem
671 1.38 christos /* Define to 1 if you have the `__fpurge' function. */
672 1.23 christos #undef HAVE___FPURGE
673 1.23 christos
674 1.38 christos /* Define to the address where bug reports for this package should be sent. */
675 1.38 christos #undef PACKAGE_BUGREPORT
676 1.38 christos
677 1.38 christos /* Define to the full name of this package. */
678 1.38 christos #undef PACKAGE_NAME
679 1.38 christos
680 1.38 christos /* Define to the full name and version of this package. */
681 1.38 christos #undef PACKAGE_STRING
682 1.38 christos
683 1.38 christos /* Define to the one symbol short name of this package. */
684 1.38 christos #undef PACKAGE_TARNAME
685 1.38 christos
686 1.38 christos /* Define to the home page for this package. */
687 1.38 christos #undef PACKAGE_URL
688 1.38 christos
689 1.38 christos /* Define to the version of this package. */
690 1.38 christos #undef PACKAGE_VERSION
691 1.38 christos
692 1.9 wiz /* Path to sh(1). */
693 1.9 wiz #undef PATH_BSHELL
694 1.9 wiz
695 1.9 wiz /* If using the C implementation of alloca, define if you know the
696 1.9 wiz direction of stack growth for your system; otherwise it will be
697 1.38 christos automatically deduced at runtime.
698 1.38 christos STACK_DIRECTION > 0 => grows toward higher addresses
699 1.38 christos STACK_DIRECTION < 0 => grows toward lower addresses
700 1.38 christos STACK_DIRECTION = 0 => direction of growth unknown */
701 1.9 wiz #undef STACK_DIRECTION
702 1.9 wiz
703 1.38 christos /* Define to 1 if you have the ANSI C header files. */
704 1.9 wiz #undef STDC_HEADERS
705 1.1 lukem
706 1.38 christos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
707 1.38 christos significant byte first (like Motorola and SPARC, unlike Intel). */
708 1.38 christos #if defined AC_APPLE_UNIVERSAL_BUILD
709 1.38 christos # if defined __BIG_ENDIAN__
710 1.38 christos # define WORDS_BIGENDIAN 1
711 1.38 christos # endif
712 1.38 christos #else
713 1.38 christos # ifndef WORDS_BIGENDIAN
714 1.38 christos # undef WORDS_BIGENDIAN
715 1.38 christos # endif
716 1.38 christos #endif
717 1.1 lukem
718 1.9 wiz /* Define for NetBSD headers. */
719 1.9 wiz #undef _POSIX_C_SOURCE
720 1.1 lukem
721 1.9 wiz /* Define for NetBSD headers. */
722 1.9 wiz #undef _POSIX_SOURCE
723 1.9 wiz
724 1.9 wiz /* Define for NetBSD headers. */
725 1.9 wiz #undef _XOPEN_SOURCE
726 1.9 wiz
727 1.38 christos /* Define to `unsigned int' if <sys/types.h> does not define. */
728 1.1 lukem #undef size_t
729 1.9 wiz
730 1.9 wiz /* Define if you have uint16_t, but not u_int16_t. */
731 1.9 wiz #undef u_int16_t
732 1.9 wiz
733 1.9 wiz /* Define if you have uint32_t, but not u_int32_t. */
734 1.9 wiz #undef u_int32_t
735 1.9 wiz
736 1.9 wiz /* Define if you have uint64_t, but not u_int64_t. */
737 1.9 wiz #undef u_int64_t
738 1.9 wiz
739 1.9 wiz /* Define if you have uint8_t, but not u_int8_t. */
740 1.9 wiz #undef u_int8_t
741 1.9 wiz
742 1.9 wiz /* Define if you have u_int16_t, but not uint16_t. */
743 1.1 lukem #undef uint16_t
744 1.9 wiz
745 1.9 wiz /* Define if you have u_int32_t, but not uint32_t. */
746 1.1 lukem #undef uint32_t
747 1.9 wiz
748 1.9 wiz /* Define if you have u_int64_t, but not uint64_t. */
749 1.1 lukem #undef uint64_t
750 1.1 lukem
751 1.9 wiz /* Define if you have u_int8_t, but not uint8_t. */
752 1.9 wiz #undef uint8_t
753 1.1 lukem
754 1.1 lukem #include "compat_defs.h"
755 1.9 wiz #endif /* !__NETBSD_NBTOOL_CONFIG_H__ */
756