diff options
| author | Magnus Hagander <magnus@hagander.net> | 2007-07-12 14:36:52 +0000 |
|---|---|---|
| committer | Magnus Hagander <magnus@hagander.net> | 2007-07-12 14:36:52 +0000 |
| commit | 65a513c2490983e1b95710a805e7cb71956120bc (patch) | |
| tree | f782fddac637ac22439e9f0b2898a056058f3bf4 /src/include/pg_config.h.in | |
| parent | 67719940585f36617a15dac16a32744a18711ede (diff) | |
| download | postgresql-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.in | 6 |
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 |
