Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/compat regen



details:   https://anonhg.NetBSD.org/src/rev/1f46baebad38
branches:  trunk
changeset: 348475:1f46baebad38
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 19 21:55:26 2016 +0000

description:
regen

diffstat:

 tools/compat/configure          |  135 +++++++++++++++++++++++++++++++++++++++-
 tools/compat/nbtool_config.h.in |   37 ++++++++++-
 2 files changed, 169 insertions(+), 3 deletions(-)

diffs (280 lines):

diff -r 256b8a1e8c33 -r 1f46baebad38 tools/compat/configure
--- a/tools/compat/configure    Wed Oct 19 21:54:20 2016 +0000
+++ b/tools/compat/configure    Wed Oct 19 21:55:26 2016 +0000
@@ -4846,7 +4846,35 @@
 #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 @@
 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 @@
 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 @@
 _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 @@
 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 @@
 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 @@
 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 @@
 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>
diff -r 256b8a1e8c33 -r 1f46baebad38 tools/compat/nbtool_config.h.in
--- a/tools/compat/nbtool_config.h.in   Wed Oct 19 21:54:20 2016 +0000
+++ b/tools/compat/nbtool_config.h.in   Wed Oct 19 21:55:26 2016 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index