summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-04-23 08:46:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:19:38 -0500
commit2e0a7fc223cc0df11c1766c103717629cb43aab7 (patch)
tree5038178a601e1a16eac909c98232af82749cb37d /source3
parent1ee9650a1dfa28badac1f37b4c14fca920c6330c (diff)
downloadsamba-2e0a7fc223cc0df11c1766c103717629cb43aab7.tar.gz
samba-2e0a7fc223cc0df11c1766c103717629cb43aab7.tar.bz2
samba-2e0a7fc223cc0df11c1766c103717629cb43aab7.zip
r22480: Remove accidentially comitted getpeereid hunks again.
Guenther (This used to be commit 3ef6181696d83cc4ebcc3722e6b45665146bd9b7)
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/configure.in b/source3/configure.in
index f9a5c18023..d864ef5ddd 100644
--- a/source3/configure.in
+++ b/source3/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 <sys/socket.h>])
-AC_CHECK_MEMBERS([struct msghdr.msg_control],,,
- [#include <sys/socket.h>])
-
-
#################################################
# Check to see if we should use the included popt