summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/pg_config.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index 64b4473ea3a..2381c20da17 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -39,6 +39,9 @@
/* Define to 1 to enable DTrace support. (--enable-dtrace) */
#undef ENABLE_DTRACE
+/* Define to build with GSSAPI support. (--with-gssapi) */
+#undef ENABLE_GSS
+
/* Define to 1 if you want National Language Support. (--enable-nls) */
#undef ENABLE_NLS
@@ -568,9 +571,6 @@
/* 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