diff options
Diffstat (limited to 'src/include/pg_config.h.in')
| -rw-r--r-- | src/include/pg_config.h.in | 3 |
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 |
