Author: tridge Date: 2005-08-18 00:31:40 +0000 (Thu, 18 Aug 2005) New Revision: 9370
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9370 Log: need a configure test for setresuid() Modified: branches/SAMBA_4_0/source/lib/replace/config.m4 Changeset: Modified: branches/SAMBA_4_0/source/lib/replace/config.m4 =================================================================== --- branches/SAMBA_4_0/source/lib/replace/config.m4 2005-08-18 00:20:40 UTC (rev 9369) +++ branches/SAMBA_4_0/source/lib/replace/config.m4 2005-08-18 00:31:40 UTC (rev 9370) @@ -15,4 +15,4 @@ 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)
