diff options
author | Magnus Hagander <magnus@hagander.net> | 2016-03-30 10:49:44 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2016-03-30 10:49:44 +0200 |
commit | 3063e7a84026ced2aadd2262f75eebbe6240f85b (patch) | |
tree | 7fd587430c71931ee73ac450d7ded2a630782313 /src | |
parent | c53ab8a3af46029b72634ec0643e78661b252f62 (diff) | |
download | postgresql-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.pl | 1 |
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> |