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