summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-26 23:40:33 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-26 23:40:33 +0000
commite2cb50af45be6683d02ab48a6648816ee3d52ab1 (patch)
treed60faac9acd5caa0810be2beea5b9952faf0a88e /source/configure.in
parentfae161b9051c3ea8aa129bdb3df11d215007723d (diff)
downloadsamba-e2cb50af45be6683d02ab48a6648816ee3d52ab1.tar.gz
samba-e2cb50af45be6683d02ab48a6648816ee3d52ab1.tar.xz
samba-e2cb50af45be6683d02ab48a6648816ee3d52ab1.zip
added a vsnprintf() implementation from cvslock. See the notes on the
license at the top of lib/snprintf.c I've always been slightly uneasy about our half-baked vslprintf() implementation and the risks on platforms that don't have vsnprintf() so when I saw this code in another GPLd package I wanted it for Samba.
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index 284b721f3c4..cb26606a7c5 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -221,7 +221,7 @@ fi
AC_CHECK_FUNCS(waitpid getcwd strdup strerror chown chmod chroot)
AC_CHECK_FUNCS(fstat strchr utime utimes getrlimit fsync execl bzero memset)
-AC_CHECK_FUNCS(memmove vsnprintf setsid glob strpbrk pipe crypt16 getauthuid)
+AC_CHECK_FUNCS(memmove vsnprintf snprintf setsid glob strpbrk pipe crypt16 getauthuid)
AC_CHECK_FUNCS(strftime sigprocmask sigblock sigaction innetgr)
AC_CHECK_FUNCS(initgroups select rdchk getgrnam pathconf putprpwnam)
AC_CHECK_FUNCS(setuidx setgroups mktime rename ftruncate stat64 fstat64 lstat64)