1 /* $NetBSD: nbtool_config.h.in,v 1.3 2004/06/18 20:07:31 thorpej 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_INTTYPES_H 15 #undef HAVE_LIBGEN_H 16 #undef HAVE_NDIR_H 17 #undef HAVE_NETDB_H 18 #undef HAVE_MACHINE_BSWAP_H 19 #undef HAVE_MALLOC_H 20 #undef HAVE_SYS_POLL_H 21 #undef HAVE_STDDEF_H 22 #undef HAVE_STRING_H 23 #undef HAVE_SYS_DIR_H 24 #undef HAVE_SYS_ENDIAN_H 25 #undef HAVE_SYS_NDIR_H 26 #undef HAVE_SYS_SYSLIMITS_H 27 #undef HAVE_SYS_SYSMACROS_H 28 #undef HAVE_SYS_TYPES_H 29 #undef HAVE_TERMIOS_H 30 #undef HAVE_UNISTD_H 31 #undef STDC_HEADERS 32 33 #undef HAVE_ID_T 34 #undef HAVE_SOCKLEN_T 35 #undef HAVE_LONG_LONG 36 #undef HAVE_U_LONG 37 #undef HAVE_U_QUAD_T 38 39 #undef HAVE_DIR_DD_FD 40 #undef HAVE_STRUCT_DIRENT_D_NAMLEN 41 #undef HAVE_STRUCT_STAT_ST_FLAGS 42 #undef HAVE_STRUCT_STAT_ST_GEN 43 #undef HAVE_STRUCT_STAT_ST_BIRTHTIME 44 #undef HAVE_STRUCT_STAT_ST_ATIM 45 #undef HAVE_STRUCT_STAT_ST_MTIMENSEC 46 #undef HAVE_STRUCT_STATFS_F_IOSIZE 47 48 #undef HAVE_DECL_OPTIND 49 #undef HAVE_DECL_OPTRESET 50 #undef HAVE_DECL_SYS_SIGNAME 51 52 #undef HAVE_ASPRINTF 53 #undef HAVE_ASNPRINTF 54 #undef HAVE_BASENAME 55 #undef HAVE_CGETNEXT 56 #undef HAVE_DEVNAME 57 #undef HAVE_DIRFD 58 #undef HAVE_DIRNAME 59 #undef HAVE_FGETLN 60 #undef HAVE_FLOCK 61 #undef HAVE_FPARSELN 62 #undef HAVE_FUTIMES 63 #undef HAVE_GETOPT 64 #undef HAVE_GETOPT_LONG 65 #undef HAVE_GROUP_FROM_GID 66 #undef HAVE_ISBLANK 67 #undef HAVE_ISSETUGID 68 #undef HAVE_LCHFLAGS 69 #undef HAVE_LCHMOD 70 #undef HAVE_LCHOWN 71 #undef HAVE_LUTIMES 72 #undef HAVE_MKSTEMP 73 #undef HAVE_MKDTEMP 74 #undef HAVE_POLL 75 #undef HAVE_PREAD 76 #undef HAVE_PUTC_UNLOCKED 77 #undef HAVE_PWCACHE_USERDB 78 #undef HAVE_PWRITE 79 #undef HAVE_RANDOM 80 #undef HAVE_SETENV 81 #undef HAVE_SETGROUPENT 82 #undef HAVE_SETPASSENT 83 #undef HAVE_SETPROGNAME 84 #undef HAVE_SNPRINTF 85 #undef HAVE_STRLCAT 86 #undef HAVE_STRLCPY 87 #undef HAVE_STRSEP 88 #undef HAVE_STRSUFTOULL 89 #undef HAVE_STRTOLL 90 #undef HAVE_USER_FROM_UID 91 #undef HAVE_VASPRINTF 92 #undef HAVE_VASNPRINTF 93 #undef HAVE_VSNPRINTF 94 95 #undef HAVE_DECL_SETGROUPENT 96 #undef HAVE_DECL_SETPASSENT 97 98 #undef WORDS_BIGENDIAN 99 100 /* Typedefs that might be missing. */ 101 102 #undef size_t 103 #undef uint8_t 104 #undef uint16_t 105 #undef uint32_t 106 #undef uint64_t 107 #undef u_int8_t 108 #undef u_int16_t 109 #undef u_int32_t 110 #undef u_int64_t 111 112 /* Now pull in the compatibility definitions. */ 113 114 #include "compat_defs.h" 115 116 #endif /* !__NETBSD_NBTOOL_CONFIG_H__ */ 117