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