summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2007-07-12 14:36:52 +0000
committerMagnus Hagander <magnus@hagander.net>2007-07-12 14:36:52 +0000
commit65a513c2490983e1b95710a805e7cb71956120bc (patch)
treef782fddac637ac22439e9f0b2898a056058f3bf4 /src/include/pg_config.h.in
parent67719940585f36617a15dac16a32744a18711ede (diff)
downloadpostgresql-65a513c2490983e1b95710a805e7cb71956120bc.tar.gz
Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,
such as OpenBSD (possibly all Heimdal). Stefan Kaltenbrunner
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 e2962d123c..a0e451b0e0 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -172,6 +172,12 @@
/* Define to 1 if you have the `getrusage' function. */
#undef HAVE_GETRUSAGE
+/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
+#undef HAVE_GSSAPI_GSSAPI_H
+
+/* Define to 1 if you have the <gssapi.h> header file. */
+#undef HAVE_GSSAPI_H
+
/* Define to 1 if you have the <history.h> header file. */
#undef HAVE_HISTORY_H