From 3ef6181696d83cc4ebcc3722e6b45665146bd9b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 23 Apr 2007 08:46:10 +0000 Subject: [PATCH] r22480: Remove accidentially comitted getpeereid hunks again. Guenther --- source/configure.in | 9 --------- 1 file changed, 9 deletions(-) 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 -- 2.47.3