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:
2
source3/configure
vendored
2
source3/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Mon Oct 5 03:36:59 UTC 1998
|
||||
Thu Oct 29 16:13:10 UTC 1998
|
||||
|
Reference in New Issue
Block a user