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