From 65fb311a97a0d5bc4f02d24616ad9f41a2b16f4a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 11 Jun 2003 06:56:07 +0000 Subject: Add Rendezvous support to postmaster, from Chris Campbell --- src/include/pg_config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') 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 -- cgit v1.2.3