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/6b8d7277edb0
branches: trunk
changeset: 805738:6b8d7277edb0
user: christos <christos%NetBSD.org@localhost>
date: Fri Jan 16 18:44:31 2015 +0000
description:
regen
diffstat:
tools/compat/configure | 2 +-
tools/compat/nbtool_config.h.in | 8 +++++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (39 lines):
diff -r 5e7d24693f63 -r 6b8d7277edb0 tools/compat/configure
--- a/tools/compat/configure Fri Jan 16 18:44:06 2015 +0000
+++ b/tools/compat/configure Fri Jan 16 18:44:31 2015 +0000
@@ -5047,7 +5047,7 @@
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 -r 5e7d24693f63 -r 6b8d7277edb0 tools/compat/nbtool_config.h.in
--- a/tools/compat/nbtool_config.h.in Fri Jan 16 18:44:06 2015 +0000
+++ b/tools/compat/nbtool_config.h.in Fri Jan 16 18:44:31 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index