1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-31 12:23:52 +03:00

r9370: need a configure test for setresuid()

This commit is contained in:
Andrew Tridgell
2005-08-18 00:31:40 +00:00
committed by Gerald (Jerry) Carter
parent e8260a81cf
commit 5a38b9a10b

View File

@@ -15,4 +15,4 @@ if test x"$samba_cv_REPLACE_INET_NTOA" = x"yes"; then
AC_DEFINE(REPLACE_INET_NTOA,1,[Whether inet_ntoa should be replaced])
fi
AC_CHECK_FUNCS(strtoull __strtoull strtouq strtoll __strtoll strtoq seteuid)
AC_CHECK_FUNCS(strtoull __strtoull strtouq strtoll __strtoll strtoq seteuid setresuid)