summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2008-11-18 13:10:20 +0000
committerPeter Eisentraut <peter_e@gmx.net>2008-11-18 13:10:20 +0000
commitf426fbf746c37da76dd5aae2ecf6593d64678f4a (patch)
tree4cc0fb86ca2ca06b830ed82621704a603574b6b1 /src/include/pg_config.h.in
parent29ad832dba35445a3f904cd934c581f94f75fcd5 (diff)
downloadpostgresql-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.in6
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