r22480: Remove accidentially comitted getpeereid hunks again.
authorGünther Deschner <gd@samba.org>
Mon, 23 Apr 2007 08:46:10 +0000 (08:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:38 +0000 (12:19 -0500)
Guenther
(This used to be commit 3ef6181696d83cc4ebcc3722e6b45665146bd9b7)

source3/configure.in

index f9a5c1802346f0c71019f0bd1bfb2f8f3747f310..d864ef5ddd5002f89e8bc187863273914d7cb44d 100644 (file)
@@ -5992,15 +5992,6 @@ if test x"$samba_cv_HAVE_PEERCRED" = x"yes"; then
     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