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