diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-04-17 11:21:50 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-04-17 11:21:50 -0400 |
commit | d48ac0070cff197125088959e5644ed051322f5e (patch) | |
tree | 6fd1a2ccf44d6dbee03e495a879d4852d15e95a6 /src | |
parent | ca07a6e7bd2cb1d6ea38a036be8d60e196935428 (diff) | |
download | postgresql-d48ac0070cff197125088959e5644ed051322f5e.tar.gz postgresql-d48ac0070cff197125088959e5644ed051322f5e.zip |
Further cleanup of autoconf output files for GSSAPI changes.
Running autoheader was missed in f7431bca8. This is cosmetic since
we aren't using these HAVE_ symbols, but let's get everything in
sync while we're looking at this.
Discussion: https://postgr.es/m/2422362.1681741814@sss.pgh.pa.us
Diffstat (limited to 'src')
-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 3665e799e7b..6d572c38204 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -196,6 +196,12 @@ /* Define to 1 if you have the `getpeerucred' function. */ #undef HAVE_GETPEERUCRED +/* Define to 1 if you have the <gssapi_ext.h> header file. */ +#undef HAVE_GSSAPI_EXT_H + +/* Define to 1 if you have the <gssapi/gssapi_ext.h> header file. */ +#undef HAVE_GSSAPI_GSSAPI_EXT_H + /* Define to 1 if you have the <gssapi/gssapi.h> header file. */ #undef HAVE_GSSAPI_GSSAPI_H |