From af14cf8f8bedd69c5ce3259758ba96ffd2ca7b4e Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 31 Jul 2014 16:57:42 +0800 Subject: Revert "Check effective credentials of socket peers" This reverts commit 8412c867a501e3a68e55fef6215e86d3ac9f617b. Just checking the credentials of the peer turns out to be insufficient. See https://github.com/fish-shell/fish-shell/issues/1436. --- osx/config.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'osx') diff --git a/osx/config.h b/osx/config.h index bc058ae6..4968a78b 100644 --- a/osx/config.h +++ b/osx/config.h @@ -40,12 +40,6 @@ /* Define to 1 if you have the header file. */ #define HAVE_GETOPT_H 1 -/* Define to 1 if you have the `getpeereid' function. */ -#define HAVE_GETPEEREID 1 - -/* Define to 1 if you have the `getpeerucred' function. */ -/* #undef HAVE_GETPEERUCRED */ - /* Define to 1 if you have the `gettext' function. */ /* #undef HAVE_GETTEXT */ -- cgit v1.2.3