Home | History | Annotate | Line # | Download | only in compat
nbtool_config.h.in revision 1.6
      1 /*	$NetBSD: nbtool_config.h.in,v 1.6 2004/07/24 16:32:01 dbj 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_BSWAP16
     44 #undef HAVE_BSWAP32
     45 #undef HAVE_BSWAP64
     46 #undef HAVE_HTOBE16
     47 #undef HAVE_HTOBE32
     48 #undef HAVE_HTOBE64
     49 #undef HAVE_HTOLE16
     50 #undef HAVE_HTOLE32
     51 #undef HAVE_HTOLE64
     52 #undef HAVE_BE16TOH
     53 #undef HAVE_BE32TOH
     54 #undef HAVE_BE64TOH
     55 #undef HAVE_LE16TOH
     56 #undef HAVE_LE32TOH
     57 #undef HAVE_LE64TOH
     58 
     59 #undef HAVE_DIR_DD_FD
     60 #undef HAVE_STRUCT_DIRENT_D_NAMLEN
     61 #undef HAVE_STRUCT_STAT_ST_FLAGS
     62 #undef HAVE_STRUCT_STAT_ST_GEN
     63 #undef HAVE_STRUCT_STAT_ST_BIRTHTIME
     64 #undef HAVE_STRUCT_STAT_ST_ATIM
     65 #undef HAVE_STRUCT_STAT_ST_MTIMENSEC
     66 #undef HAVE_STRUCT_STATVFS_F_IOSIZE
     67 
     68 #undef HAVE_DECL_OPTIND
     69 #undef HAVE_DECL_OPTRESET
     70 #undef HAVE_DECL_SYS_SIGNAME
     71 
     72 #undef HAVE_ASPRINTF
     73 #undef HAVE_ASNPRINTF
     74 #undef HAVE_BASENAME
     75 #undef HAVE_CGETNEXT
     76 #undef HAVE_DEVNAME
     77 #undef HAVE_DIRFD
     78 #undef HAVE_DIRNAME
     79 #undef HAVE_FGETLN
     80 #undef HAVE_FLOCK
     81 #undef HAVE_FPARSELN
     82 #undef HAVE_FUTIMES
     83 #undef HAVE_GETOPT
     84 #undef HAVE_GETOPT_LONG
     85 #undef HAVE_GROUP_FROM_GID
     86 #undef HAVE_ISBLANK
     87 #undef HAVE_ISSETUGID
     88 #undef HAVE_LCHFLAGS
     89 #undef HAVE_LCHMOD
     90 #undef HAVE_LCHOWN
     91 #undef HAVE_LUTIMES
     92 #undef HAVE_MKSTEMP
     93 #undef HAVE_MKDTEMP
     94 #undef HAVE_POLL
     95 #undef HAVE_PREAD
     96 #undef HAVE_PUTC_UNLOCKED
     97 #undef HAVE_PWCACHE_USERDB
     98 #undef HAVE_PWRITE
     99 #undef HAVE_RANDOM
    100 #undef HAVE_SETENV
    101 #undef HAVE_SETGROUPENT
    102 #undef HAVE_SETPASSENT
    103 #undef HAVE_SETPROGNAME
    104 #undef HAVE_SNPRINTF
    105 #undef HAVE_STRLCAT
    106 #undef HAVE_STRLCPY
    107 #undef HAVE_STRSEP
    108 #undef HAVE_STRSUFTOULL
    109 #undef HAVE_STRTOLL
    110 #undef HAVE_USER_FROM_UID
    111 #undef HAVE_VASPRINTF
    112 #undef HAVE_VASNPRINTF
    113 #undef HAVE_VSNPRINTF
    114 
    115 #undef HAVE_DECL_SETGROUPENT
    116 #undef HAVE_DECL_SETPASSENT
    117 
    118 #undef WORDS_BIGENDIAN
    119 
    120 /* Typedefs that might be missing. */
    121 
    122 #undef size_t
    123 #undef uint8_t
    124 #undef uint16_t
    125 #undef uint32_t
    126 #undef uint64_t
    127 #undef u_int8_t
    128 #undef u_int16_t
    129 #undef u_int32_t
    130 #undef u_int64_t
    131 
    132 /* Now pull in the compatibility definitions. */
    133 
    134 #include "compat_defs.h"
    135 
    136 #endif	/* !__NETBSD_NBTOOL_CONFIG_H__ */
    137