Home | History | Annotate | Line # | Download | only in compat
nbtool_config.h.in revision 1.8
      1 /*	$NetBSD: nbtool_config.h.in,v 1.8 2006/02/09 22:03:15 dogcow Exp $	*/
      2 
      3 #ifndef	__NETBSD_NBTOOL_CONFIG_H__
      4 #define	__NETBSD_NBTOOL_CONFIG_H__
      5 
      6 /* Values set by "configure" based on available functions in the host. */
      7 
      8 #undef PATH_BSHELL
      9 
     10 #undef HAVE_ALLOCA_H
     11 #undef HAVE_DIRENT_H
     12 #undef HAVE_ERR_H
     13 #undef HAVE_FEATURES_H
     14 #undef HAVE_GETOPT_H
     15 #undef HAVE_INTTYPES_H
     16 #undef HAVE_LIBGEN_H
     17 #undef HAVE_NDIR_H
     18 #undef HAVE_NETDB_H
     19 #undef HAVE_MACHINE_BSWAP_H
     20 #undef HAVE_MALLOC_H
     21 #undef HAVE_SYS_POLL_H
     22 #undef HAVE_STDDEF_H
     23 #undef HAVE_STRING_H
     24 #undef HAVE_SYS_DIR_H
     25 #undef HAVE_SYS_ENDIAN_H
     26 #undef HAVE_SYS_NDIR_H
     27 #undef HAVE_SYS_SYSLIMITS_H
     28 #undef HAVE_SYS_SYSMACROS_H
     29 #undef HAVE_SYS_TYPES_H
     30 #undef HAVE_TERMIOS_H
     31 #undef HAVE_UNISTD_H
     32 #undef STDC_HEADERS
     33 
     34 #undef HAVE_ID_T
     35 #undef HAVE_SOCKLEN_T
     36 #undef HAVE_LONG_LONG
     37 #undef HAVE_U_LONG
     38 #undef HAVE_U_CHAR
     39 #undef HAVE_U_INT
     40 #undef HAVE_U_SHORT
     41 #undef HAVE_U_QUAD_T
     42 
     43 #undef HAVE_FSTATVFS
     44 
     45 #undef HAVE_DECL_BSWAP16
     46 #undef HAVE_DECL_BSWAP32
     47 #undef HAVE_DECL_BSWAP64
     48 #undef HAVE_DECL_HTOBE16
     49 #undef HAVE_DECL_HTOBE32
     50 #undef HAVE_DECL_HTOBE64
     51 #undef HAVE_DECL_HTOLE16
     52 #undef HAVE_DECL_HTOLE32
     53 #undef HAVE_DECL_HTOLE64
     54 #undef HAVE_DECL_BE16TOH
     55 #undef HAVE_DECL_BE32TOH
     56 #undef HAVE_DECL_BE64TOH
     57 #undef HAVE_DECL_LE16TOH
     58 #undef HAVE_DECL_LE32TOH
     59 #undef HAVE_DECL_LE64TOH
     60 
     61 #undef HAVE_DIR_DD_FD
     62 #undef HAVE_STRUCT_DIRENT_D_NAMLEN
     63 #undef HAVE_STRUCT_STAT_ST_FLAGS
     64 #undef HAVE_STRUCT_STAT_ST_GEN
     65 #undef HAVE_STRUCT_STAT_ST_BIRTHTIME
     66 #undef HAVE_STRUCT_STAT_ST_ATIM
     67 #undef HAVE_STRUCT_STAT_ST_MTIMENSEC
     68 #undef HAVE_STRUCT_STATVFS_F_IOSIZE
     69 
     70 #undef HAVE_DECL_OPTIND
     71 #undef HAVE_DECL_OPTRESET
     72 #undef HAVE_DECL_SYS_SIGNAME
     73 
     74 #undef HAVE_ASPRINTF
     75 #undef HAVE_ASNPRINTF
     76 #undef HAVE_BASENAME
     77 #undef HAVE_CGETNEXT
     78 #undef HAVE_DEVNAME
     79 #undef HAVE_DIRFD
     80 #undef HAVE_DIRNAME
     81 #undef HAVE_FGETLN
     82 #undef HAVE_FLOCK
     83 #undef HAVE_FPARSELN
     84 #undef HAVE_FUTIMES
     85 #undef HAVE_GETOPT
     86 #undef HAVE_GETOPT_LONG
     87 #undef HAVE_GROUP_FROM_GID
     88 #undef HAVE_ISBLANK
     89 #undef HAVE_ISSETUGID
     90 #undef HAVE_LCHFLAGS
     91 #undef HAVE_LCHMOD
     92 #undef HAVE_LCHOWN
     93 #undef HAVE_LUTIMES
     94 #undef HAVE_MKSTEMP
     95 #undef HAVE_MKDTEMP
     96 #undef HAVE_POLL
     97 #undef HAVE_PREAD
     98 #undef HAVE_PUTC_UNLOCKED
     99 #undef HAVE_PWCACHE_USERDB
    100 #undef HAVE_PWRITE
    101 #undef HAVE_RANDOM
    102 #undef HAVE_SETENV
    103 #undef HAVE_SETGROUPENT
    104 #undef HAVE_SETPASSENT
    105 #undef HAVE_SETPROGNAME
    106 #undef HAVE_SNPRINTF
    107 #undef HAVE_STRLCAT
    108 #undef HAVE_STRLCPY
    109 #undef HAVE_STRSEP
    110 #undef HAVE_STRSUFTOULL
    111 #undef HAVE_STRTOLL
    112 #undef HAVE_USER_FROM_UID
    113 #undef HAVE_VASPRINTF
    114 #undef HAVE_VASNPRINTF
    115 #undef HAVE_VSNPRINTF
    116 
    117 #undef HAVE_DECL_SETGROUPENT
    118 #undef HAVE_DECL_SETPASSENT
    119 
    120 #undef WORDS_BIGENDIAN
    121 
    122 /* Typedefs that might be missing. */
    123 
    124 #undef size_t
    125 #undef uint8_t
    126 #undef uint16_t
    127 #undef uint32_t
    128 #undef uint64_t
    129 #undef u_int8_t
    130 #undef u_int16_t
    131 #undef u_int32_t
    132 #undef u_int64_t
    133 
    134 /* Now pull in the compatibility definitions. */
    135 
    136 #include "compat_defs.h"
    137 
    138 #endif	/* !__NETBSD_NBTOOL_CONFIG_H__ */
    139