From f426fbf746c37da76dd5aae2ecf6593d64678f4a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 18 Nov 2008 13:10:20 +0000 Subject: Ident authentication over Unix-domain sockets on Solaris, using getpeerucred() function. Author: Garick Hamlin --- src/include/pg_config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include') diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 2314d81965..9f6f21bf81 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -182,6 +182,9 @@ /* Define to 1 if you have the `getpeereid' function. */ #undef HAVE_GETPEEREID +/* Define to 1 if you have the `getpeerucred' function. */ +#undef HAVE_GETPEERUCRED + /* Define to 1 if you have the `getpwuid_r' function. */ #undef HAVE_GETPWUID_R @@ -557,6 +560,9 @@ /* Define to 1 if you have the external array `tzname'. */ #undef HAVE_TZNAME +/* Define to 1 if you have the header file. */ +#undef HAVE_UCRED_H + /* Define to 1 if the system has the type `uint64'. */ #undef HAVE_UINT64 -- cgit v1.2.1