2002-01-24 07:05:27 +03:00
|
|
|
/* $NetBSD: config.h.in,v 1.7 2002/01/24 04:05:27 lukem Exp $ */
|
2001-12-12 00:17:56 +03:00
|
|
|
|
|
|
|
#ifndef __NETBSD_COMPAT_CONFIG_H__
|
|
|
|
#define __NETBSD_COMPAT_CONFIG_H__
|
|
|
|
|
|
|
|
/* Values set by "configure" based on available functions in the host. */
|
|
|
|
|
2002-01-21 23:04:36 +03:00
|
|
|
#undef HAVE_ERR_H
|
2002-01-10 07:31:15 +03:00
|
|
|
#undef HAVE_INTTYPES_H
|
2002-01-21 23:04:36 +03:00
|
|
|
#undef HAVE_LIBGEN_H
|
2002-01-10 07:31:15 +03:00
|
|
|
#undef HAVE_STDDEF_H
|
2002-01-21 23:04:36 +03:00
|
|
|
#undef HAVE_VIS_H
|
2001-12-12 00:17:56 +03:00
|
|
|
|
2002-01-21 23:04:36 +03:00
|
|
|
#undef HAVE_ID_T
|
|
|
|
|
|
|
|
#undef HAVE_STRUCT_STAT_ST_FLAGS
|
|
|
|
|
|
|
|
#undef HAVE_DECL_SYS_SIGNAME
|
|
|
|
|
|
|
|
#undef HAVE_BASENAME
|
|
|
|
#undef HAVE_DIRNAME
|
2002-01-04 17:39:06 +03:00
|
|
|
#undef HAVE_FGETLN
|
2002-01-21 23:04:36 +03:00
|
|
|
#undef HAVE_FLOCK
|
2001-12-12 00:17:56 +03:00
|
|
|
#undef HAVE_FPARSELN
|
2002-01-21 23:04:36 +03:00
|
|
|
#undef HAVE_FUTIMES
|
|
|
|
#undef HAVE_PREAD
|
2002-01-24 07:05:27 +03:00
|
|
|
#undef HAVE_PWCACHE_USERDB
|
2002-01-21 23:04:36 +03:00
|
|
|
#undef HAVE_PWRITE
|
2001-12-12 00:17:56 +03:00
|
|
|
#undef HAVE_SETPROGNAME
|
2002-01-21 23:04:36 +03:00
|
|
|
#undef HAVE_STRLCAT
|
|
|
|
#undef HAVE_STRLCPY
|
|
|
|
|
|
|
|
#undef WORDS_BIGENDIAN
|
2001-12-12 00:17:56 +03:00
|
|
|
|
2002-01-22 23:42:59 +03:00
|
|
|
/* Now pull in the compatibility definitions. */
|
|
|
|
#include "compat_defs.h"
|
2002-01-21 23:04:36 +03:00
|
|
|
|
2001-12-12 00:17:56 +03:00
|
|
|
#endif /* !__NETBSD_COMPAT_CONFIG_H__ */
|