1 /* $NetBSD: nbtool_config.h.in,v 1.2 2003/11/12 19:43:58 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_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_ISBLANK 66 #undef HAVE_ISSETUGID 67 #undef HAVE_LCHFLAGS 68 #undef HAVE_LCHMOD 69 #undef HAVE_LCHOWN 70 #undef HAVE_LUTIMES 71 #undef HAVE_MKSTEMP 72 #undef HAVE_MKDTEMP 73 #undef HAVE_POLL 74 #undef HAVE_PREAD 75 #undef HAVE_PUTC_UNLOCKED 76 #undef HAVE_PWCACHE_USERDB 77 #undef HAVE_PWRITE 78 #undef HAVE_RANDOM 79 #undef HAVE_SETENV 80 #undef HAVE_SETGROUPENT 81 #undef HAVE_SETPASSENT 82 #undef HAVE_SETPROGNAME 83 #undef HAVE_SNPRINTF 84 #undef HAVE_STRLCAT 85 #undef HAVE_STRLCPY 86 #undef HAVE_STRSEP 87 #undef HAVE_STRSUFTOULL 88 #undef HAVE_STRTOLL 89 #undef HAVE_USER_FROM_UID 90 #undef HAVE_VASPRINTF 91 #undef HAVE_VASNPRINTF 92 #undef HAVE_VSNPRINTF 93 94 #undef HAVE_DECL_SETGROUPENT 95 #undef HAVE_DECL_SETPASSENT 96 97 #undef WORDS_BIGENDIAN 98 99 /* Typedefs that might be missing. */ 100 101 #undef size_t 102 #undef uint8_t 103 #undef uint16_t 104 #undef uint32_t 105 #undef uint64_t 106 #undef u_int8_t 107 #undef u_int16_t 108 #undef u_int32_t 109 #undef u_int64_t 110 111 /* Now pull in the compatibility definitions. */ 112 113 #include "compat_defs.h" 114 115 #endif /* !__NETBSD_NBTOOL_CONFIG_H__ */ 116