/* $NetBSD: config.h.in,v 1.7 2002/01/24 04:05:27 lukem Exp $ */ #ifndef __NETBSD_COMPAT_CONFIG_H__ #define __NETBSD_COMPAT_CONFIG_H__ /* Values set by "configure" based on available functions in the host. */ #undef HAVE_ERR_H #undef HAVE_INTTYPES_H #undef HAVE_LIBGEN_H #undef HAVE_STDDEF_H #undef HAVE_VIS_H #undef HAVE_ID_T #undef HAVE_STRUCT_STAT_ST_FLAGS #undef HAVE_DECL_SYS_SIGNAME #undef HAVE_BASENAME #undef HAVE_DIRNAME #undef HAVE_FGETLN #undef HAVE_FLOCK #undef HAVE_FPARSELN #undef HAVE_FUTIMES #undef HAVE_PREAD #undef HAVE_PWCACHE_USERDB #undef HAVE_PWRITE #undef HAVE_SETPROGNAME #undef HAVE_STRLCAT #undef HAVE_STRLCPY #undef WORDS_BIGENDIAN /* Now pull in the compatibility definitions. */ #include "compat_defs.h" #endif /* !__NETBSD_COMPAT_CONFIG_H__ */