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