svn commit: samba r22480 - in branches/SAMBA_3_0/source: .

gd at samba.org gd at samba.org
Mon Apr 23 08:46:12 GMT 2007


Author: gd
Date: 2007-04-23 08:46:10 +0000 (Mon, 23 Apr 2007)
New Revision: 22480

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

Log:
Remove accidentially comitted getpeereid hunks again.

Guenther

Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2007-04-23 08:40:54 UTC (rev 22479)
+++ branches/SAMBA_3_0/source/configure.in	2007-04-23 08:46:10 UTC (rev 22480)
@@ -5992,15 +5992,6 @@
     AC_DEFINE(HAVE_PEERCRED,1,[Whether we can use SO_PEERCRED to get socket credentials])
 fi
 
-AC_CHECK_FUNCS(getpeereid sendmsg)
-AC_CHECK_HEADERS(sys/ucred.h)
-
-AC_CHECK_MEMBERS([struct msghdr.msg_accrightslen],,,
-		[#include <sys/socket.h>])
-AC_CHECK_MEMBERS([struct msghdr.msg_control],,,
-		[#include <sys/socket.h>])
-
-
 #################################################
 # Check to see if we should use the included popt
 



More information about the samba-cvs mailing list