summaryrefslogtreecommitdiffstats
path: root/src/external
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-03-26 10:11:22 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-04-16 15:15:34 -0400
commitb9923919909cb976ddf42002c56a42b1893e3547 (patch)
tree0ad2577913e890a13f3332c592456328d865c214 /src/external
parent4a99923f96820255b6e1ee64bc9173d1aa9749d8 (diff)
downloadsssd-b9923919909cb976ddf42002c56a42b1893e3547.tar.gz
sssd-b9923919909cb976ddf42002c56a42b1893e3547.tar.xz
sssd-b9923919909cb976ddf42002c56a42b1893e3547.zip
Revert "Add better checks on PAM socket"
This reverts commit 5a88e963744e5da453e88b5c36499f04712df097.
Diffstat (limited to 'src/external')
-rw-r--r--src/external/platform.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/src/external/platform.m4 b/src/external/platform.m4
index ee0093789..71b4f2c85 100644
--- a/src/external/platform.m4
+++ b/src/external/platform.m4
@@ -27,15 +27,3 @@ fi
AM_CONDITIONAL([HAVE_FEDORA], [test x"$osname" == xfedora])
AM_CONDITIONAL([HAVE_REDHAT], [test x"$osname" == xredhat])
AM_CONDITIONAL([HAVE_SUSE], [test x"$osname" == xsuse])
-
-AC_CHECK_MEMBERS([struct ucred.pid, struct ucred.uid, struct ucred.gid], , ,
- [[#define _GNU_SOURCE
- #include <sys/socket.h>]])
-
-if test x"$ac_cv_member_struct_ucred_pid" = xyes -a \
- x"$ac_cv_member_struct_ucred_uid" = xyes -a \
- x"$ac_cv_member_struct_ucred_gid" = xyes ; then
- AC_DEFINE([HAVE_UCRED], [1], [Define if struct ucred is available])
-else
- AC_MSG_WARN([struct ucred is not available])
-fi