summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBruce Momjian2003-06-11 06:56:07 +0000
committerBruce Momjian2003-06-11 06:56:07 +0000
commit65fb311a97a0d5bc4f02d24616ad9f41a2b16f4a (patch)
treee152b9eac686c06b7281e29464324cd9eb2cb3cb /src/include
parent1ca0b6d047a96a69800a0e00f3e61f148beed1db (diff)
Add Rendezvous support to postmaster, from Chris Campbell
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pg_config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index bc6d89ada15..b20cecf1948 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -564,6 +564,9 @@
/* Define to 1 to build with PAM support. (--with-pam) */
#undef USE_PAM
+/* Define to 1 to build with Rendezvous support. (--with-rendezvous) */
+#undef USE_RENDEZVOUS
+
/* Define to build with (Open)SSL support. (--with-openssl) */
#undef USE_SSL