diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2008-11-18 13:10:20 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2008-11-18 13:10:20 +0000 |
| commit | f426fbf746c37da76dd5aae2ecf6593d64678f4a (patch) | |
| tree | 4cc0fb86ca2ca06b830ed82621704a603574b6b1 /src/include/pg_config.h.in | |
| parent | 29ad832dba35445a3f904cd934c581f94f75fcd5 (diff) | |
| download | postgresql-f426fbf746c37da76dd5aae2ecf6593d64678f4a.tar.gz | |
Ident authentication over Unix-domain sockets on Solaris, using
getpeerucred() function.
Author: Garick Hamlin <ghamlin@isc.upenn.edu>
Diffstat (limited to 'src/include/pg_config.h.in')
| -rw-r--r-- | src/include/pg_config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 <ucred.h> header file. */ +#undef HAVE_UCRED_H + /* Define to 1 if the system has the type `uint64'. */ #undef HAVE_UINT64 |
