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