summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2007-07-10 13:14:22 +0000
committerMagnus Hagander <magnus@hagander.net>2007-07-10 13:14:22 +0000
commit6160106c7495509310b709ee320b55cea8a60928 (patch)
tree3a1be553f436ebf563d6ec4aaae3eff42d615db9 /src/include/pg_config.h.in
parentff481ca0d463d33246a331c92bdf3dfc018c24eb (diff)
downloadpostgresql-6160106c7495509310b709ee320b55cea8a60928.tar.gz
Add support for GSSAPI authentication.
Documentation still being written, will be committed later. Henry B. Hotz and Magnus Hagander
Diffstat (limited to 'src/include/pg_config.h.in')
-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 a25311fef3..64b4473ea3 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -568,6 +568,9 @@
/* Define to the appropriate snprintf format for 64-bit ints, if any. */
#undef INT64_FORMAT
+/* Define to build with GSSAPI support. (--with-gssapi) */
+#undef ENABLE_GSS
+
/* Define to build with Kerberos 5 support. (--with-krb5) */
#undef KRB5