svn commit: samba r25865 - in branches/SAMBA_4_0/source/lib/replace/system: .

metze at samba.org metze at samba.org
Tue Nov 6 07:26:15 GMT 2007


Author: metze
Date: 2007-11-06 07:26:12 +0000 (Tue, 06 Nov 2007)
New Revision: 25865

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25865

Log:
libreplace: check for nss passwd|group get*_r functions

metze
Modified:
   branches/SAMBA_4_0/source/lib/replace/system/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/system/config.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/system/config.m4	2007-11-06 07:01:17 UTC (rev 25864)
+++ branches/SAMBA_4_0/source/lib/replace/system/config.m4	2007-11-06 07:26:12 UTC (rev 25865)
@@ -18,6 +18,8 @@
 
 # passwd
 AC_CHECK_HEADERS(grp.h sys/id.h compat.h shadow.h sys/priv.h pwd.h sys/security.h)
+AC_CHECK_FUNCS(getpwnam_r getpwuid_r getpwent_r)
+AC_CHECK_FUNCS(getgrnam_r getgrgid_r getgrent_r)
 
 # locale
 AC_CHECK_HEADERS(ctype.h locale.h)



More information about the samba-cvs mailing list