Module Name: src Committed By: christos Date: Wed Oct 19 21:55:26 UTC 2016
Modified Files: src/tools/compat: configure nbtool_config.h.in Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/tools/compat/configure cvs rdiff -u -r1.38 -r1.39 src/tools/compat/nbtool_config.h.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tools/compat/configure diff -u src/tools/compat/configure:1.84 src/tools/compat/configure:1.85 --- src/tools/compat/configure:1.84 Wed Jan 20 14:35:32 2016 +++ src/tools/compat/configure Wed Oct 19 17:55:26 2016 @@ -4846,7 +4846,35 @@ cat >>confdefs.h <<_ACEOF #define HAVE_DECL_PWCACHE_GROUPDB $ac_have_decl _ACEOF -ac_fn_c_check_decl "$LINENO" "strndup" "ac_cv_have_decl_strndup" "#include <string.h> +ac_fn_c_check_decl "$LINENO" "strlcpy" "ac_cv_have_decl_strlcpy" " +#include <string.h> + +" +if test "x$ac_cv_have_decl_strlcpy" = xyes; then : + ac_have_decl=1 +else + ac_have_decl=0 +fi + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL_STRLCPY $ac_have_decl +_ACEOF +ac_fn_c_check_decl "$LINENO" "strlcat" "ac_cv_have_decl_strlcat" " +#include <string.h> + +" +if test "x$ac_cv_have_decl_strlcat" = xyes; then : + ac_have_decl=1 +else + ac_have_decl=0 +fi + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL_STRLCAT $ac_have_decl +_ACEOF +ac_fn_c_check_decl "$LINENO" "strndup" "ac_cv_have_decl_strndup" " +#include <string.h> + " if test "x$ac_cv_have_decl_strndup" = xyes; then : ac_have_decl=1 @@ -4857,7 +4885,9 @@ fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_STRNDUP $ac_have_decl _ACEOF -ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "#include <string.h> +ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" " +#include <string.h> + " if test "x$ac_cv_have_decl_strnlen" = xyes; then : ac_have_decl=1 @@ -4880,6 +4910,17 @@ fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_STRSUFTOLL $ac_have_decl _ACEOF +ac_fn_c_check_decl "$LINENO" "mi_vector_hash" "ac_cv_have_decl_mi_vector_hash" "#include <stdlib.h> +" +if test "x$ac_cv_have_decl_mi_vector_hash" = xyes; then : + ac_have_decl=1 +else + ac_have_decl=0 +fi + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL_MI_VECTOR_HASH $ac_have_decl +_ACEOF ac_fn_c_check_decl "$LINENO" "lchflags" "ac_cv_have_decl_lchflags" " #include <sys/stat.h> @@ -4925,6 +4966,21 @@ cat >>confdefs.h <<_ACEOF _ACEOF +ac_fn_c_check_decl "$LINENO" "err" "ac_cv_have_decl_err" " +#ifdef HAVE_ERR_H +#include <err.h> +#endif + +" +if test "x$ac_cv_have_decl_err" = xyes; then : + ac_have_decl=1 +else + ac_have_decl=0 +fi + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL_ERR $ac_have_decl +_ACEOF ac_fn_c_check_decl "$LINENO" "errc" "ac_cv_have_decl_errc" " #ifdef HAVE_ERR_H #include <err.h> @@ -4940,6 +4996,21 @@ fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_ERRC $ac_have_decl _ACEOF +ac_fn_c_check_decl "$LINENO" "errx" "ac_cv_have_decl_errx" " +#ifdef HAVE_ERR_H +#include <err.h> +#endif + +" +if test "x$ac_cv_have_decl_errx" = xyes; then : + ac_have_decl=1 +else + ac_have_decl=0 +fi + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL_ERRX $ac_have_decl +_ACEOF ac_fn_c_check_decl "$LINENO" "verrc" "ac_cv_have_decl_verrc" " #ifdef HAVE_ERR_H #include <err.h> @@ -4955,6 +5026,36 @@ fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_VERRC $ac_have_decl _ACEOF +ac_fn_c_check_decl "$LINENO" "verrx" "ac_cv_have_decl_verrx" " +#ifdef HAVE_ERR_H +#include <err.h> +#endif + +" +if test "x$ac_cv_have_decl_verrx" = xyes; then : + ac_have_decl=1 +else + ac_have_decl=0 +fi + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL_VERRX $ac_have_decl +_ACEOF +ac_fn_c_check_decl "$LINENO" "warn" "ac_cv_have_decl_warn" " +#ifdef HAVE_ERR_H +#include <err.h> +#endif + +" +if test "x$ac_cv_have_decl_warn" = xyes; then : + ac_have_decl=1 +else + ac_have_decl=0 +fi + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL_WARN $ac_have_decl +_ACEOF ac_fn_c_check_decl "$LINENO" "warnc" "ac_cv_have_decl_warnc" " #ifdef HAVE_ERR_H #include <err.h> @@ -4970,6 +5071,21 @@ fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_WARNC $ac_have_decl _ACEOF +ac_fn_c_check_decl "$LINENO" "warnx" "ac_cv_have_decl_warnx" " +#ifdef HAVE_ERR_H +#include <err.h> +#endif + +" +if test "x$ac_cv_have_decl_warnx" = xyes; then : + ac_have_decl=1 +else + ac_have_decl=0 +fi + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL_WARNX $ac_have_decl +_ACEOF ac_fn_c_check_decl "$LINENO" "vwarnc" "ac_cv_have_decl_vwarnc" " #ifdef HAVE_ERR_H #include <err.h> @@ -4985,6 +5101,21 @@ fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_VWARNC $ac_have_decl _ACEOF +ac_fn_c_check_decl "$LINENO" "vwarnx" "ac_cv_have_decl_vwarnx" " +#ifdef HAVE_ERR_H +#include <err.h> +#endif + +" +if test "x$ac_cv_have_decl_vwarnx" = xyes; then : + ac_have_decl=1 +else + ac_have_decl=0 +fi + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL_VWARNX $ac_have_decl +_ACEOF ac_fn_c_check_decl "$LINENO" "htobe16" "ac_cv_have_decl_htobe16" "#include <sys/types.h> Index: src/tools/compat/nbtool_config.h.in diff -u src/tools/compat/nbtool_config.h.in:1.38 src/tools/compat/nbtool_config.h.in:1.39 --- src/tools/compat/nbtool_config.h.in:1.38 Wed Jan 20 14:35:32 2016 +++ src/tools/compat/nbtool_config.h.in Wed Oct 19 17:55:26 2016 @@ -1,6 +1,6 @@ /* nbtool_config.h.in. Generated from configure.ac by autoheader. */ -/* $NetBSD: nbtool_config.h.in,v 1.38 2016/01/20 19:35:32 christos Exp $ */ +/* $NetBSD: nbtool_config.h.in,v 1.39 2016/10/19 21:55:26 christos Exp $ */ #ifndef __NETBSD_NBTOOL_CONFIG_H__ #define __NETBSD_NBTOOL_CONFIG_H__ @@ -95,10 +95,17 @@ don't. */ #undef HAVE_DECL_BSWAP64 +/* Define to 1 if you have the declaration of `err', and to 0 if you don't. */ +#undef HAVE_DECL_ERR + /* Define to 1 if you have the declaration of `errc', and to 0 if you don't. */ #undef HAVE_DECL_ERRC +/* Define to 1 if you have the declaration of `errx', and to 0 if you don't. + */ +#undef HAVE_DECL_ERRX + /* Define to 1 if you have the declaration of `fstatvfs', and to 0 if you don't. */ #undef HAVE_DECL_FSTATVFS @@ -183,6 +190,10 @@ don't. */ #undef HAVE_DECL_LE64TOH +/* Define to 1 if you have the declaration of `mi_vector_hash', and to 0 if + you don't. */ +#undef HAVE_DECL_MI_VECTOR_HASH + /* Define to 1 if you have the declaration of `optind', and to 0 if you don't. */ #undef HAVE_DECL_OPTIND @@ -207,6 +218,14 @@ don't. */ #undef HAVE_DECL_SETPASSENT +/* Define to 1 if you have the declaration of `strlcat', and to 0 if you + don't. */ +#undef HAVE_DECL_STRLCAT + +/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you + don't. */ +#undef HAVE_DECL_STRLCPY + /* Define to 1 if you have the declaration of `strndup', and to 0 if you don't. */ #undef HAVE_DECL_STRNDUP @@ -235,14 +254,30 @@ */ #undef HAVE_DECL_VERRC +/* Define to 1 if you have the declaration of `verrx', and to 0 if you don't. + */ +#undef HAVE_DECL_VERRX + /* Define to 1 if you have the declaration of `vwarnc', and to 0 if you don't. */ #undef HAVE_DECL_VWARNC +/* Define to 1 if you have the declaration of `vwarnx', and to 0 if you don't. + */ +#undef HAVE_DECL_VWARNX + +/* Define to 1 if you have the declaration of `warn', and to 0 if you don't. + */ +#undef HAVE_DECL_WARN + /* Define to 1 if you have the declaration of `warnc', and to 0 if you don't. */ #undef HAVE_DECL_WARNC +/* Define to 1 if you have the declaration of `warnx', and to 0 if you don't. + */ +#undef HAVE_DECL_WARNX + /* Define to 1 if you have the `devname' function. */ #undef HAVE_DEVNAME