From 17972cafc975c94cbb6ddf311950efefbdf3ffcf Mon Sep 17 00:00:00 2001 From: christos Date: Fri, 16 Jan 2015 18:44:31 +0000 Subject: [PATCH] regen --- tools/compat/configure | 2 +- tools/compat/nbtool_config.h.in | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tools/compat/configure b/tools/compat/configure index aa5734b0a18b..5686f4e9e411 100755 --- a/tools/compat/configure +++ b/tools/compat/configure @@ -5047,7 +5047,7 @@ for ac_func in atoll asprintf asnprintf basename devname dirfd dirname \ pwrite raise_default_signal random setenv \ setgroupent setprogname setpassent \ snprintb_m snprintf strlcat strlcpy strmode \ - strndup strnlen strsep strsuftoll strtoll \ + strndup strnlen strsep strsuftoll strtoi strtoll strtou \ user_from_uid uid_from_user vasprintf vasnprintf vsnprintf do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` diff --git a/tools/compat/nbtool_config.h.in b/tools/compat/nbtool_config.h.in index 31861c9965d4..25915e1a2bbc 100644 --- a/tools/compat/nbtool_config.h.in +++ b/tools/compat/nbtool_config.h.in @@ -1,6 +1,6 @@ /* nbtool_config.h.in. Generated automatically from configure.ac by autoheader. */ -/* $NetBSD: nbtool_config.h.in,v 1.35 2014/06/06 01:40:40 christos Exp $ */ +/* $NetBSD: nbtool_config.h.in,v 1.36 2015/01/16 18:44:31 christos Exp $ */ #ifndef __NETBSD_NBTOOL_CONFIG_H__ #define __NETBSD_NBTOOL_CONFIG_H__ @@ -491,9 +491,15 @@ /* Define if you have the `strsuftoll' function. */ #undef HAVE_STRSUFTOLL +/* Define if you have the `strtoi' function. */ +#undef HAVE_STRTOI + /* Define if you have the `strtoll' function. */ #undef HAVE_STRTOLL +/* Define if you have the `strtou' function. */ +#undef HAVE_STRTOU + /* Define if `d_namlen' is member of `struct dirent'. */ #undef HAVE_STRUCT_DIRENT_D_NAMLEN