diff options
| author | Magnus Hagander | 2007-04-16 18:39:19 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2007-04-16 18:39:19 +0000 |
| commit | de9effb55f549e2d7e558c3e5d49bfdb6ee775a3 (patch) | |
| tree | 8458883772891b1499caf910b5639532a4f05b17 /src/tools | |
| parent | e2a186b03cc1a87cf26644db18f28a20f10bd739 (diff) | |
Enable IPV6 for all MSVC builds, including the VC6 libpq-only build.
Per request from Hiroshi Saito.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/msvc/Solution.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm index b552201a65b..12a2bf0ef19 100644 --- a/src/tools/msvc/Solution.pm +++ b/src/tools/msvc/Solution.pm @@ -3,7 +3,7 @@ package Solution; # # Package that encapsulates a Visual C++ solution file generation # -# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.21 2007/04/12 07:03:00 mha Exp $ +# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.22 2007/04/16 18:39:19 mha Exp $ # use Carp; use strict; @@ -112,7 +112,6 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY print O "#define HAVE_LIBZ 1\n" if ($self->{options}->{zlib}); print O "#define USE_SSL 1\n" if ($self->{options}->{openssl}); print O "#define ENABLE_NLS 1\n" if ($self->{options}->{nls}); - print O "#define HAVE_IPV6 1\n"; if ($self->{options}->{xml}) { |
