From: Günther Deschner Date: Mon, 23 Apr 2007 08:46:10 +0000 (+0000) Subject: r22480: Remove accidentially comitted getpeereid hunks again. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~623 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ef6181696d83cc4ebcc3722e6b45665146bd9b7;p=thirdparty%2Fsamba.git r22480: Remove accidentially comitted getpeereid hunks again. Guenther --- diff --git a/source/configure.in b/source/configure.in index f9a5c180234..d864ef5ddd5 100644 --- a/source/configure.in +++ b/source/configure.in @@ -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 ]) -AC_CHECK_MEMBERS([struct msghdr.msg_control],,, - [#include ]) - - ################################################# # Check to see if we should use the included popt