Home | History | Annotate | Line # | Download | only in compat
      1 /* nbtool_config.h.in.  Generated from configure.ac by autoheader.  */
      2 
      3 /*      $NetBSD: nbtool_config.h.in,v 1.61 2025/09/18 20:25:12 christos Exp $    */
      4 
      5 #ifndef __NETBSD_NBTOOL_CONFIG_H__
      6 #define __NETBSD_NBTOOL_CONFIG_H__
      7 
      8 /* Define if building universal (internal helper macro) */
      9 #undef AC_APPLE_UNIVERSAL_BUILD
     10 
     11 /* Define to 1 if your 'fparseln' function is broken. */
     12 #undef BROKEN_FPARSELN
     13 
     14 /* Define to 1 if using 'alloca.c'. */
     15 #undef C_ALLOCA
     16 
     17 /* Define to 1 if you have 'alloca', as a function or macro. */
     18 #undef HAVE_ALLOCA
     19 
     20 /* Define to 1 if <alloca.h> works. */
     21 #undef HAVE_ALLOCA_H
     22 
     23 /* Define to 1 if you have the <arpa/nameser.h> header file. */
     24 #undef HAVE_ARPA_NAMESER_H
     25 
     26 /* Define to 1 if you have the 'asnprintf' function. */
     27 #undef HAVE_ASNPRINTF
     28 
     29 /* Define to 1 if you have the 'asprintf' function. */
     30 #undef HAVE_ASPRINTF
     31 
     32 /* Define to 1 if you have the <assert.h> header file. */
     33 #undef HAVE_ASSERT_H
     34 
     35 /* Define to 1 if you have the 'atoll' function. */
     36 #undef HAVE_ATOLL
     37 
     38 /* Define to 1 if you have the 'basename' function. */
     39 #undef HAVE_BASENAME
     40 
     41 /* Define to 1 if you have the <ctype.h> header file. */
     42 #undef HAVE_CTYPE_H
     43 
     44 /* Define to 1 if you have the declaration of 'asnprintf', and to 0 if you
     45    don't. */
     46 #undef HAVE_DECL_ASNPRINTF
     47 
     48 /* Define to 1 if you have the declaration of 'asprintf', and to 0 if you
     49    don't. */
     50 #undef HAVE_DECL_ASPRINTF
     51 
     52 /* Define to 1 if you have the declaration of 'atoll', and to 0 if you don't.
     53    */
     54 #undef HAVE_DECL_ATOLL
     55 
     56 /* Define to 1 if you have the declaration of 'basename', and to 0 if you
     57    don't. */
     58 #undef HAVE_DECL_BASENAME
     59 
     60 /* Define to 1 if you have the declaration of 'be16dec', and to 0 if you
     61    don't. */
     62 #undef HAVE_DECL_BE16DEC
     63 
     64 /* Define to 1 if you have the declaration of 'be16enc', and to 0 if you
     65    don't. */
     66 #undef HAVE_DECL_BE16ENC
     67 
     68 /* Define to 1 if you have the declaration of 'be16toh', and to 0 if you
     69    don't. */
     70 #undef HAVE_DECL_BE16TOH
     71 
     72 /* Define to 1 if you have the declaration of 'be32dec', and to 0 if you
     73    don't. */
     74 #undef HAVE_DECL_BE32DEC
     75 
     76 /* Define to 1 if you have the declaration of 'be32enc', and to 0 if you
     77    don't. */
     78 #undef HAVE_DECL_BE32ENC
     79 
     80 /* Define to 1 if you have the declaration of 'be32toh', and to 0 if you
     81    don't. */
     82 #undef HAVE_DECL_BE32TOH
     83 
     84 /* Define to 1 if you have the declaration of 'be64dec', and to 0 if you
     85    don't. */
     86 #undef HAVE_DECL_BE64DEC
     87 
     88 /* Define to 1 if you have the declaration of 'be64enc', and to 0 if you
     89    don't. */
     90 #undef HAVE_DECL_BE64ENC
     91 
     92 /* Define to 1 if you have the declaration of 'be64toh', and to 0 if you
     93    don't. */
     94 #undef HAVE_DECL_BE64TOH
     95 
     96 /* Define to 1 if you have the declaration of 'bswap16', and to 0 if you
     97    don't. */
     98 #undef HAVE_DECL_BSWAP16
     99 
    100 /* Define to 1 if you have the declaration of 'bswap32', and to 0 if you
    101    don't. */
    102 #undef HAVE_DECL_BSWAP32
    103 
    104 /* Define to 1 if you have the declaration of 'bswap64', and to 0 if you
    105    don't. */
    106 #undef HAVE_DECL_BSWAP64
    107 
    108 /* Define to 1 if you have the declaration of 'dirname', and to 0 if you
    109    don't. */
    110 #undef HAVE_DECL_DIRNAME
    111 
    112 /* Define to 1 if you have the declaration of 'err', and to 0 if you don't. */
    113 #undef HAVE_DECL_ERR
    114 
    115 /* Define to 1 if you have the declaration of 'errc', and to 0 if you don't.
    116    */
    117 #undef HAVE_DECL_ERRC
    118 
    119 /* Define to 1 if you have the declaration of 'errx', and to 0 if you don't.
    120    */
    121 #undef HAVE_DECL_ERRX
    122 
    123 /* Define to 1 if you have the declaration of 'fgetln', and to 0 if you don't.
    124    */
    125 #undef HAVE_DECL_FGETLN
    126 
    127 /* Define to 1 if you have the declaration of 'fparseln', and to 0 if you
    128    don't. */
    129 #undef HAVE_DECL_FPARSELN
    130 
    131 /* Define to 1 if you have the declaration of 'fpurge', and to 0 if you don't.
    132    */
    133 #undef HAVE_DECL_FPURGE
    134 
    135 /* Define to 1 if you have the declaration of 'fstatvfs', and to 0 if you
    136    don't. */
    137 #undef HAVE_DECL_FSTATVFS
    138 
    139 /* Define to 1 if you have the declaration of 'getdelim', and to 0 if you
    140    don't. */
    141 #undef HAVE_DECL_GETDELIM
    142 
    143 /* Define to 1 if you have the declaration of 'getline', and to 0 if you
    144    don't. */
    145 #undef HAVE_DECL_GETLINE
    146 
    147 /* Define to 1 if you have the declaration of 'getprogname', and to 0 if you
    148    don't. */
    149 #undef HAVE_DECL_GETPROGNAME
    150 
    151 /* Define to 1 if you have the declaration of 'getsubopt', and to 0 if you
    152    don't. */
    153 #undef HAVE_DECL_GETSUBOPT
    154 
    155 /* Define to 1 if you have the declaration of 'gid_from_group', and to 0 if
    156    you don't. */
    157 #undef HAVE_DECL_GID_FROM_GROUP
    158 
    159 /* Define to 1 if you have the declaration of 'group_from_gid', and to 0 if
    160    you don't. */
    161 #undef HAVE_DECL_GROUP_FROM_GID
    162 
    163 /* Define to 1 if you have the declaration of 'heapsort', and to 0 if you
    164    don't. */
    165 #undef HAVE_DECL_HEAPSORT
    166 
    167 /* Define to 1 if you have the declaration of 'htobe16', and to 0 if you
    168    don't. */
    169 #undef HAVE_DECL_HTOBE16
    170 
    171 /* Define to 1 if you have the declaration of 'htobe32', and to 0 if you
    172    don't. */
    173 #undef HAVE_DECL_HTOBE32
    174 
    175 /* Define to 1 if you have the declaration of 'htobe64', and to 0 if you
    176    don't. */
    177 #undef HAVE_DECL_HTOBE64
    178 
    179 /* Define to 1 if you have the declaration of 'htole16', and to 0 if you
    180    don't. */
    181 #undef HAVE_DECL_HTOLE16
    182 
    183 /* Define to 1 if you have the declaration of 'htole32', and to 0 if you
    184    don't. */
    185 #undef HAVE_DECL_HTOLE32
    186 
    187 /* Define to 1 if you have the declaration of 'htole64', and to 0 if you
    188    don't. */
    189 #undef HAVE_DECL_HTOLE64
    190 
    191 /* Define to 1 if you have the declaration of 'isblank', and to 0 if you
    192    don't. */
    193 #undef HAVE_DECL_ISBLANK
    194 
    195 /* Define to 1 if you have the declaration of 'issetugid', and to 0 if you
    196    don't. */
    197 #undef HAVE_DECL_ISSETUGID
    198 
    199 /* Define to 1 if you have the declaration of 'lchflags', and to 0 if you
    200    don't. */
    201 #undef HAVE_DECL_LCHFLAGS
    202 
    203 /* Define to 1 if you have the declaration of 'lchmod', and to 0 if you don't.
    204    */
    205 #undef HAVE_DECL_LCHMOD
    206 
    207 /* Define to 1 if you have the declaration of 'lchown', and to 0 if you don't.
    208    */
    209 #undef HAVE_DECL_LCHOWN
    210 
    211 /* Define to 1 if you have the declaration of 'le16dec', and to 0 if you
    212    don't. */
    213 #undef HAVE_DECL_LE16DEC
    214 
    215 /* Define to 1 if you have the declaration of 'le16enc', and to 0 if you
    216    don't. */
    217 #undef HAVE_DECL_LE16ENC
    218 
    219 /* Define to 1 if you have the declaration of 'le16toh', and to 0 if you
    220    don't. */
    221 #undef HAVE_DECL_LE16TOH
    222 
    223 /* Define to 1 if you have the declaration of 'le32dec', and to 0 if you
    224    don't. */
    225 #undef HAVE_DECL_LE32DEC
    226 
    227 /* Define to 1 if you have the declaration of 'le32enc', and to 0 if you
    228    don't. */
    229 #undef HAVE_DECL_LE32ENC
    230 
    231 /* Define to 1 if you have the declaration of 'le32toh', and to 0 if you
    232    don't. */
    233 #undef HAVE_DECL_LE32TOH
    234 
    235 /* Define to 1 if you have the declaration of 'le64dec', and to 0 if you
    236    don't. */
    237 #undef HAVE_DECL_LE64DEC
    238 
    239 /* Define to 1 if you have the declaration of 'le64enc', and to 0 if you
    240    don't. */
    241 #undef HAVE_DECL_LE64ENC
    242 
    243 /* Define to 1 if you have the declaration of 'le64toh', and to 0 if you
    244    don't. */
    245 #undef HAVE_DECL_LE64TOH
    246 
    247 /* Define to 1 if you have the declaration of 'mi_vector_hash', and to 0 if
    248    you don't. */
    249 #undef HAVE_DECL_MI_VECTOR_HASH
    250 
    251 /* Define to 1 if you have the declaration of 'mkdtemp', and to 0 if you
    252    don't. */
    253 #undef HAVE_DECL_MKDTEMP
    254 
    255 /* Define to 1 if you have the declaration of 'mkstemp', and to 0 if you
    256    don't. */
    257 #undef HAVE_DECL_MKSTEMP
    258 
    259 /* Define to 1 if you have the declaration of 'mkstemps', and to 0 if you
    260    don't. */
    261 #undef HAVE_DECL_MKSTEMPS
    262 
    263 /* Define to 1 if you have the declaration of 'optind', and to 0 if you don't.
    264    */
    265 #undef HAVE_DECL_OPTIND
    266 
    267 /* Define to 1 if you have the declaration of 'optreset', and to 0 if you
    268    don't. */
    269 #undef HAVE_DECL_OPTRESET
    270 
    271 /* Define to 1 if you have the declaration of 'pread', and to 0 if you don't.
    272    */
    273 #undef HAVE_DECL_PREAD
    274 
    275 /* Define to 1 if you have the declaration of 'pwcache_groupdb', and to 0 if
    276    you don't. */
    277 #undef HAVE_DECL_PWCACHE_GROUPDB
    278 
    279 /* Define to 1 if you have the declaration of 'pwcache_userdb', and to 0 if
    280    you don't. */
    281 #undef HAVE_DECL_PWCACHE_USERDB
    282 
    283 /* Define to 1 if you have the declaration of 'pwrite', and to 0 if you don't.
    284    */
    285 #undef HAVE_DECL_PWRITE
    286 
    287 /* Define to 1 if you have the declaration of 'raise_default_signal', and to 0
    288    if you don't. */
    289 #undef HAVE_DECL_RAISE_DEFAULT_SIGNAL
    290 
    291 /* Define to 1 if you have the declaration of 'reallocarr', and to 0 if you
    292    don't. */
    293 #undef HAVE_DECL_REALLOCARR
    294 
    295 /* Define to 1 if you have the declaration of 'reallocarray', and to 0 if you
    296    don't. */
    297 #undef HAVE_DECL_REALLOCARRAY
    298 
    299 /* Define to 1 if you have the declaration of 'setenv', and to 0 if you don't.
    300    */
    301 #undef HAVE_DECL_SETENV
    302 
    303 /* Define to 1 if you have the declaration of 'setgroupent', and to 0 if you
    304    don't. */
    305 #undef HAVE_DECL_SETGROUPENT
    306 
    307 /* Define to 1 if you have the declaration of 'setpassent', and to 0 if you
    308    don't. */
    309 #undef HAVE_DECL_SETPASSENT
    310 
    311 /* Define to 1 if you have the declaration of 'setprogname', and to 0 if you
    312    don't. */
    313 #undef HAVE_DECL_SETPROGNAME
    314 
    315 /* Define to 1 if you have the declaration of 'shquote', and to 0 if you
    316    don't. */
    317 #undef HAVE_DECL_SHQUOTE
    318 
    319 /* Define to 1 if you have the declaration of 'snprintf', and to 0 if you
    320    don't. */
    321 #undef HAVE_DECL_SNPRINTF
    322 
    323 /* Define to 1 if you have the declaration of 'strcasecmp', and to 0 if you
    324    don't. */
    325 #undef HAVE_DECL_STRCASECMP
    326 
    327 /* Define to 1 if you have the declaration of 'strcasestr', and to 0 if you
    328    don't. */
    329 #undef HAVE_DECL_STRCASESTR
    330 
    331 /* Define to 1 if you have the declaration of 'strlcat', and to 0 if you
    332    don't. */
    333 #undef HAVE_DECL_STRLCAT
    334 
    335 /* Define to 1 if you have the declaration of 'strlcpy', and to 0 if you
    336    don't. */
    337 #undef HAVE_DECL_STRLCPY
    338 
    339 /* Define to 1 if you have the declaration of 'strmode', and to 0 if you
    340    don't. */
    341 #undef HAVE_DECL_STRMODE
    342 
    343 /* Define to 1 if you have the declaration of 'strncasecmp', and to 0 if you
    344    don't. */
    345 #undef HAVE_DECL_STRNCASECMP
    346 
    347 /* Define to 1 if you have the declaration of 'strndup', and to 0 if you
    348    don't. */
    349 #undef HAVE_DECL_STRNDUP
    350 
    351 /* Define to 1 if you have the declaration of 'strnlen', and to 0 if you
    352    don't. */
    353 #undef HAVE_DECL_STRNLEN
    354 
    355 /* Define to 1 if you have the declaration of 'strsep', and to 0 if you don't.
    356    */
    357 #undef HAVE_DECL_STRSEP
    358 
    359 /* Define to 1 if you have the declaration of 'strsuftoll', and to 0 if you
    360    don't. */
    361 #undef HAVE_DECL_STRSUFTOLL
    362 
    363 /* Define to 1 if you have the declaration of 'strtoi', and to 0 if you don't.
    364    */
    365 #undef HAVE_DECL_STRTOI
    366 
    367 /* Define to 1 if you have the declaration of 'strtoll', and to 0 if you
    368    don't. */
    369 #undef HAVE_DECL_STRTOLL
    370 
    371 /* Define to 1 if you have the declaration of 'strtonum', and to 0 if you
    372    don't. */
    373 #undef HAVE_DECL_STRTONUM
    374 
    375 /* Define to 1 if you have the declaration of 'strtou', and to 0 if you don't.
    376    */
    377 #undef HAVE_DECL_STRTOU
    378 
    379 /* Define to 1 if you have the declaration of 'sys_signame', and to 0 if you
    380    don't. */
    381 #undef HAVE_DECL_SYS_SIGNAME
    382 
    383 /* Define to 1 if you have the declaration of 'uid_from_user', and to 0 if you
    384    don't. */
    385 #undef HAVE_DECL_UID_FROM_USER
    386 
    387 /* Define to 1 if you have the declaration of 'user_from_uid', and to 0 if you
    388    don't. */
    389 #undef HAVE_DECL_USER_FROM_UID
    390 
    391 /* Define to 1 if you have the declaration of 'vasnprintf', and to 0 if you
    392    don't. */
    393 #undef HAVE_DECL_VASNPRINTF
    394 
    395 /* Define to 1 if you have the declaration of 'vasprintf', and to 0 if you
    396    don't. */
    397 #undef HAVE_DECL_VASPRINTF
    398 
    399 /* Define to 1 if you have the declaration of 'verrc', and to 0 if you don't.
    400    */
    401 #undef HAVE_DECL_VERRC
    402 
    403 /* Define to 1 if you have the declaration of 'verrx', and to 0 if you don't.
    404    */
    405 #undef HAVE_DECL_VERRX
    406 
    407 /* Define to 1 if you have the declaration of 'vsnprintf', and to 0 if you
    408    don't. */
    409 #undef HAVE_DECL_VSNPRINTF
    410 
    411 /* Define to 1 if you have the declaration of 'vsyslog', and to 0 if you
    412    don't. */
    413 #undef HAVE_DECL_VSYSLOG
    414 
    415 /* Define to 1 if you have the declaration of 'vwarnc', and to 0 if you don't.
    416    */
    417 #undef HAVE_DECL_VWARNC
    418 
    419 /* Define to 1 if you have the declaration of 'vwarnx', and to 0 if you don't.
    420    */
    421 #undef HAVE_DECL_VWARNX
    422 
    423 /* Define to 1 if you have the declaration of 'warn', and to 0 if you don't.
    424    */
    425 #undef HAVE_DECL_WARN
    426 
    427 /* Define to 1 if you have the declaration of 'warnc', and to 0 if you don't.
    428    */
    429 #undef HAVE_DECL_WARNC
    430 
    431 /* Define to 1 if you have the declaration of 'warnx', and to 0 if you don't.
    432    */
    433 #undef HAVE_DECL_WARNX
    434 
    435 /* Define to 1 if you have the 'devname' function. */
    436 #undef HAVE_DEVNAME
    437 
    438 /* Define to 1 if you have the <dirent.h> header file, and it defines 'DIR'.
    439    */
    440 #undef HAVE_DIRENT_H
    441 
    442 /* Define to 1 if you have the 'dirfd' function. */
    443 #undef HAVE_DIRFD
    444 
    445 /* Define to 1 if you have the 'dirname' function. */
    446 #undef HAVE_DIRNAME
    447 
    448 /* Define to 1 if 'dd_fd' is a member of 'DIR'. */
    449 #undef HAVE_DIR_DD_FD
    450 
    451 /* Define to 1 if '__dd_fd' is a member of 'DIR'. */
    452 #undef HAVE_DIR___DD_FD
    453 
    454 /* Define to 1 if you have the 'dispatch_semaphore_create' function. */
    455 #undef HAVE_DISPATCH_SEMAPHORE_CREATE
    456 
    457 /* Define to 1 if you have the 'dprintf' function. */
    458 #undef HAVE_DPRINTF
    459 
    460 /* Define if you have the enum uio_rw type. */
    461 #undef HAVE_ENUM_UIO_RW
    462 
    463 /* Define if you have the enum uio_seg type. */
    464 #undef HAVE_ENUM_UIO_SEG
    465 
    466 /* Define to 1 if you have the <errno.h> header file. */
    467 #undef HAVE_ERRNO_H
    468 
    469 /* Define to 1 if you have the <err.h> header file. */
    470 #undef HAVE_ERR_H
    471 
    472 /* Define to 1 if you have the 'esetfunc' function. */
    473 #undef HAVE_ESETFUNC
    474 
    475 /* Define to 1 if you have the <fcntl.h> header file. */
    476 #undef HAVE_FCNTL_H
    477 
    478 /* Define to 1 if you have the <features.h> header file. */
    479 #undef HAVE_FEATURES_H
    480 
    481 /* Define to 1 if you have the 'fgetln' function. */
    482 #undef HAVE_FGETLN
    483 
    484 /* Define to 1 if you have the 'flock' function. */
    485 #undef HAVE_FLOCK
    486 
    487 /* Define to 1 if you have the 'fparseln' function. */
    488 #undef HAVE_FPARSELN
    489 
    490 /* Define to 1 if you have the 'fpurge' function. */
    491 #undef HAVE_FPURGE
    492 
    493 /* Define to 1 if you have the 'futimes' function. */
    494 #undef HAVE_FUTIMES
    495 
    496 /* Define to 1 if you have the 'getline' function. */
    497 #undef HAVE_GETLINE
    498 
    499 /* Define to 1 if you have the 'getopt' function. */
    500 #undef HAVE_GETOPT
    501 
    502 /* Define to 1 if you have the <getopt.h> header file. */
    503 #undef HAVE_GETOPT_H
    504 
    505 /* Define to 1 if you have the 'getopt_long' function. */
    506 #undef HAVE_GETOPT_LONG
    507 
    508 /* Define to 1 if you have the 'gid_from_group' function. */
    509 #undef HAVE_GID_FROM_GROUP
    510 
    511 /* Define to 1 if you have the 'group_from_gid' function. */
    512 #undef HAVE_GROUP_FROM_GID
    513 
    514 /* Define to 1 if you have the <grp.h> header file. */
    515 #undef HAVE_GRP_H
    516 
    517 /* Define to 1 if you have the 'heapsort' function. */
    518 #undef HAVE_HEAPSORT
    519 
    520 /* Define to 1 if the system has the type 'id_t'. */
    521 #undef HAVE_ID_T
    522 
    523 /* Define to 1 if you have the <inttypes.h> header file. */
    524 #undef HAVE_INTTYPES_H
    525 
    526 /* Define to 1 if you have the 'isblank' function. */
    527 #undef HAVE_ISBLANK
    528 
    529 /* Define to 1 if you have the 'issetugid' function. */
    530 #undef HAVE_ISSETUGID
    531 
    532 /* Define to 1 if you have the 'lchflags' function. */
    533 #undef HAVE_LCHFLAGS
    534 
    535 /* Define to 1 if you have the 'lchmod' function. */
    536 #undef HAVE_LCHMOD
    537 
    538 /* Define to 1 if you have the 'lchown' function. */
    539 #undef HAVE_LCHOWN
    540 
    541 /* Define to 1 if you have the <libgen.h> header file. */
    542 #undef HAVE_LIBGEN_H
    543 
    544 /* Define to 1 if you have the 'regex' library (-lregex). */
    545 #undef HAVE_LIBREGEX
    546 
    547 /* Define to 1 if you have the 'rt' library (-lrt). */
    548 #undef HAVE_LIBRT
    549 
    550 /* Define to 1 if you have the 'z' library (-lz). */
    551 #undef HAVE_LIBZ
    552 
    553 /* Define to 1 if you have the <limits.h> header file. */
    554 #undef HAVE_LIMITS_H
    555 
    556 /* Define to 1 if you have the <locale.h> header file. */
    557 #undef HAVE_LOCALE_H
    558 
    559 /* Define to 1 if the system has the type 'long long'. */
    560 #undef HAVE_LONG_LONG
    561 
    562 /* Define to 1 if you have the 'lutimes' function. */
    563 #undef HAVE_LUTIMES
    564 
    565 /* Define to 1 if you have the <machine/bswap.h> header file. */
    566 #undef HAVE_MACHINE_BSWAP_H
    567 
    568 /* Define to 1 if you have the <machine/endian.h> header file. */
    569 #undef HAVE_MACHINE_ENDIAN_H
    570 
    571 /* Define to 1 if you have the <malloc.h> header file. */
    572 #undef HAVE_MALLOC_H
    573 
    574 /* Define to 1 if you have the 'mkdtemp' function. */
    575 #undef HAVE_MKDTEMP
    576 
    577 /* Define to 1 if you have the 'mkstemp' function. */
    578 #undef HAVE_MKSTEMP
    579 
    580 /* Define to 1 if you have the 'mkstemps' function. */
    581 #undef HAVE_MKSTEMPS
    582 
    583 /* Define to 1 if you have the <ndir.h> header file, and it defines 'DIR'. */
    584 #undef HAVE_NDIR_H
    585 
    586 /* Define to 1 if you have the <netconfig.h> header file. */
    587 #undef HAVE_NETCONFIG_H
    588 
    589 /* Define to 1 if you have the <netdb.h> header file. */
    590 #undef HAVE_NETDB_H
    591 
    592 /* Define to 1 if you have the <paths.h> header file. */
    593 #undef HAVE_PATHS_H
    594 
    595 /* Define to 1 if you have the 'poll' function. */
    596 #undef HAVE_POLL
    597 
    598 /* Define to 1 if you have the 'posix_spawn' function. */
    599 #undef HAVE_POSIX_SPAWN
    600 
    601 /* Define to 1 if you have the 'pread' function. */
    602 #undef HAVE_PREAD
    603 
    604 /* Define to 1 if you have the <pthread.h> header file. */
    605 #undef HAVE_PTHREAD_H
    606 
    607 /* Define to 1 if you have the 'putc_unlocked' function. */
    608 #undef HAVE_PUTC_UNLOCKED
    609 
    610 /* Define to 1 if you have the 'pwcache_groupdb' function. */
    611 #undef HAVE_PWCACHE_GROUPDB
    612 
    613 /* Define to 1 if you have the 'pwcache_userdb' function. */
    614 #undef HAVE_PWCACHE_USERDB
    615 
    616 /* Define to 1 if you have the <pwd.h> header file. */
    617 #undef HAVE_PWD_H
    618 
    619 /* Define to 1 if you have the 'pwrite' function. */
    620 #undef HAVE_PWRITE
    621 
    622 /* Define to 1 if you have the 'raise_default_signal' function. */
    623 #undef HAVE_RAISE_DEFAULT_SIGNAL
    624 
    625 /* Define to 1 if you have the 'random' function. */
    626 #undef HAVE_RANDOM
    627 
    628 /* Define to 1 if you have the 'reallocarr' function. */
    629 #undef HAVE_REALLOCARR
    630 
    631 /* Define to 1 if you have the 'reallocarray' function. */
    632 #undef HAVE_REALLOCARRAY
    633 
    634 /* Define to 1 if you have the <resolv.h> header file. */
    635 #undef HAVE_RESOLV_H
    636 
    637 /* Define to 1 if you have the <rpc/types.h> header file. */
    638 #undef HAVE_RPC_TYPES_H
    639 
    640 /* Define to 1 if you have the 'setenv' function. */
    641 #undef HAVE_SETENV
    642 
    643 /* Define to 1 if you have the 'setgroupent' function. */
    644 #undef HAVE_SETGROUPENT
    645 
    646 /* Define to 1 if you have the 'setpassent' function. */
    647 #undef HAVE_SETPASSENT
    648 
    649 /* Define to 1 if you have the 'setprogname' function. */
    650 #undef HAVE_SETPROGNAME
    651 
    652 /* Define to 1 if you have the <signal.h> header file. */
    653 #undef HAVE_SIGNAL_H
    654 
    655 /* Define to 1 if you have the 'snprintb_m' function. */
    656 #undef HAVE_SNPRINTB_M
    657 
    658 /* Define to 1 if you have the 'snprintf' function. */
    659 #undef HAVE_SNPRINTF
    660 
    661 /* Define if you have the socklen_t type. */
    662 #undef HAVE_SOCKLEN_T
    663 
    664 /* Define to 1 if you have the <stdarg.h> header file. */
    665 #undef HAVE_STDARG_H
    666 
    667 /* Define to 1 if you have the <stddef.h> header file. */
    668 #undef HAVE_STDDEF_H
    669 
    670 /* Define to 1 if you have the <stdint.h> header file. */
    671 #undef HAVE_STDINT_H
    672 
    673 /* Define to 1 if you have the <stdio_ext.h> header file. */
    674 #undef HAVE_STDIO_EXT_H
    675 
    676 /* Define to 1 if you have the <stdio.h> header file. */
    677 #undef HAVE_STDIO_H
    678 
    679 /* Define to 1 if you have the <stdlib.h> header file. */
    680 #undef HAVE_STDLIB_H
    681 
    682 /* Define to 1 if you have the 'strcasecmp' function. */
    683 #undef HAVE_STRCASECMP
    684 
    685 /* Define to 1 if you have the 'strcasestr' function. */
    686 #undef HAVE_STRCASESTR
    687 
    688 /* Define to 1 if you have the <strings.h> header file. */
    689 #undef HAVE_STRINGS_H
    690 
    691 /* Define to 1 if you have the <string.h> header file. */
    692 #undef HAVE_STRING_H
    693 
    694 /* Define to 1 if you have the 'strlcat' function. */
    695 #undef HAVE_STRLCAT
    696 
    697 /* Define to 1 if you have the 'strlcpy' function. */
    698 #undef HAVE_STRLCPY
    699 
    700 /* Define to 1 if you have the 'strmode' function. */
    701 #undef HAVE_STRMODE
    702 
    703 /* Define to 1 if you have the 'strncasecmp' function. */
    704 #undef HAVE_STRNCASECMP
    705 
    706 /* Define to 1 if you have the 'strndup' function. */
    707 #undef HAVE_STRNDUP
    708 
    709 /* Define to 1 if you have the 'strnlen' function. */
    710 #undef HAVE_STRNLEN
    711 
    712 /* Define to 1 if you have the 'strsep' function. */
    713 #undef HAVE_STRSEP
    714 
    715 /* Define to 1 if you have the 'strsuftoll' function. */
    716 #undef HAVE_STRSUFTOLL
    717 
    718 /* Define to 1 if you have the 'strtoi' function. */
    719 #undef HAVE_STRTOI
    720 
    721 /* Define to 1 if you have the 'strtoll' function. */
    722 #undef HAVE_STRTOLL
    723 
    724 /* Define to 1 if you have the 'strtonum' function. */
    725 #undef HAVE_STRTONUM
    726 
    727 /* Define to 1 if you have the 'strtou' function. */
    728 #undef HAVE_STRTOU
    729 
    730 /* Define to 1 if 'd_namlen' is a member of 'struct dirent'. */
    731 #undef HAVE_STRUCT_DIRENT_D_NAMLEN
    732 
    733 /* Define to 1 if 'f_iosize' is a member of 'struct statvfs'. */
    734 #undef HAVE_STRUCT_STATVFS_F_IOSIZE
    735 
    736 /* Define to 1 if 'st_atim' is a member of 'struct stat'. */
    737 #undef HAVE_STRUCT_STAT_ST_ATIM
    738 
    739 /* Define to 1 if 'st_birthtime' is a member of 'struct stat'. */
    740 #undef HAVE_STRUCT_STAT_ST_BIRTHTIME
    741 
    742 /* Define to 1 if 'st_birthtimensec' is a member of 'struct stat'. */
    743 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
    744 
    745 /* Define to 1 if 'st_flags' is a member of 'struct stat'. */
    746 #undef HAVE_STRUCT_STAT_ST_FLAGS
    747 
    748 /* Define to 1 if 'st_gen' is a member of 'struct stat'. */
    749 #undef HAVE_STRUCT_STAT_ST_GEN
    750 
    751 /* Define to 1 if 'st_mtimensec' is a member of 'struct stat'. */
    752 #undef HAVE_STRUCT_STAT_ST_MTIMENSEC
    753 
    754 /* Define to 1 if 'tm_gmtoff' is a member of 'struct tm'. */
    755 #undef HAVE_STRUCT_TM_TM_GMTOFF
    756 
    757 /* Define to 1 if you have the <sys/bswap.h> header file. */
    758 #undef HAVE_SYS_BSWAP_H
    759 
    760 /* Define to 1 if you have the <sys/cdefs.h> header file. */
    761 #undef HAVE_SYS_CDEFS_H
    762 
    763 /* Define to 1 if you have the <sys/dir.h> header file, and it defines 'DIR'.
    764    */
    765 #undef HAVE_SYS_DIR_H
    766 
    767 /* Define to 1 if you have the <sys/endian.h> header file. */
    768 #undef HAVE_SYS_ENDIAN_H
    769 
    770 /* Define to 1 if you have the <sys/featuretest.h> header file. */
    771 #undef HAVE_SYS_FEATURETEST_H
    772 
    773 /* Define to 1 if you have the <sys/ioctl.h> header file. */
    774 #undef HAVE_SYS_IOCTL_H
    775 
    776 /* Define to 1 if you have the <sys/mman.h> header file. */
    777 #undef HAVE_SYS_MMAN_H
    778 
    779 /* Define to 1 if you have the <sys/mtio.h> header file. */
    780 #undef HAVE_SYS_MTIO_H
    781 
    782 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines 'DIR'.
    783    */
    784 #undef HAVE_SYS_NDIR_H
    785 
    786 /* Define to 1 if you have the <sys/param.h> header file. */
    787 #undef HAVE_SYS_PARAM_H
    788 
    789 /* Define to 1 if you have the <sys/poll.h> header file. */
    790 #undef HAVE_SYS_POLL_H
    791 
    792 /* Define to 1 if you have the <sys/socket.h> header file. */
    793 #undef HAVE_SYS_SOCKET_H
    794 
    795 /* Define to 1 if you have the <sys/stat.h> header file. */
    796 #undef HAVE_SYS_STAT_H
    797 
    798 /* Define to 1 if you have the <sys/syslimits.h> header file. */
    799 #undef HAVE_SYS_SYSLIMITS_H
    800 
    801 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
    802 #undef HAVE_SYS_SYSMACROS_H
    803 
    804 /* Define to 1 if you have the <sys/time.h> header file. */
    805 #undef HAVE_SYS_TIME_H
    806 
    807 /* Define to 1 if you have the <sys/types.h> header file. */
    808 #undef HAVE_SYS_TYPES_H
    809 
    810 /* Define to 1 if you have the <sys/uio.h> header file. */
    811 #undef HAVE_SYS_UIO_H
    812 
    813 /* Define to 1 if you have the <sys/utsname.h> header file. */
    814 #undef HAVE_SYS_UTSNAME_H
    815 
    816 /* Define to 1 if you have the <sys/wait.h> header file. */
    817 #undef HAVE_SYS_WAIT_H
    818 
    819 /* Define to 1 if you have the <termios.h> header file. */
    820 #undef HAVE_TERMIOS_H
    821 
    822 /* Define to 1 if the system has the type 'uchar_t'. */
    823 #undef HAVE_UCHAR_T
    824 
    825 /* Define to 1 if you have the 'uid_from_user' function. */
    826 #undef HAVE_UID_FROM_USER
    827 
    828 /* Define to 1 if the system has the type 'uint_t'. */
    829 #undef HAVE_UINT_T
    830 
    831 /* Define to 1 if the system has the type 'ulong_t'. */
    832 #undef HAVE_ULONG_T
    833 
    834 /* Define to 1 if you have the <unistd.h> header file. */
    835 #undef HAVE_UNISTD_H
    836 
    837 /* Define to 1 if you have the 'user_from_uid' function. */
    838 #undef HAVE_USER_FROM_UID
    839 
    840 /* Define to 1 if the system has the type 'ushort_t'. */
    841 #undef HAVE_USHORT_T
    842 
    843 /* Define to 1 if you have the <util.h> header file. */
    844 #undef HAVE_UTIL_H
    845 
    846 /* Define to 1 if the system has the type 'u_char'. */
    847 #undef HAVE_U_CHAR
    848 
    849 /* Define to 1 if the system has the type 'u_int'. */
    850 #undef HAVE_U_INT
    851 
    852 /* Define to 1 if the system has the type 'u_long'. */
    853 #undef HAVE_U_LONG
    854 
    855 /* Define to 1 if the system has the type 'u_quad_t'. */
    856 #undef HAVE_U_QUAD_T
    857 
    858 /* Define to 1 if the system has the type 'u_short'. */
    859 #undef HAVE_U_SHORT
    860 
    861 /* Define to 1 if you have the 'vasnprintf' function. */
    862 #undef HAVE_VASNPRINTF
    863 
    864 /* Define to 1 if you have the 'vasprintf' function. */
    865 #undef HAVE_VASPRINTF
    866 
    867 /* Define to 1 if you have the 'vsnprintf' function. */
    868 #undef HAVE_VSNPRINTF
    869 
    870 /* Define to 1 if you have the '__fpurge' function. */
    871 #undef HAVE___FPURGE
    872 
    873 /* Define to the address where bug reports for this package should be sent. */
    874 #undef PACKAGE_BUGREPORT
    875 
    876 /* Define to the full name of this package. */
    877 #undef PACKAGE_NAME
    878 
    879 /* Define to the full name and version of this package. */
    880 #undef PACKAGE_STRING
    881 
    882 /* Define to the one symbol short name of this package. */
    883 #undef PACKAGE_TARNAME
    884 
    885 /* Define to the home page for this package. */
    886 #undef PACKAGE_URL
    887 
    888 /* Define to the version of this package. */
    889 #undef PACKAGE_VERSION
    890 
    891 /* Path to sh(1). */
    892 #undef PATH_BSHELL
    893 
    894 /* If using the C implementation of alloca, define if you know the
    895    direction of stack growth for your system; otherwise it will be
    896    automatically deduced at runtime.
    897 	STACK_DIRECTION > 0 => grows toward higher addresses
    898 	STACK_DIRECTION < 0 => grows toward lower addresses
    899 	STACK_DIRECTION = 0 => direction of growth unknown */
    900 #undef STACK_DIRECTION
    901 
    902 /* Define to 1 if all of the C89 standard headers exist (not just the ones
    903    required in a freestanding environment). This macro is provided for
    904    backward compatibility; new code need not use it. */
    905 #undef STDC_HEADERS
    906 
    907 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    908    significant byte first (like Motorola and SPARC, unlike Intel). */
    909 #if defined AC_APPLE_UNIVERSAL_BUILD
    910 # if defined __BIG_ENDIAN__
    911 #  define WORDS_BIGENDIAN 1
    912 # endif
    913 #else
    914 # ifndef WORDS_BIGENDIAN
    915 #  undef WORDS_BIGENDIAN
    916 # endif
    917 #endif
    918 
    919 /* Define for NetBSD headers. */
    920 #undef _POSIX_C_SOURCE
    921 
    922 /* Define for NetBSD headers. */
    923 #undef _POSIX_SOURCE
    924 
    925 /* Define for NetBSD headers. */
    926 #undef _XOPEN_SOURCE
    927 
    928 /* Define if you have int16_t, but not __int16_t. */
    929 #undef __int16_t
    930 
    931 /* Define if you have int32_t, but not __int32_t. */
    932 #undef __int32_t
    933 
    934 /* Define if you have int64_t, but not __int64_t. */
    935 #undef __int64_t
    936 
    937 /* Define if you have int8_t, but not __int8_t. */
    938 #undef __int8_t
    939 
    940 /* Define if you have uint16_t, but not __uint16_t. */
    941 #undef __uint16_t
    942 
    943 /* Define if you have uint32_t, but not __uint32_t. */
    944 #undef __uint32_t
    945 
    946 /* Define if you have uint64_t, but not __uint64_t. */
    947 #undef __uint64_t
    948 
    949 /* Define if you have uint8_t, but not __uint8_t. */
    950 #undef __uint8_t
    951 
    952 /* Define as 'unsigned int' if <stddef.h> doesn't define. */
    953 #undef size_t
    954 
    955 /* Define if you have uint16_t, but not u_int16_t. */
    956 #undef u_int16_t
    957 
    958 /* Define if you have uint32_t, but not u_int32_t. */
    959 #undef u_int32_t
    960 
    961 /* Define if you have uint64_t, but not u_int64_t. */
    962 #undef u_int64_t
    963 
    964 /* Define if you have uint8_t, but not u_int8_t. */
    965 #undef u_int8_t
    966 
    967 /* Define if you have u_int16_t, but not uint16_t. */
    968 #undef uint16_t
    969 
    970 /* Define if you have u_int32_t, but not uint32_t. */
    971 #undef uint32_t
    972 
    973 /* Define if you have u_int64_t, but not uint64_t. */
    974 #undef uint64_t
    975 
    976 /* Define if you have u_int8_t, but not uint8_t. */
    977 #undef uint8_t
    978 
    979 #include "compat_defs.h"
    980 #endif /* !__NETBSD_NBTOOL_CONFIG_H__ */
    981