This commit is contained in:
christos 2015-01-16 18:44:31 +00:00
parent b89ab6e264
commit 17972cafc9
2 changed files with 8 additions and 2 deletions

View File

@ -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`

View File

@ -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