regen
This commit is contained in:
parent
b89ab6e264
commit
17972cafc9
2
tools/compat/configure
vendored
2
tools/compat/configure
vendored
@ -5047,7 +5047,7 @@ for ac_func in atoll asprintf asnprintf basename devname dirfd dirname \
|
|||||||
pwrite raise_default_signal random setenv \
|
pwrite raise_default_signal random setenv \
|
||||||
setgroupent setprogname setpassent \
|
setgroupent setprogname setpassent \
|
||||||
snprintb_m snprintf strlcat strlcpy strmode \
|
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
|
user_from_uid uid_from_user vasprintf vasnprintf vsnprintf
|
||||||
do
|
do
|
||||||
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* nbtool_config.h.in. Generated automatically from configure.ac by autoheader. */
|
/* 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__
|
#ifndef __NETBSD_NBTOOL_CONFIG_H__
|
||||||
#define __NETBSD_NBTOOL_CONFIG_H__
|
#define __NETBSD_NBTOOL_CONFIG_H__
|
||||||
@ -491,9 +491,15 @@
|
|||||||
/* Define if you have the `strsuftoll' function. */
|
/* Define if you have the `strsuftoll' function. */
|
||||||
#undef HAVE_STRSUFTOLL
|
#undef HAVE_STRSUFTOLL
|
||||||
|
|
||||||
|
/* Define if you have the `strtoi' function. */
|
||||||
|
#undef HAVE_STRTOI
|
||||||
|
|
||||||
/* Define if you have the `strtoll' function. */
|
/* Define if you have the `strtoll' function. */
|
||||||
#undef HAVE_STRTOLL
|
#undef HAVE_STRTOLL
|
||||||
|
|
||||||
|
/* Define if you have the `strtou' function. */
|
||||||
|
#undef HAVE_STRTOU
|
||||||
|
|
||||||
/* Define if `d_namlen' is member of `struct dirent'. */
|
/* Define if `d_namlen' is member of `struct dirent'. */
|
||||||
#undef HAVE_STRUCT_DIRENT_D_NAMLEN
|
#undef HAVE_STRUCT_DIRENT_D_NAMLEN
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user