summaryrefslogtreecommitdiff
path: root/source3/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
commit4586b8737a468fb33388740dee75fd37b3501bc1 (patch)
tree709120c23716fa168d66895544deaff4fc731502 /source3/configure.in
parentba91cb69be52f1dea802e1ed0f8bda30b0a25cb4 (diff)
downloadsamba-4586b8737a468fb33388740dee75fd37b3501bc1.tar.gz
samba-4586b8737a468fb33388740dee75fd37b3501bc1.tar.bz2
samba-4586b8737a468fb33388740dee75fd37b3501bc1.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. (This used to be commit e2cb50af45be6683d02ab48a6648816ee3d52ab1)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 284b721f3c..cb26606a7c 100644
--- a/source3/configure.in
+++ b/source3/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)