Skip to content

Commit 5bda324

Browse files
tglsfdcpull[bot]
authored andcommitted
Further cleanup of autoconf output files for GSSAPI changes.
Running autoheader was missed in f7431bc. 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
1 parent 0a2b462 commit 5bda324

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/include/pg_config.h.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@
196196
/* Define to 1 if you have the `getpeerucred' function. */
197197
#undef HAVE_GETPEERUCRED
198198

199+
/* Define to 1 if you have the <gssapi_ext.h> header file. */
200+
#undef HAVE_GSSAPI_EXT_H
201+
202+
/* Define to 1 if you have the <gssapi/gssapi_ext.h> header file. */
203+
#undef HAVE_GSSAPI_GSSAPI_EXT_H
204+
199205
/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
200206
#undef HAVE_GSSAPI_GSSAPI_H
201207

0 commit comments

Comments
 (0)