1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-05 12:22:11 +03:00

looks like someone forgot to commit these...

(This used to be commit 93b195d1e9)
This commit is contained in:
Alexandre Oliva
1998-10-29 22:02:08 +00:00
parent 8fbb5be0ca
commit 32217e9ea6
3 changed files with 5 additions and 2 deletions

2
source3/configure vendored
View File

@ -3733,7 +3733,7 @@ else
fi
done
for ac_func in memmove vsnprintf setsid glob strpbrk pipe crypt16 getauthuid
for ac_func in memmove vsnprintf snprintf setsid glob strpbrk pipe crypt16 getauthuid
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:3740: checking for $ac_func" >&5

View File

@ -536,6 +536,9 @@
/* Define if you have the sigprocmask function. */
#undef HAVE_SIGPROCMASK
/* Define if you have the snprintf function. */
#undef HAVE_SNPRINTF
/* Define if you have the srand function. */
#undef HAVE_SRAND

View File

@ -1 +1 @@
Mon Oct 5 03:36:59 UTC 1998
Thu Oct 29 16:13:10 UTC 1998