Module Name: src
Committed By: christos
Date: Tue Mar 5 16:28:06 UTC 2013
Modified Files:
src/tools/compat: configure nbtool_config.h.in
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/tools/compat/configure
cvs rdiff -u -r1.28 -r1.29 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.74 src/tools/compat/configure:1.75
--- src/tools/compat/configure:1.74 Sat Feb 16 19:34:35 2013
+++ src/tools/compat/configure Tue Mar 5 11:28:06 2013
@@ -4587,6 +4587,8 @@ else
# 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 @@ _ACEOF
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 \
Index: src/tools/compat/nbtool_config.h.in
diff -u src/tools/compat/nbtool_config.h.in:1.28 src/tools/compat/nbtool_config.h.in:1.29
--- src/tools/compat/nbtool_config.h.in:1.28 Sat Feb 16 19:34:35 2013
+++ src/tools/compat/nbtool_config.h.in Tue Mar 5 11:28:06 2013
@@ -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