Module Name:    src
Committed By:   christos
Date:           Fri Jan 16 18:44:31 UTC 2015

Modified Files:
        src/tools/compat: configure nbtool_config.h.in

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/tools/compat/configure
cvs rdiff -u -r1.35 -r1.36 src/tools/compat/nbtool_config.h.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/compat/configure
diff -u src/tools/compat/configure:1.81 src/tools/compat/configure:1.82
--- src/tools/compat/configure:1.81	Thu Jun  5 21:40:40 2014
+++ src/tools/compat/configure	Fri Jan 16 13:44:31 2015
@@ -5047,7 +5047,7 @@ for ac_func in atoll asprintf asnprintf 
 	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`

Index: src/tools/compat/nbtool_config.h.in
diff -u src/tools/compat/nbtool_config.h.in:1.35 src/tools/compat/nbtool_config.h.in:1.36
--- src/tools/compat/nbtool_config.h.in:1.35	Thu Jun  5 21:40:40 2014
+++ src/tools/compat/nbtool_config.h.in	Fri Jan 16 13:44:31 2015
@@ -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
 

Reply via email to