aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2016-03-30 10:49:44 +0200
committerMagnus Hagander <magnus@hagander.net>2016-03-30 10:49:44 +0200
commit3063e7a84026ced2aadd2262f75eebbe6240f85b (patch)
tree7fd587430c71931ee73ac450d7ded2a630782313 /src
parentc53ab8a3af46029b72634ec0643e78661b252f62 (diff)
downloadpostgresql-3063e7a84026ced2aadd2262f75eebbe6240f85b.tar.gz
postgresql-3063e7a84026ced2aadd2262f75eebbe6240f85b.zip
Add missing gss option to msvc config template
Michael Paquier
Diffstat (limited to 'src')
-rw-r--r--src/tools/msvc/config_default.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/msvc/config_default.pl b/src/tools/msvc/config_default.pl
index e50be7e42d2..33631b486b2 100644
--- a/src/tools/msvc/config_default.pl
+++ b/src/tools/msvc/config_default.pl
@@ -15,6 +15,7 @@ our $config = {
# wal_segsize => 16, # --with-wal-segsize, 16MB by default
ldap => 1, # --with-ldap
extraver => undef, # --with-extra-version=<string>
+ gss => undef, # --with-gssapi=<path>
nls => undef, # --enable-nls=<path>
tap_tests => undef, # --enable-tap-tests
tcl => undef, # --with-tls=<path>