mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Add missing gss option to msvc config template
Michael Paquier
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user