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/b8cefb653308
branches: trunk
changeset: 785237:b8cefb653308
user: christos <christos%NetBSD.org@localhost>
date: Tue Mar 05 16:28:06 2013 +0000
description:
regen
diffstat:
tools/compat/configure | 4 +++-
tools/compat/nbtool_config.h.in | 5 ++++-
2 files changed, 7 insertions(+), 2 deletions(-)
diffs (42 lines):
diff -r b4f226e9a63a -r b8cefb653308 tools/compat/configure
--- a/tools/compat/configure Tue Mar 05 16:26:41 2013 +0000
+++ b/tools/compat/configure Tue Mar 05 16:28:06 2013 +0000
@@ -4587,6 +4587,8 @@
# ifdef _MSC_VER
# include <malloc.h>
# define alloca _alloca
+# elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
+# include <stdlib.h>
# else
# ifdef HAVE_ALLOCA_H
# include <alloca.h>
@@ -4726,7 +4728,7 @@
fi
for ac_func in atoll asprintf asnprintf basename devname dirfd dirname \
- esetfunc fgetln flock fpurge __fpurge futimes getline \
+ dprintf esetfunc fgetln flock fpurge __fpurge futimes getline \
getopt getopt_long group_from_gid gid_from_group \
heapsort isblank issetugid lchflags lchmod lchown lutimes mkstemp \
mkdtemp poll pread putc_unlocked pwcache_userdb pwcache_groupdb \
diff -r b4f226e9a63a -r b8cefb653308 tools/compat/nbtool_config.h.in
--- a/tools/compat/nbtool_config.h.in Tue Mar 05 16:26:41 2013 +0000
+++ b/tools/compat/nbtool_config.h.in Tue Mar 05 16:28:06 2013 +0000
@@ -1,6 +1,6 @@
/* nbtool_config.h.in. Generated from configure.ac by autoheader. */
-/* $NetBSD: nbtool_config.h.in,v 1.28 2013/02/17 00:34:35 christos Exp $ */
+/* $NetBSD: nbtool_config.h.in,v 1.29 2013/03/05 16:28:06 christos Exp $ */
#ifndef __NETBSD_NBTOOL_CONFIG_H__
#define __NETBSD_NBTOOL_CONFIG_H__
@@ -242,6 +242,9 @@
/* Define to 1 if `__dd_fd' is a member of `DIR'. */
#undef HAVE_DIR___DD_FD
+/* Define to 1 if you have the `dprintf' function. */
+#undef HAVE_DPRINTF
+
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
Home |
Main Index |
Thread Index |
Old Index