1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +03:00

r22480: Remove accidentially comitted getpeereid hunks again.

Guenther
(This used to be commit 3ef6181696)
This commit is contained in:
Günther Deschner
2007-04-23 08:46:10 +00:00
committed by Gerald (Jerry) Carter
parent 1ee9650a1d
commit 2e0a7fc223

View 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