Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/107d2c69ddb3
branches:  trunk
changeset: 452153:107d2c69ddb3
user:      kamil <kamil%NetBSD.org@localhost>
date:      Wed Jun 19 23:35:55 2019 +0000

description:
regen tools/compat

diffstat:

 tools/compat/configure          |  37 +++++++++++++++++++++++++++++++++++++
 tools/compat/nbtool_config.h.in |  14 +++++++++++++-
 2 files changed, 50 insertions(+), 1 deletions(-)

diffs (86 lines):

diff -r 14fd6d5ad28c -r 107d2c69ddb3 tools/compat/configure
--- a/tools/compat/configure    Wed Jun 19 23:33:07 2019 +0000
+++ b/tools/compat/configure    Wed Jun 19 23:35:55 2019 +0000
@@ -4228,6 +4228,43 @@
 
 fi
 
+ac_fn_c_check_type "$LINENO" "uchar_t" "ac_cv_type_uchar_t" "$ac_includes_default"
+if test "x$ac_cv_type_uchar_t" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_UCHAR_T 1
+_ACEOF
+
+
+fi
+ac_fn_c_check_type "$LINENO" "ushort_t" "ac_cv_type_ushort_t" "$ac_includes_default"
+if test "x$ac_cv_type_ushort_t" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_USHORT_T 1
+_ACEOF
+
+
+fi
+ac_fn_c_check_type "$LINENO" "uint_t" "ac_cv_type_uint_t" "$ac_includes_default"
+if test "x$ac_cv_type_uint_t" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_UINT_T 1
+_ACEOF
+
+
+fi
+ac_fn_c_check_type "$LINENO" "ulong_t" "ac_cv_type_ulong_t" "$ac_includes_default"
+if test "x$ac_cv_type_ulong_t" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_ULONG_T 1
+_ACEOF
+
+
+fi
+
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
 #ifdef HAVE_RPC_TYPES_H
 #include <rpc/types.h>
diff -r 14fd6d5ad28c -r 107d2c69ddb3 tools/compat/nbtool_config.h.in
--- a/tools/compat/nbtool_config.h.in   Wed Jun 19 23:33:07 2019 +0000
+++ b/tools/compat/nbtool_config.h.in   Wed Jun 19 23:35:55 2019 +0000
@@ -1,6 +1,6 @@
 /* nbtool_config.h.in.  Generated from configure.ac by autoheader.  */
 
-/*      $NetBSD: nbtool_config.h.in,v 1.50 2019/06/19 03:40:15 kamil Exp $    */
+/*      $NetBSD: nbtool_config.h.in,v 1.51 2019/06/19 23:35:55 kamil Exp $    */
  
 #ifndef __NETBSD_NBTOOL_CONFIG_H__
 #define __NETBSD_NBTOOL_CONFIG_H__
@@ -786,15 +786,27 @@
 /* Define to 1 if you have the <termios.h> header file. */
 #undef HAVE_TERMIOS_H
 
+/* Define to 1 if the system has the type `uchar_t'. */
+#undef HAVE_UCHAR_T
+
 /* Define to 1 if you have the `uid_from_user' function. */
 #undef HAVE_UID_FROM_USER
 
+/* Define to 1 if the system has the type `uint_t'. */
+#undef HAVE_UINT_T
+
+/* Define to 1 if the system has the type `ulong_t'. */
+#undef HAVE_ULONG_T
+
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
 /* Define to 1 if you have the `user_from_uid' function. */
 #undef HAVE_USER_FROM_UID
 
+/* Define to 1 if the system has the type `ushort_t'. */
+#undef HAVE_USHORT_T
+
 /* Define to 1 if you have the <util.h> header file. */
 #undef HAVE_UTIL_H
 



Home | Main Index | Thread Index | Old Index